Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FeuerwehrView
Please create a React-JS view called "FeuerwehrView" for the fields of the Feuerwehr entity. The FeuerwehrView must contain the following fields: - name: Beschreibung type: STRING - name: FeuerwehrArt type: FeuerwehrArt - name: Gemeinde type: STRING - name: Gruendungsdatum type: DATE - name: IstBeruflich type: BOOL - name: IstFreiwillig type: BOOL - name: IstIndustriell type: BOOL - name: IstMilitaerisch type: BOOL - name: Land type: Land - name: Name type: STRING The data source for the [FeuerwehrArt] select control should be loaded from the relative URL: "/AufgabeService/feuerwehrart" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Feuerwehr entity should be loaded from the relative URL: "/FeuerwehrService/feuerwehr/{id}" (HTTP-GET) If a new Feuerwehr entity has been created, the new entity should be posted to the relative URL: "/FeuerwehrService/feuerwehr" (HTTP-POST) If an existing Feuerwehr entity has been updated, the modified entity should be sent to the relative URL: "/FeuerwehrService/feuerwehr/{id}" (HTTP-PUT) If an existing Feuerwehr entity has to be deleted, the following relative URL should be called: "/FeuerwehrService/feuerwehr/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Einsatz columns: - column: EinsatzArt - column: GerettetePersonen - column: Einsatzort - column: Endzeit - column: VerstorbenePersonen - column: Startzeit - column: Beschreibung - column: Feuerwehr - column: Breitengrad - column: Laengengrad The table should have the title "Einsatzs" und the data must be loaded from the server with the following relative URL: "/EinsatzService/einsatz/feuerwehr/{id}" Add a HTML table to the view with the following JugendEinheit columns: - column: Typ - column: Mindestalter - column: Beschreibung - column: Name - column: Feuerwehr - column: Hoechstalter The table should have the title "JugendEinheits" und the data must be loaded from the server with the following relative URL: "/FeuerwehrService/jugendeinheit/feuerwehr/{id}" Add a HTML table to the view with the following Fahrzeug columns: - column: Feuerwehr - column: Kennzeichen - column: FahrzeugTyp - column: Hersteller - column: Allrad - column: Funkrufname - column: IstRettungswagen - column: IstBoot - column: Baujahr - column: Modell The table should have the title "Fahrzeugs" und the data must be loaded from the server with the following relative URL: "/FahrzeugService/fahrzeug/feuerwehr/{id}" Add a HTML table to the view with the following Finanzierungsquelle columns: - column: Jahresbetrag - column: Feuerwehr - column: Beschreibung - column: QuelleArt The table should have the title "Finanzierungsquelles" und the data must be loaded from the server with the following relative URL: "/SportDisziplinService/finanzierungsquelle/feuerwehr/{id}" Add a HTML table to the view with the following Feuerwache columns: - column: Feuerwehr - column: Ort - column: Adresse - column: Name - column: Breitengrad - column: IstHauptwache - column: Postleitzahl - column: Laengengrad The table should have the title "Feuerwaches" und the data must be loaded from the server with the following relative URL: "/AufgabeService/feuerwache/feuerwehr/{id}" Add a HTML table to the view with the following Feuerwehrmann columns: - column: Feuerwehr - column: Vorname - column: Nachname - column: IstFreiwillig - column: Beschaeftigungsart - column: Geburtsdatum - column: Dienstende - column: Dienstgrad - column: Geschlecht - column: Dienstbeginn The table should have the title "Feuerwehrmanns" und the data must be loaded from the server with the following relative URL: "/LehrgangService/feuerwehrmann/feuerwehr/{id}" Add a HTML table to the view with the following Spezialeinheit columns: - column: Beschreibung - column: Feuerwehr - column: Typ - column: Name The table should have the title "Spezialeinheits" und the data must be loaded from the server with the following relative URL: "/FeuerwehrService/spezialeinheit/feuerwehr/{id}" Add a HTML table to the view with the following FeuerwehrSchutzpatron columns: - column: Schutzpatron - column: Feuerwehr The table should have the title "FeuerwehrSchutzpatrons" und the data must be loaded from the server with the following relative URL: "/SchutzpatronService/feuerwehrschutzpatron/feuerwehr/{id}" Add a HTML table to the view with the following FeuerwehrSportAktivitaet columns: - column: SportDisziplin - column: Feuerwehr - column: Beschreibung The table should have the title "FeuerwehrSportAktivitaets" und the data must be loaded from the server with the following relative URL: "/SportDisziplinService/feuerwehrsportaktivitaet/feuerwehr/{id}" Add a HTML table to the view with the following FeuerwehrStatistik columns: - column: SonstigeEinsaetze - column: JugendMitglieder - column: Berufliche - column: Jahr - column: Freiwillige - column: Teilzeitkraefte - column: TechnischeEinsaetze - column: EinsaetzeGesamt - column: Frauenanteil - column: AktiveMitglieder - column: BrandEinsaetze - column: Feuerwehr - column: WachenAnzahl The table should have the title "FeuerwehrStatistiks" und the data must be loaded from the server with the following relative URL: "/FahrzeugService/feuerwehrstatistik/feuerwehr/{id}" Add a HTML table to the view with the following FeuerwehrAufgabe columns: - column: Feuerwehr - column: Aufgabe The table should have the title "FeuerwehrAufgabes" und the data must be loaded from the server with the following relative URL: "/AufgabeService/feuerwehraufgabe/feuerwehr/{id}" Add a HTML table to the view with the following Seelsorger columns: - column: Beschreibung - column: Name - column: Feuerwehr The table should have the title "Seelsorgers" und the data must be loaded from the server with the following relative URL: "/LehrgangService/seelsorger/feuerwehr/{id}" Add a HTML table to the view with the following Ausruestung columns: - column: Feuerwehr - column: Beschreibung - column: Anschaffung - column: Name - column: AusserDienst - column: Seriennummer - column: Kategorie The table should have the title "Ausruestungs" und the data must be loaded from the server with the following relative URL: "/FahrzeugService/ausruestung/feuerwehr/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum