Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FachView
Please create a React-JS view called "FachView" for the fields of the Fach entity. The FachView must contain the following fields: - name: IstKernfach type: BOOL - name: Kategorie type: STRING - name: Name type: STRING An existing Fach entity should be loaded from the relative URL: "/LandService/fach/{id}" (HTTP-GET) If a new Fach entity has been created, the new entity should be posted to the relative URL: "/LandService/fach" (HTTP-POST) If an existing Fach entity has been updated, the modified entity should be sent to the relative URL: "/LandService/fach/{id}" (HTTP-PUT) If an existing Fach entity has to be deleted, the following relative URL should be called: "/LandService/fach/{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/fach/{id}" Add a HTML table to the view with the following FachNachfrageStatistik columns: - column: Jahr - column: Fach - column: AnteilProzent - column: Land The table should have the title "FachNachfrageStatistiks" und the data must be loaded from the server with the following relative URL: "/LandService/fachnachfragestatistik/fach/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum