Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
NachhilfeVertragView
Please create a React-JS view called "NachhilfeVertragView" for the fields of the NachhilfeVertrag entity. The NachhilfeVertragView must contain the following fields: - name: Anmeldegebuehr type: STRING - name: EndDatum type: DATE - name: Foerderart type: STRING - name: MindestlaufzeitMonate type: LONG - name: Monatsgebuehr type: STRING - name: Nachhilfeanbieter type: Nachhilfeanbieter - name: NachhilfeZentrum type: NachhilfeZentrum - name: Schueler type: Schueler - name: StartDatum type: DATE The data source for the [Nachhilfeanbieter] select control should be loaded from the relative URL: "/NachhilfeanbieterService/nachhilfeanbieter" (HTTP-GET) The data source for the [Schueler] select control should be loaded from the relative URL: "/SchuelerService/schueler" (HTTP-GET) The data source for the [NachhilfeZentrum] select control should be loaded from the relative URL: "/SchuelerService/nachhilfezentrum" (HTTP-GET) An existing NachhilfeVertrag entity should be loaded from the relative URL: "/SchuelerService/nachhilfevertrag/{id}" (HTTP-GET) If a new NachhilfeVertrag entity has been created, the new entity should be posted to the relative URL: "/SchuelerService/nachhilfevertrag" (HTTP-POST) If an existing NachhilfeVertrag entity has been updated, the modified entity should be sent to the relative URL: "/SchuelerService/nachhilfevertrag/{id}" (HTTP-PUT) If an existing NachhilfeVertrag entity has to be deleted, the following relative URL should be called: "/SchuelerService/nachhilfevertrag/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Unterrichtsstunde columns: - column: Ortsbeschreibung - column: NachhilfeVertrag - column: Fach - column: DauerMinuten - column: IstNachholstunde - column: Unterrichtsformat - column: Lehrkraft - column: GeplantAm The table should have the title "Unterrichtsstundes" und the data must be loaded from the server with the following relative URL: "/UnterrichtsformatService/unterrichtsstunde/nachhilfevertrag/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum