Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PersonView
Please create a React-JS view called "PersonView" for the fields of the Person entity. The PersonView must contain the following fields: - name: AdresseLand type: STRING - name: AdresseOrt type: STRING - name: AdressePlz type: STRING - name: AdresseStrasse type: STRING - name: Geburtsdatum type: DATE - name: Geburtsort type: STRING - name: Nachname type: STRING - name: Nationalitaet type: STRING - name: Vorname type: STRING An existing Person entity should be loaded from the relative URL: "/BetreuterService/person/{id}" (HTTP-GET) If a new Person entity has been created, the new entity should be posted to the relative URL: "/BetreuterService/person" (HTTP-POST) If an existing Person entity has been updated, the modified entity should be sent to the relative URL: "/BetreuterService/person/{id}" (HTTP-PUT) If an existing Person entity has to be deleted, the following relative URL should be called: "/BetreuterService/person/{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/eingereichtvonperson/{id}" Add a HTML table to the view with the following Betreuter columns: - column: HauptwohnsitzStrasse - column: HauptwohnsitzLand - column: Notizen - column: HauptwohnsitzOrt - column: Entscheidungsfaehigkeit - column: Pflegegrad - column: HauptwohnsitzPlz - column: Person The table should have the title "Betreuters" und the data must be loaded from the server with the following relative URL: "/BetreuterService/betreuter/person/{id}" Add a HTML table to the view with the following Betreuer columns: - column: BetreuerArt - column: Notizen - column: Person - column: IstFamilienangehoeriger - column: IstBekannter - column: Aktiv - column: Registrierungsdatum - column: IstBerufsbetreuer The table should have the title "Betreuers" und the data must be loaded from the server with the following relative URL: "/BetreuerService/betreuer/person/{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/person/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum