Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
WasserquelleView
Please create a React-JS view called "WasserquelleView" for the fields of the Wasserquelle entity. The WasserquelleView must contain the following fields: - name: Breitengrad type: STRING - name: Gemeinde type: Gemeinde - name: HoeheM type: STRING - name: Laengengrad type: STRING - name: Name type: STRING - name: QuellenTyp type: STRING - name: Wassersystem type: Wassersystem The data source for the [Gemeinde] select control should be loaded from the relative URL: "/GemeindeService/gemeinde" (HTTP-GET) The data source for the [Wassersystem] select control should be loaded from the relative URL: "/WassersystemService/wassersystem" (HTTP-GET) An existing Wasserquelle entity should be loaded from the relative URL: "/WassersystemService/wasserquelle/{id}" (HTTP-GET) If a new Wasserquelle entity has been created, the new entity should be posted to the relative URL: "/WassersystemService/wasserquelle" (HTTP-POST) If an existing Wasserquelle entity has been updated, the modified entity should be sent to the relative URL: "/WassersystemService/wasserquelle/{id}" (HTTP-PUT) If an existing Wasserquelle entity has to be deleted, the following relative URL should be called: "/WassersystemService/wasserquelle/{id}" (HTTP-DELETE) Add a HTML table to the view with the following WasserqualitaetsMessung columns: - column: HaerteDh - column: TemperaturC - column: Hinweise - column: Rohrabschnitt - column: Wasserquelle - column: PhWert - column: FreiesChlorMgL - column: MessDatum - column: BakterienAnzahl - column: NitratMgL - column: BleiUgL The table should have the title "WasserqualitaetsMessungs" und the data must be loaded from the server with the following relative URL: "/RohrabschnittService/wasserqualitaetsmessung/wasserquelle/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum