Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LehrkraftView
Please create a React-JS view called "LehrkraftView" for the fields of the Lehrkraft entity. The LehrkraftView must contain the following fields: - name: Beschaeftigungsart type: STRING - name: HoechsteQualifikation type: STRING - name: IstHonorarbasis type: BOOL - name: LehrkraftTyp type: STRING - name: Nachhilfeanbieter type: Nachhilfeanbieter - name: Stundenlohn type: STRING The data source for the [Nachhilfeanbieter] select control should be loaded from the relative URL: "/NachhilfeanbieterService/nachhilfeanbieter" (HTTP-GET) An existing Lehrkraft entity should be loaded from the relative URL: "/NachhilfeanbieterService/lehrkraft/{id}" (HTTP-GET) If a new Lehrkraft entity has been created, the new entity should be posted to the relative URL: "/NachhilfeanbieterService/lehrkraft" (HTTP-POST) If an existing Lehrkraft entity has been updated, the modified entity should be sent to the relative URL: "/NachhilfeanbieterService/lehrkraft/{id}" (HTTP-PUT) If an existing Lehrkraft entity has to be deleted, the following relative URL should be called: "/NachhilfeanbieterService/lehrkraft/{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/lehrkraft/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum