Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AufgabeView
Please create a React-JS view called "AufgabeView" for the fields of the Aufgabe entity. The AufgabeView must contain the following fields: - name: Beschreibung type: STRING - name: Code type: STRING - name: Kategorie type: STRING - name: Name type: STRING An existing Aufgabe entity should be loaded from the relative URL: "/AufgabeService/aufgabe/{id}" (HTTP-GET) If a new Aufgabe entity has been created, the new entity should be posted to the relative URL: "/AufgabeService/aufgabe" (HTTP-POST) If an existing Aufgabe entity has been updated, the modified entity should be sent to the relative URL: "/AufgabeService/aufgabe/{id}" (HTTP-PUT) If an existing Aufgabe entity has to be deleted, the following relative URL should be called: "/AufgabeService/aufgabe/{id}" (HTTP-DELETE) Add a HTML table to the view with the following EinsatzAufgabe columns: - column: Einsatz - column: Aufgabe The table should have the title "EinsatzAufgabes" und the data must be loaded from the server with the following relative URL: "/EinsatzService/einsatzaufgabe/aufgabe/{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/aufgabe/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum