Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AusbildungsprogrammView
Please create a React-JS view called "AusbildungsprogrammView" for the fields of the Ausbildungsprogramm entity. The AusbildungsprogrammView must contain the following fields: - name: Fuehrerscheinklasse type: Fuehrerscheinklasse - name: GueltigBis type: DATE - name: GueltigVon type: DATE - name: HatBegleitetesFahren type: BOOL - name: HatSimulatorphase type: BOOL - name: Land type: Land - name: MinAutobahnfahrten type: INT - name: MinLandstrassenfahrten type: INT - name: MinNachtfahrten type: INT - name: MinPraxis type: INT - name: MinSonderfahrten type: INT - name: MinTheorie type: INT - name: Name type: STRING The data source for the [Fuehrerscheinklasse] select control should be loaded from the relative URL: "/LandService/fuehrerscheinklasse" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Ausbildungsprogramm entity should be loaded from the relative URL: "/LandService/ausbildungsprogramm/{id}" (HTTP-GET) If a new Ausbildungsprogramm entity has been created, the new entity should be posted to the relative URL: "/LandService/ausbildungsprogramm" (HTTP-POST) If an existing Ausbildungsprogramm entity has been updated, the modified entity should be sent to the relative URL: "/LandService/ausbildungsprogramm/{id}" (HTTP-PUT) If an existing Ausbildungsprogramm entity has to be deleted, the following relative URL should be called: "/LandService/ausbildungsprogramm/{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/ausbildungsprogramm/{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/ausbildungsprogramm/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum