Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GeraetView
Please create a React-JS view called "GeraetView" for the fields of the Geraet entity. The GeraetView must contain the following fields: - name: BemessungsleistungM3ProStunde type: DOUBLE - name: Beschreibung type: STRING - name: Geraetetyp type: Geraetetyp - name: Hersteller type: STRING - name: Installationsdatum type: DATE - name: Modell type: STRING - name: Name type: STRING The data source for the [Geraetetyp] select control should be loaded from the relative URL: "/GeraetetypService/geraetetyp" (HTTP-GET) An existing Geraet entity should be loaded from the relative URL: "/GeraetetypService/geraet/{id}" (HTTP-GET) If a new Geraet entity has been created, the new entity should be posted to the relative URL: "/GeraetetypService/geraet" (HTTP-POST) If an existing Geraet entity has been updated, the modified entity should be sent to the relative URL: "/GeraetetypService/geraet/{id}" (HTTP-PUT) If an existing Geraet entity has to be deleted, the following relative URL should be called: "/GeraetetypService/geraet/{id}" (HTTP-DELETE) Add a HTML table to the view with the following ProzessGeraet columns: - column: Geraet - column: InBetriebAb - column: Rolle - column: InBetriebBis - column: Aufbereitungsprozess The table should have the title "ProzessGeraets" und the data must be loaded from the server with the following relative URL: "/GeraetetypService/prozessgeraet/geraet/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum