Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
JugendhilfeausschussView
Please create a React-JS view called "JugendhilfeausschussView" for the fields of the Jugendhilfeausschuss entity. The JugendhilfeausschussView must contain the following fields: - name: Beschreibung type: STRING - name: Einrichtungsdatum type: DATE - name: Jugendamt type: Jugendamt - name: Name type: STRING The data source for the [Jugendamt] select control should be loaded from the relative URL: "/JugendamtService/jugendamt" (HTTP-GET) An existing Jugendhilfeausschuss entity should be loaded from the relative URL: "/JugendamtService/jugendhilfeausschuss/{id}" (HTTP-GET) If a new Jugendhilfeausschuss entity has been created, the new entity should be posted to the relative URL: "/JugendamtService/jugendhilfeausschuss" (HTTP-POST) If an existing Jugendhilfeausschuss entity has been updated, the modified entity should be sent to the relative URL: "/JugendamtService/jugendhilfeausschuss/{id}" (HTTP-PUT) If an existing Jugendhilfeausschuss entity has to be deleted, the following relative URL should be called: "/JugendamtService/jugendhilfeausschuss/{id}" (HTTP-DELETE) Add a HTML table to the view with the following AusschussMitglied columns: - column: VonDatum - column: Person - column: Jugendhilfeausschuss - column: BisDatum - column: Mitgliedsrolle - column: EntsendedurchOrganisation The table should have the title "AusschussMitglieds" und the data must be loaded from the server with the following relative URL: "/NetzwerkFrueheHilfenService/ausschussmitglied/jugendhilfeausschuss/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum