Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SchulungView
Please create a React-JS view called "SchulungView" for the fields of the Schulung entity. The SchulungView must contain the following fields: - name: AnbieterArt type: STRING - name: Beschreibung type: STRING - name: Betreuungsbehoerde type: Betreuungsbehoerde - name: Betreuungsverein type: Betreuungsverein - name: DauerStunden type: DOUBLE - name: IstPflicht type: BOOL - name: Rechtsgrundlage type: Rechtsgrundlage - name: Titel type: STRING The data source for the [Rechtsgrundlage] select control should be loaded from the relative URL: "/BetreuerService/rechtsgrundlage" (HTTP-GET) The data source for the [Betreuungsbehoerde] select control should be loaded from the relative URL: "/BetreuungsbehoerdeService/betreuungsbehoerde" (HTTP-GET) The data source for the [Betreuungsverein] select control should be loaded from the relative URL: "/BetreuungsbehoerdeService/betreuungsverein" (HTTP-GET) An existing Schulung entity should be loaded from the relative URL: "/BetreuungsbehoerdeService/schulung/{id}" (HTTP-GET) If a new Schulung entity has been created, the new entity should be posted to the relative URL: "/BetreuungsbehoerdeService/schulung" (HTTP-POST) If an existing Schulung entity has been updated, the modified entity should be sent to the relative URL: "/BetreuungsbehoerdeService/schulung/{id}" (HTTP-PUT) If an existing Schulung entity has to be deleted, the following relative URL should be called: "/BetreuungsbehoerdeService/schulung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following BetreuerSchulung columns: - column: ZertifikatNummer - column: Betreuer - column: Notizen - column: AbschlussDatum - column: Schulung - column: Zertifikat The table should have the title "BetreuerSchulungs" und the data must be loaded from the server with the following relative URL: "/BetreuungsbehoerdeService/betreuerschulung/schulung/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum