Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
UnterrichtsformatView
Please create a React-JS view called "UnterrichtsformatView" for the fields of the Unterrichtsformat entity. The UnterrichtsformatView must contain the following fields: - name: GruppengroesseMax type: LONG - name: GruppengroesseMin type: LONG - name: IstOnline type: BOOL - name: Name type: STRING An existing Unterrichtsformat entity should be loaded from the relative URL: "/UnterrichtsformatService/unterrichtsformat/{id}" (HTTP-GET) If a new Unterrichtsformat entity has been created, the new entity should be posted to the relative URL: "/UnterrichtsformatService/unterrichtsformat" (HTTP-POST) If an existing Unterrichtsformat entity has been updated, the modified entity should be sent to the relative URL: "/UnterrichtsformatService/unterrichtsformat/{id}" (HTTP-PUT) If an existing Unterrichtsformat entity has to be deleted, the following relative URL should be called: "/UnterrichtsformatService/unterrichtsformat/{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/unterrichtsformat/{id}" Add a HTML table to the view with the following PreisStudieEintrag columns: - column: DauerMinuten - column: Notizen - column: PreisStudie - column: Unterrichtsformat - column: MonatsPreis - column: Region The table should have the title "PreisStudieEintrags" und the data must be loaded from the server with the following relative URL: "/UnterrichtsformatService/preisstudieeintrag/unterrichtsformat/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum