Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FahrschuelerView
Please create a React-JS view called "FahrschuelerView" for the fields of the Fahrschueler entity. The FahrschuelerView must contain the following fields: - name: ErstantragDatum type: DATE - name: HatVorbesitz type: BOOL - name: Notizen type: STRING - name: Person type: Person The data source for the [Person] select control should be loaded from the relative URL: "/PersonService/person" (HTTP-GET) An existing Fahrschueler entity should be loaded from the relative URL: "/FahrschuleService/fahrschueler/{id}" (HTTP-GET) If a new Fahrschueler entity has been created, the new entity should be posted to the relative URL: "/FahrschuleService/fahrschueler" (HTTP-POST) If an existing Fahrschueler entity has been updated, the modified entity should be sent to the relative URL: "/FahrschuleService/fahrschueler/{id}" (HTTP-PUT) If an existing Fahrschueler entity has to be deleted, the following relative URL should be called: "/FahrschuleService/fahrschueler/{id}" (HTTP-DELETE) Add a HTML table to the view with the following BegleitpersonZuweisung columns: - column: Mindestalter - column: MindestjahreBesitz - column: Fahrschueler - column: EndDatum - column: StartDatum - column: MaxPunkte - column: Person The table should have the title "BegleitpersonZuweisungs" und the data must be loaded from the server with the following relative URL: "/PersonService/begleitpersonzuweisung/fahrschueler/{id}" Add a HTML table to the view with the following Anmeldung columns: - column: AnmeldeDatum - column: Fuehrerscheinklasse - column: StatusCode - column: Fahrschule - column: Fahrschueler - column: GeplantesPruefDatum The table should have the title "Anmeldungs" und the data must be loaded from the server with the following relative URL: "/FahrschuleService/anmeldung/fahrschueler/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum