Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GebaeudeView
Please create a React-JS view called "GebaeudeView" for the fields of the Gebaeude entity. The GebaeudeView must contain the following fields: - name: ErzeugtAm type: DATE - name: Flurstueck type: Flurstueck - name: Gebaeudenummer type: STRING - name: Geschosse type: INT - name: GrundflaecheQm type: DOUBLE - name: Nutzung type: STRING The data source for the [Flurstueck] select control should be loaded from the relative URL: "/FlurstueckService/flurstueck" (HTTP-GET) An existing Gebaeude entity should be loaded from the relative URL: "/FlurstueckService/gebaeude/{id}" (HTTP-GET) If a new Gebaeude entity has been created, the new entity should be posted to the relative URL: "/FlurstueckService/gebaeude" (HTTP-POST) If an existing Gebaeude entity has been updated, the modified entity should be sent to the relative URL: "/FlurstueckService/gebaeude/{id}" (HTTP-PUT) If an existing Gebaeude entity has to be deleted, the following relative URL should be called: "/FlurstueckService/gebaeude/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Gebaeudemessung columns: - column: GemesseneGrundflaecheQm - column: Messdatum - column: ErzeugtAm - column: Gebaeude - column: Vermessung - column: HoeheM The table should have the title "Gebaeudemessungs" und the data must be loaded from the server with the following relative URL: "/FlurstueckService/gebaeudemessung/gebaeude/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum