Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PrueferView
Please create a React-JS view called "PrueferView" for the fields of the Pruefer entity. The PrueferView must contain the following fields: - name: Arbeitgeber type: STRING - name: IstBeamter type: BOOL - name: IstTechnischerExperte type: BOOL - name: Person type: Person The data source for the [Person] select control should be loaded from the relative URL: "/PersonService/person" (HTTP-GET) An existing Pruefer entity should be loaded from the relative URL: "/FahrschuleService/pruefer/{id}" (HTTP-GET) If a new Pruefer entity has been created, the new entity should be posted to the relative URL: "/FahrschuleService/pruefer" (HTTP-POST) If an existing Pruefer entity has been updated, the modified entity should be sent to the relative URL: "/FahrschuleService/pruefer/{id}" (HTTP-PUT) If an existing Pruefer entity has to be deleted, the following relative URL should be called: "/FahrschuleService/pruefer/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Pruefung columns: - column: Versuch - column: Aufsichtsbehoerde - column: Pruefer - column: Anmeldung - column: OrtBeschreibung - column: Pruefungsart - column: ErgebnisCode - column: DatumZeit - column: DauerMinuten The table should have the title "Pruefungs" und the data must be loaded from the server with the following relative URL: "/FahrschuleService/pruefung/pruefer/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum