Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
RaumView
Please create a React-JS view called "RaumView" for the fields of the Raum entity. The RaumView must contain the following fields: - name: Beschreibung type: STRING - name: FlaecheQm type: DOUBLE - name: Name type: STRING - name: Nutzungseinheit type: Nutzungseinheit - name: Raumtyp type: STRING The data source for the [Nutzungseinheit] select control should be loaded from the relative URL: "/NutzungseinheitService/nutzungseinheit" (HTTP-GET) An existing Raum entity should be loaded from the relative URL: "/NutzungseinheitService/raum/{id}" (HTTP-GET) If a new Raum entity has been created, the new entity should be posted to the relative URL: "/NutzungseinheitService/raum" (HTTP-POST) If an existing Raum entity has been updated, the modified entity should be sent to the relative URL: "/NutzungseinheitService/raum/{id}" (HTTP-PUT) If an existing Raum entity has to be deleted, the following relative URL should be called: "/NutzungseinheitService/raum/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Abzweigdose columns: - column: Schutzart - column: Brandklasse - column: Standortbeschreibung - column: Raum - column: Dosentyp - column: Beschreibung The table should have the title "Abzweigdoses" und the data must be loaded from the server with the following relative URL: "/AbzweigdoseService/abzweigdose/raum/{id}" Add a HTML table to the view with the following Installationsgeraet columns: - column: Abzweigdose - column: Geraetetyp - column: Stromkreis - column: Kennzeichnung - column: Installationsmethode - column: Beschreibung - column: Installationszone - column: Raum - column: HoeheCm - column: PositionBeschreibung The table should have the title "Installationsgeraets" und the data must be loaded from the server with the following relative URL: "/AbzweigdoseService/installationsgeraet/raum/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum