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: Anmeldung type: Anmeldung - name: Aufsichtsbehoerde type: Aufsichtsbehoerde - name: DatumZeit type: DATE - name: DauerMinuten type: INT - name: ErgebnisCode type: STRING - name: OrtBeschreibung type: STRING - name: Pruefer type: Pruefer - name: Pruefungsart type: Pruefungsart - name: Versuch type: INT The data source for the [Aufsichtsbehoerde] select control should be loaded from the relative URL: "/AufsichtsbehoerdeService/aufsichtsbehoerde" (HTTP-GET) The data source for the [Anmeldung] select control should be loaded from the relative URL: "/FahrschuleService/anmeldung" (HTTP-GET) The data source for the [Pruefungsart] select control should be loaded from the relative URL: "/FahrzeugtypService/pruefungsart" (HTTP-GET) The data source for the [Pruefer] select control should be loaded from the relative URL: "/FahrschuleService/pruefer" (HTTP-GET) An existing Pruefung entity should be loaded from the relative URL: "/FahrschuleService/pruefung/{id}" (HTTP-GET) If a new Pruefung entity has been created, the new entity should be posted to the relative URL: "/FahrschuleService/pruefung" (HTTP-POST) If an existing Pruefung entity has been updated, the modified entity should be sent to the relative URL: "/FahrschuleService/pruefung/{id}" (HTTP-PUT) If an existing Pruefung entity has to be deleted, the following relative URL should be called: "/FahrschuleService/pruefung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Qualitaetspruefung columns: - column: FahrschuleZweigstelle - column: Pruefungsart - column: HatPraxisbeobachtung - column: AnzahlAbweichungen - column: Ergebnis - column: HatTheoriebeobachtung - column: PruefDatum - column: Aufsichtsbehoerde The table should have the title "Qualitaetspruefungs" und the data must be loaded from the server with the following relative URL: "/AufsichtsbehoerdeService/qualitaetspruefung/pruefungsart/{id}" Add a HTML table to the view with the following PruefungRechtsgrundlage columns: - column: Rechtsgrundlage - column: Pruefung The table should have the title "PruefungRechtsgrundlages" und the data must be loaded from the server with the following relative URL: "/RechtsgrundlageService/pruefungrechtsgrundlage/pruefung/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum