Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AnmeldungView
Please create a React-JS view called "AnmeldungView" for the fields of the Anmeldung entity. The AnmeldungView must contain the following fields: - name: AnmeldeDatum type: DATE - name: Fahrschueler type: Fahrschueler - name: Fahrschule type: Fahrschule - name: Fuehrerscheinklasse type: Fuehrerscheinklasse - name: GeplantesPruefDatum type: DATE - name: StatusCode type: STRING The data source for the [Fahrschueler] select control should be loaded from the relative URL: "/FahrschuleService/fahrschueler" (HTTP-GET) The data source for the [Fahrschule] select control should be loaded from the relative URL: "/FahrschuleService/fahrschule" (HTTP-GET) The data source for the [Fuehrerscheinklasse] select control should be loaded from the relative URL: "/LandService/fuehrerscheinklasse" (HTTP-GET) An existing Anmeldung entity should be loaded from the relative URL: "/FahrschuleService/anmeldung/{id}" (HTTP-GET) If a new Anmeldung entity has been created, the new entity should be posted to the relative URL: "/FahrschuleService/anmeldung" (HTTP-POST) If an existing Anmeldung entity has been updated, the modified entity should be sent to the relative URL: "/FahrschuleService/anmeldung/{id}" (HTTP-PUT) If an existing Anmeldung entity has to be deleted, the following relative URL should be called: "/FahrschuleService/anmeldung/{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/anmeldung/{id}" Add a HTML table to the view with the following Teilnahme columns: - column: PraxisUnterricht - column: Anmeldung - column: Anwesenheit - column: TheorieUnterricht - column: Bewertung The table should have the title "Teilnahmes" und the data must be loaded from the server with the following relative URL: "/FahrschuleZweigstelleService/teilnahme/anmeldung/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum