Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
JugendEinheitView
Please create a React-JS view called "JugendEinheitView" for the fields of the JugendEinheit entity. The JugendEinheitView must contain the following fields: - name: Beschreibung type: STRING - name: Feuerwehr type: Feuerwehr - name: Hoechstalter type: INT - name: Mindestalter type: INT - name: Name type: STRING - name: Typ type: STRING The data source for the [Feuerwehr] select control should be loaded from the relative URL: "/FeuerwehrService/feuerwehr" (HTTP-GET) An existing JugendEinheit entity should be loaded from the relative URL: "/FeuerwehrService/jugendeinheit/{id}" (HTTP-GET) If a new JugendEinheit entity has been created, the new entity should be posted to the relative URL: "/FeuerwehrService/jugendeinheit" (HTTP-POST) If an existing JugendEinheit entity has been updated, the modified entity should be sent to the relative URL: "/FeuerwehrService/jugendeinheit/{id}" (HTTP-PUT) If an existing JugendEinheit entity has to be deleted, the following relative URL should be called: "/FeuerwehrService/jugendeinheit/{id}" (HTTP-DELETE) Add a HTML table to the view with the following JugendMitglied columns: - column: Austritt - column: Geschlecht - column: Nachname - column: Eintritt - column: Geburtsdatum - column: Vorname - column: JugendEinheit The table should have the title "JugendMitglieds" und the data must be loaded from the server with the following relative URL: "/SchutzpatronService/jugendmitglied/jugendeinheit/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum