Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ReinwasserqualitaetsmessungApp
Please create a React-JS application for the ReinwasserqualitaetsmessungModule. The application has to offer the following views for the user interface: 1. ProzesswasserqualitaetsmessungView 2. ReinwasserqualitaetsmessungView 3. ReinwasserqualitaetswertView The views have to be reachable for the user via a menu list at the left side of each view. The requirements for the 3 views are defined below. 1. The ProzesswasserqualitaetsmessungView must contain the following fields: - name: Aufbereitungsprozess type: Aufbereitungsprozess - name: Kommentar type: STRING - name: Messstelle type: STRING - name: Messzeitpunkt type: DATE The data source for the [Aufbereitungsprozess] select control should be loaded from the relative URL: "/AufbereitungsanlageService/aufbereitungsprozess" (HTTP-GET) An existing Prozesswasserqualitaetsmessung entity should be loaded from the relative URL: "/ReinwasserqualitaetsmessungService/prozesswasserqualitaetsmessung/{id}" (HTTP-GET) If a new Prozesswasserqualitaetsmessung entity has been created, the new entity should be posted to the relative URL: "/ReinwasserqualitaetsmessungService/prozesswasserqualitaetsmessung" (HTTP-POST) If an existing Prozesswasserqualitaetsmessung entity has been updated, the modified entity should be sent to the relative URL: "/ReinwasserqualitaetsmessungService/prozesswasserqualitaetsmessung/{id}" (HTTP-PUT) If an existing Prozesswasserqualitaetsmessung entity has to be deleted, the following relative URL should be called: "/ReinwasserqualitaetsmessungService/prozesswasserqualitaetsmessung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Prozesswasserqualitaetswert columns: - column: Wasserparameter - column: Wert - column: Prozesswasserqualitaetsmessung - column: Kommentar The table should have the title "Prozesswasserqualitaetswerts" und the data must be loaded from the server with the following relative URL: "/WasserparameterService/prozesswasserqualitaetswert/prozesswasserqualitaetsmessung/{id}" 2. The ReinwasserqualitaetsmessungView must contain the following fields: - name: Aufbereitungsanlage type: Aufbereitungsanlage - name: Kommentar type: STRING - name: Messzeitpunkt type: DATE The data source for the [Aufbereitungsanlage] select control should be loaded from the relative URL: "/AufbereitungsanlageService/aufbereitungsanlage" (HTTP-GET) An existing Reinwasserqualitaetsmessung entity should be loaded from the relative URL: "/ReinwasserqualitaetsmessungService/reinwasserqualitaetsmessung/{id}" (HTTP-GET) If a new Reinwasserqualitaetsmessung entity has been created, the new entity should be posted to the relative URL: "/ReinwasserqualitaetsmessungService/reinwasserqualitaetsmessung" (HTTP-POST) If an existing Reinwasserqualitaetsmessung entity has been updated, the modified entity should be sent to the relative URL: "/ReinwasserqualitaetsmessungService/reinwasserqualitaetsmessung/{id}" (HTTP-PUT) If an existing Reinwasserqualitaetsmessung entity has to be deleted, the following relative URL should be called: "/ReinwasserqualitaetsmessungService/reinwasserqualitaetsmessung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Reinwasserqualitaetswert columns: - column: Wasserparameter - column: Wert - column: Reinwasserqualitaetsmessung - column: Kommentar The table should have the title "Reinwasserqualitaetswerts" und the data must be loaded from the server with the following relative URL: "/ReinwasserqualitaetsmessungService/reinwasserqualitaetswert/reinwasserqualitaetsmessung/{id}" 3. The ReinwasserqualitaetswertView must contain the following fields: - name: Kommentar type: STRING - name: Reinwasserqualitaetsmessung type: Reinwasserqualitaetsmessung - name: Wasserparameter type: Wasserparameter - name: Wert type: DOUBLE The data source for the [Wasserparameter] select control should be loaded from the relative URL: "/WasserparameterService/wasserparameter" (HTTP-GET) The data source for the [Reinwasserqualitaetsmessung] select control should be loaded from the relative URL: "/ReinwasserqualitaetsmessungService/reinwasserqualitaetsmessung" (HTTP-GET) An existing Reinwasserqualitaetswert entity should be loaded from the relative URL: "/ReinwasserqualitaetsmessungService/reinwasserqualitaetswert/{id}" (HTTP-GET) If a new Reinwasserqualitaetswert entity has been created, the new entity should be posted to the relative URL: "/ReinwasserqualitaetsmessungService/reinwasserqualitaetswert" (HTTP-POST) If an existing Reinwasserqualitaetswert entity has been updated, the modified entity should be sent to the relative URL: "/ReinwasserqualitaetsmessungService/reinwasserqualitaetswert/{id}" (HTTP-PUT) If an existing Reinwasserqualitaetswert entity has to be deleted, the following relative URL should be called: "/ReinwasserqualitaetsmessungService/reinwasserqualitaetswert/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum