Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FahrschuleZweigstelleView
Please create a React-JS view called "FahrschuleZweigstelleView" for the fields of the FahrschuleZweigstelle entity. The FahrschuleZweigstelleView must contain the following fields: - name: EroeffnetAm type: DATE - name: Fahrschule type: Fahrschule - name: GeschlossenAm type: DATE - name: Name type: STRING - name: Ort type: STRING - name: Postleitzahl type: STRING - name: Strasse type: STRING - name: Telefon type: STRING - name: ZweigCode type: STRING The data source for the [Fahrschule] select control should be loaded from the relative URL: "/FahrschuleService/fahrschule" (HTTP-GET) An existing FahrschuleZweigstelle entity should be loaded from the relative URL: "/FahrschuleZweigstelleService/fahrschulezweigstelle/{id}" (HTTP-GET) If a new FahrschuleZweigstelle entity has been created, the new entity should be posted to the relative URL: "/FahrschuleZweigstelleService/fahrschulezweigstelle" (HTTP-POST) If an existing FahrschuleZweigstelle entity has been updated, the modified entity should be sent to the relative URL: "/FahrschuleZweigstelleService/fahrschulezweigstelle/{id}" (HTTP-PUT) If an existing FahrschuleZweigstelle entity has to be deleted, the following relative URL should be called: "/FahrschuleZweigstelleService/fahrschulezweigstelle/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Qualitaetspruefung columns: - column: FahrschuleZweigstelle - column: Pruefungsart - column: HatPraxisbeobachtung - column: AnzahlAbweichungen - column: Ergebnis - column: HatTheoriebeobachtung - column: PruefDatum - column: Aufsichtsbehoerde The table should have the title "Qualitaetspruefungs" und the data must be loaded from the server with the following relative URL: "/AufsichtsbehoerdeService/qualitaetspruefung/fahrschulezweigstelle/{id}" 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/fahrschulezweigstelle/{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/fahrschulezweigstelle/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum