Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SpeicherbehaelterView
Please create a React-JS view called "SpeicherbehaelterView" for the fields of the Speicherbehaelter entity. The SpeicherbehaelterView must contain the following fields: - name: Breitengrad type: STRING - name: Hinweise type: STRING - name: Inbetriebnahmedatum type: DATE - name: Laengengrad type: STRING - name: Speichername type: STRING - name: Speichertyp type: STRING - name: Verteilnetz type: Verteilnetz - name: VolumenM3 type: STRING - name: WasserstandMaxM type: STRING - name: WasserstandMinM type: STRING - name: Wasserversorger type: Wasserversorger The data source for the [Verteilnetz] select control should be loaded from the relative URL: "/VerteilnetzService/verteilnetz" (HTTP-GET) The data source for the [Wasserversorger] select control should be loaded from the relative URL: "/WasserversorgerService/wasserversorger" (HTTP-GET) An existing Speicherbehaelter entity should be loaded from the relative URL: "/WasserversorgerService/speicherbehaelter/{id}" (HTTP-GET) If a new Speicherbehaelter entity has been created, the new entity should be posted to the relative URL: "/WasserversorgerService/speicherbehaelter" (HTTP-POST) If an existing Speicherbehaelter entity has been updated, the modified entity should be sent to the relative URL: "/WasserversorgerService/speicherbehaelter/{id}" (HTTP-PUT) If an existing Speicherbehaelter entity has to be deleted, the following relative URL should be called: "/WasserversorgerService/speicherbehaelter/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Wasserqualitaetsmessstelle columns: - column: Hinweise - column: Wasserquelle - column: Laengengrad - column: Speicherbehaelter - column: Wasserversorger - column: Standortbeschreibung - column: Messstellenname - column: Breitengrad - column: Verteilnetz The table should have the title "Wasserqualitaetsmessstelles" und the data must be loaded from the server with the following relative URL: "/WasserqualitaetsprobeService/wasserqualitaetsmessstelle/speicherbehaelter/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum