Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BetreuterView
Please create a React-JS view called "BetreuterView" for the fields of the Betreuter entity. The BetreuterView must contain the following fields: - name: Entscheidungsfaehigkeit type: STRING - name: HauptwohnsitzLand type: STRING - name: HauptwohnsitzOrt type: STRING - name: HauptwohnsitzPlz type: STRING - name: HauptwohnsitzStrasse type: STRING - name: Notizen type: STRING - name: Person type: Person - name: Pflegegrad type: STRING The data source for the [Person] select control should be loaded from the relative URL: "/BetreuterService/person" (HTTP-GET) An existing Betreuter entity should be loaded from the relative URL: "/BetreuterService/betreuter/{id}" (HTTP-GET) If a new Betreuter entity has been created, the new entity should be posted to the relative URL: "/BetreuterService/betreuter" (HTTP-POST) If an existing Betreuter entity has been updated, the modified entity should be sent to the relative URL: "/BetreuterService/betreuter/{id}" (HTTP-PUT) If an existing Betreuter entity has to be deleted, the following relative URL should be called: "/BetreuterService/betreuter/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Antrag columns: - column: Betreuung - column: EingereichtVonBetreuter - column: EingereichtVonPerson - column: Notizen - column: AntragArt - column: EingereichtVonBehoerde - column: EingereichtVonBetreuer - column: Gericht - column: Status - column: Eingangsdatum The table should have the title "Antrags" und the data must be loaded from the server with the following relative URL: "/BetreuterService/antrag/eingereichtvonbetreuter/{id}" Add a HTML table to the view with the following Betreuung columns: - column: Beendigungsgrund - column: Betreuter - column: Betreuer - column: AufgabenBeschreibung - column: EndeDatum - column: Betreuungsgericht - column: Betreuungsbehoerde - column: BeginnDatum - column: IstEhrenamtlich - column: IstUmfassend - column: AngelegtAm - column: Notizen The table should have the title "Betreuungs" und the data must be loaded from the server with the following relative URL: "/BetreuungService/betreuung/betreuter/{id}" Add a HTML table to the view with the following BetreuterEinrichtung columns: - column: Notizen - column: Einrichtung - column: Betreuter - column: Aufenthaltsart - column: VonDatum - column: BisDatum The table should have the title "BetreuterEinrichtungs" und the data must be loaded from the server with the following relative URL: "/EinrichtungService/betreutereinrichtung/betreuter/{id}" Add a HTML table to the view with the following Kontaktperson columns: - column: Telefonnummer - column: Organisation - column: Rolle - column: Betreuter - column: Person - column: Email - column: Notizen The table should have the title "Kontaktpersons" und the data must be loaded from the server with the following relative URL: "/BetreuterService/kontaktperson/betreuter/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum