Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FamilieView
Please create a React-JS view called "FamilieView" for the fields of the Familie entity. The FamilieView must contain the following fields: - name: Beschreibung type: STRING - name: Bundesland type: STRING - name: Name type: STRING - name: Wohnort type: STRING An existing Familie entity should be loaded from the relative URL: "/FamilieService/familie/{id}" (HTTP-GET) If a new Familie entity has been created, the new entity should be posted to the relative URL: "/FamilieService/familie" (HTTP-POST) If an existing Familie entity has been updated, the modified entity should be sent to the relative URL: "/FamilieService/familie/{id}" (HTTP-PUT) If an existing Familie entity has to be deleted, the following relative URL should be called: "/FamilieService/familie/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Familienmitgliedschaft columns: - column: RolleInFamilie - column: VonDatum - column: Familie - column: BisDatum - column: Person The table should have the title "Familienmitgliedschafts" und the data must be loaded from the server with the following relative URL: "/HilfeplanService/familienmitgliedschaft/familie/{id}" Add a HTML table to the view with the following Leistungsfall columns: - column: Familie - column: HilfeplanErforderlich - column: Status - column: RechtsgrundlageParagraf - column: Kind - column: Jugendlicher - column: Antragsteller - column: Ende - column: Beginn - column: Leistungsart - column: Jugendamt The table should have the title "Leistungsfalls" und the data must be loaded from the server with the following relative URL: "/FamilieService/leistungsfall/familie/{id}" Add a HTML table to the view with the following KindeswohlgefaehrdungsHinweis columns: - column: Quelle - column: Familie - column: Meldedatum - column: BetroffenePerson - column: Jugendamt - column: MeldendePerson - column: Beschreibung The table should have the title "KindeswohlgefaehrdungsHinweiss" und the data must be loaded from the server with the following relative URL: "/KindeswohlgefaehrdungsHinweisService/kindeswohlgefaehrdungshinweis/familie/{id}" Add a HTML table to the view with the following InobhutnahmeFall columns: - column: Pflegeperson - column: Beginn - column: GerichtlicheEntscheidung - column: GerichtlicheEntscheidungErforderlich - column: Einrichtung - column: Jugendamt - column: Grund - column: Unterbringungsart - column: Familie - column: Ende - column: GegenWillenSorgeberechtigter - column: BetroffenePerson The table should have the title "InobhutnahmeFalls" und the data must be loaded from the server with the following relative URL: "/FreierTraegerService/inobhutnahmefall/familie/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum