Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FeuerwehrmannView
Please create a React-JS view called "FeuerwehrmannView" for the fields of the Feuerwehrmann entity. The FeuerwehrmannView must contain the following fields: - name: Beschaeftigungsart type: STRING - name: Dienstbeginn type: DATE - name: Dienstende type: DATE - name: Dienstgrad type: STRING - name: Feuerwehr type: Feuerwehr - name: Geburtsdatum type: DATE - name: Geschlecht type: STRING - name: IstFreiwillig type: BOOL - name: Nachname type: STRING - name: Vorname type: STRING The data source for the [Feuerwehr] select control should be loaded from the relative URL: "/FeuerwehrService/feuerwehr" (HTTP-GET) An existing Feuerwehrmann entity should be loaded from the relative URL: "/LehrgangService/feuerwehrmann/{id}" (HTTP-GET) If a new Feuerwehrmann entity has been created, the new entity should be posted to the relative URL: "/LehrgangService/feuerwehrmann" (HTTP-POST) If an existing Feuerwehrmann entity has been updated, the modified entity should be sent to the relative URL: "/LehrgangService/feuerwehrmann/{id}" (HTTP-PUT) If an existing Feuerwehrmann entity has to be deleted, the following relative URL should be called: "/LehrgangService/feuerwehrmann/{id}" (HTTP-DELETE) Add a HTML table to the view with the following FeuerwehrmannLehrgang columns: - column: Feuerwehrmann - column: Lehrgang - column: Abschlussdatum - column: ZertifikatNr The table should have the title "FeuerwehrmannLehrgangs" und the data must be loaded from the server with the following relative URL: "/LehrgangService/feuerwehrmannlehrgang/feuerwehrmann/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum