Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GemeindeView
Please create a React-JS view called "GemeindeView" for the fields of the Gemeinde entity. The GemeindeView must contain the following fields: - name: Einwohner type: INT - name: Land type: Land - name: Name type: STRING The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Gemeinde entity should be loaded from the relative URL: "/GemeindeService/gemeinde/{id}" (HTTP-GET) If a new Gemeinde entity has been created, the new entity should be posted to the relative URL: "/GemeindeService/gemeinde" (HTTP-POST) If an existing Gemeinde entity has been updated, the modified entity should be sent to the relative URL: "/GemeindeService/gemeinde/{id}" (HTTP-PUT) If an existing Gemeinde entity has to be deleted, the following relative URL should be called: "/GemeindeService/gemeinde/{id}" (HTTP-DELETE) Add a HTML table to the view with the following EffizienzMassnahme columns: - column: Gemeinde - column: StartJahr - column: Beschreibung - column: IstLedUmruestung - column: EndJahr - column: Foerderprogramm - column: ErwarteteErsparnisProzent - column: EffizienzMassnahmeTyp The table should have the title "EffizienzMassnahmes" und the data must be loaded from the server with the following relative URL: "/EffizienzMassnahmeTypService/effizienzmassnahme/gemeinde/{id}" Add a HTML table to the view with the following Strasse columns: - column: FahrstreifenAnzahl - column: Name - column: HatFussgaengerueberwege - column: HatFussgaengerverkehr - column: IstSchnellstrasse - column: Gemeinde - column: IstTunnelabschnitt The table should have the title "Strasses" und the data must be loaded from the server with the following relative URL: "/StrasseService/strasse/gemeinde/{id}" Add a HTML table to the view with the following Beleuchtungspflicht columns: - column: Gemeinde - column: Hinweise - column: Rechtsvorschrift - column: GiltSeitJahr The table should have the title "Beleuchtungspflichts" und the data must be loaded from the server with the following relative URL: "/LichtmanagementSystemService/beleuchtungspflicht/gemeinde/{id}" Add a HTML table to the view with the following Schaltkasten columns: - column: Code - column: Gemeinde - column: StandortBeschreibung - column: Steuerstrategie The table should have the title "Schaltkastens" und the data must be loaded from the server with the following relative URL: "/GemeindeService/schaltkasten/gemeinde/{id}" Add a HTML table to the view with the following LmsInstallation columns: - column: LichtmanagementSystem - column: Beschreibung - column: StartJahr - column: Gemeinde The table should have the title "LmsInstallations" und the data must be loaded from the server with the following relative URL: "/LichtmanagementSystemService/lmsinstallation/gemeinde/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum