Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PruefungView
Please create a React-JS view called "PruefungView" for the fields of the Pruefung entity. The PruefungView must contain the following fields: - name: Beschreibung type: STRING - name: Elektrofachkraft type: Elektrofachkraft - name: Ergebnis type: STRING - name: Gebaeude type: Gebaeude - name: Nutzungseinheit type: Nutzungseinheit - name: Pruefart type: STRING - name: Pruefdatum type: DATE The data source for the [Elektrofachkraft] select control should be loaded from the relative URL: "/ElektrofachkraftService/elektrofachkraft" (HTTP-GET) The data source for the [Gebaeude] select control should be loaded from the relative URL: "/GebaeudeService/gebaeude" (HTTP-GET) The data source for the [Nutzungseinheit] select control should be loaded from the relative URL: "/NutzungseinheitService/nutzungseinheit" (HTTP-GET) An existing Pruefung entity should be loaded from the relative URL: "/ElektrofachkraftService/pruefung/{id}" (HTTP-GET) If a new Pruefung entity has been created, the new entity should be posted to the relative URL: "/ElektrofachkraftService/pruefung" (HTTP-POST) If an existing Pruefung entity has been updated, the modified entity should be sent to the relative URL: "/ElektrofachkraftService/pruefung/{id}" (HTTP-PUT) If an existing Pruefung entity has to be deleted, the following relative URL should be called: "/ElektrofachkraftService/pruefung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Pruefbericht columns: - column: Zusammenfassung - column: DateiReferenz - column: VerantwortlichePerson - column: Pruefung - column: Berichtnummer - column: Erstellungsdatum The table should have the title "Pruefberichts" und the data must be loaded from the server with the following relative URL: "/ElektrofachkraftService/pruefbericht/pruefung/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum