Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PraxisUnterrichtView
Please create a React-JS view called "PraxisUnterrichtView" for the fields of the PraxisUnterricht entity. The PraxisUnterrichtView 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: Fahrzeug type: Fahrzeug - name: IstAutobahnfahrt type: BOOL - name: IstLandstrassenfahrt type: BOOL - name: IstNachtfahrt type: BOOL - name: IstSonderfahrt type: BOOL - name: Unterrichtsart type: Unterrichtsart The data source for the [FahrschuleZweigstelle] select control should be loaded from the relative URL: "/FahrschuleZweigstelleService/fahrschulezweigstelle" (HTTP-GET) The data source for the [Fahrzeug] select control should be loaded from the relative URL: "/FahrzeugtypService/fahrzeug" (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 PraxisUnterricht entity should be loaded from the relative URL: "/LandService/praxisunterricht/{id}" (HTTP-GET) If a new PraxisUnterricht entity has been created, the new entity should be posted to the relative URL: "/LandService/praxisunterricht" (HTTP-POST) If an existing PraxisUnterricht entity has been updated, the modified entity should be sent to the relative URL: "/LandService/praxisunterricht/{id}" (HTTP-PUT) If an existing PraxisUnterricht entity has to be deleted, the following relative URL should be called: "/LandService/praxisunterricht/{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/praxisunterricht/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum