Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
UnterrichtsartView
Please create a React-JS view called "UnterrichtsartView" for the fields of the Unterrichtsart entity. The UnterrichtsartView must contain the following fields: - name: Beschreibung type: STRING - name: Code type: STRING An existing Unterrichtsart entity should be loaded from the relative URL: "/FahrschuleZweigstelleService/unterrichtsart/{id}" (HTTP-GET) If a new Unterrichtsart entity has been created, the new entity should be posted to the relative URL: "/FahrschuleZweigstelleService/unterrichtsart" (HTTP-POST) If an existing Unterrichtsart entity has been updated, the modified entity should be sent to the relative URL: "/FahrschuleZweigstelleService/unterrichtsart/{id}" (HTTP-PUT) If an existing Unterrichtsart entity has to be deleted, the following relative URL should be called: "/FahrschuleZweigstelleService/unterrichtsart/{id}" (HTTP-DELETE) Add a HTML table to the view with the following TheorieUnterricht columns: - column: IstGrundstoff - column: Thema - column: UnterrichtsNummer - column: IstKlassenspezifisch - column: Unterrichtsart - column: FahrschuleZweigstelle - column: DatumZeit - column: Ausbildungsprogramm - column: Fahrlehrer - column: DauerMinuten The table should have the title "TheorieUnterrichts" und the data must be loaded from the server with the following relative URL: "/FahrschuleZweigstelleService/theorieunterricht/unterrichtsart/{id}" Add a HTML table to the view with the following PraxisUnterricht columns: - column: FahrschuleZweigstelle - column: DatumZeit - column: IstNachtfahrt - column: DauerMinuten - column: IstSonderfahrt - column: IstLandstrassenfahrt - column: Fahrlehrer - column: Fahrzeug - column: Ausbildungsprogramm - column: Unterrichtsart - column: IstAutobahnfahrt The table should have the title "PraxisUnterrichts" und the data must be loaded from the server with the following relative URL: "/LandService/praxisunterricht/unterrichtsart/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum