Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TheorieUnterrichtView
Please create a React-JS view called "TheorieUnterrichtView" for the fields of the TheorieUnterricht entity. The TheorieUnterrichtView must contain the following fields: - name: Ausbildungsprogramm type: Ausbildungsprogramm - name: DatumZeit type: DATE - name: DauerMinuten type: INT - name: Fahrlehrer type: Fahrlehrer - name: FahrschuleZweigstelle type: FahrschuleZweigstelle - name: IstGrundstoff type: BOOL - name: IstKlassenspezifisch type: BOOL - name: Thema type: STRING - name: Unterrichtsart type: Unterrichtsart - name: UnterrichtsNummer type: INT The data source for the [FahrschuleZweigstelle] select control should be loaded from the relative URL: "/FahrschuleZweigstelleService/fahrschulezweigstelle" (HTTP-GET) The data source for the [Fahrlehrer] select control should be loaded from the relative URL: "/FahrlehrerService/fahrlehrer" (HTTP-GET) The data source for the [Ausbildungsprogramm] select control should be loaded from the relative URL: "/LandService/ausbildungsprogramm" (HTTP-GET) The data source for the [Unterrichtsart] select control should be loaded from the relative URL: "/FahrschuleZweigstelleService/unterrichtsart" (HTTP-GET) An existing TheorieUnterricht entity should be loaded from the relative URL: "/FahrschuleZweigstelleService/theorieunterricht/{id}" (HTTP-GET) If a new TheorieUnterricht entity has been created, the new entity should be posted to the relative URL: "/FahrschuleZweigstelleService/theorieunterricht" (HTTP-POST) If an existing TheorieUnterricht entity has been updated, the modified entity should be sent to the relative URL: "/FahrschuleZweigstelleService/theorieunterricht/{id}" (HTTP-PUT) If an existing TheorieUnterricht entity has to be deleted, the following relative URL should be called: "/FahrschuleZweigstelleService/theorieunterricht/{id}" (HTTP-DELETE) 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/theorieunterricht/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum