Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VerwaltungseinheitView
Please create a React-JS view called "VerwaltungseinheitView" for the fields of the Verwaltungseinheit entity. The VerwaltungseinheitView must contain the following fields: - name: Beschreibung type: STRING - name: BisDatum type: DATE - name: Jugendamt type: Jugendamt - name: Leitungsperson type: STRING - name: Name type: STRING - name: VonDatum type: DATE The data source for the [Jugendamt] select control should be loaded from the relative URL: "/JugendamtService/jugendamt" (HTTP-GET) An existing Verwaltungseinheit entity should be loaded from the relative URL: "/LeistungsartService/verwaltungseinheit/{id}" (HTTP-GET) If a new Verwaltungseinheit entity has been created, the new entity should be posted to the relative URL: "/LeistungsartService/verwaltungseinheit" (HTTP-POST) If an existing Verwaltungseinheit entity has been updated, the modified entity should be sent to the relative URL: "/LeistungsartService/verwaltungseinheit/{id}" (HTTP-PUT) If an existing Verwaltungseinheit entity has to be deleted, the following relative URL should be called: "/LeistungsartService/verwaltungseinheit/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Mitarbeiter columns: - column: Qualifikation - column: AktivSeit - column: IstFachkraft - column: Verwaltungseinheit - column: AktivBis - column: IstInsoweitErfahreneFachkraft - column: Berufsbezeichnung - column: Name The table should have the title "Mitarbeiters" und the data must be loaded from the server with the following relative URL: "/MitarbeiterService/mitarbeiter/verwaltungseinheit/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum