Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SekundaertechnikSystemApp
Please create a React-JS application for the SekundaertechnikSystemModule. The application has to offer the following views for the user interface: 1. SekundaertechnikFunktionView 2. SekundaertechnikSystemView 3. UmspannwerkSekundaertechnikFunktionView 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 SekundaertechnikFunktionView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing SekundaertechnikFunktion entity should be loaded from the relative URL: "/SekundaertechnikSystemService/sekundaertechnikfunktion/{id}" (HTTP-GET) If a new SekundaertechnikFunktion entity has been created, the new entity should be posted to the relative URL: "/SekundaertechnikSystemService/sekundaertechnikfunktion" (HTTP-POST) If an existing SekundaertechnikFunktion entity has been updated, the modified entity should be sent to the relative URL: "/SekundaertechnikSystemService/sekundaertechnikfunktion/{id}" (HTTP-PUT) If an existing SekundaertechnikFunktion entity has to be deleted, the following relative URL should be called: "/SekundaertechnikSystemService/sekundaertechnikfunktion/{id}" (HTTP-DELETE) Add a HTML table to the view with the following UmspannwerkSekundaertechnikFunktion columns: - column: SekundaertechnikSystem - column: AktivSeit - column: Bemerkung - column: SekundaertechnikFunktion - column: AktivBis - column: Umspannwerk The table should have the title "UmspannwerkSekundaertechnikFunktions" und the data must be loaded from the server with the following relative URL: "/SekundaertechnikSystemService/umspannwerksekundaertechnikfunktion/sekundaertechnikfunktion/{id}" 2. The SekundaertechnikSystemView must contain the following fields: - name: Beschreibung type: STRING - name: Hersteller type: STRING - name: Name type: STRING - name: Umspannwerk type: Umspannwerk The data source for the [Umspannwerk] select control should be loaded from the relative URL: "/UmspannwerkService/umspannwerk" (HTTP-GET) An existing SekundaertechnikSystem entity should be loaded from the relative URL: "/SekundaertechnikSystemService/sekundaertechniksystem/{id}" (HTTP-GET) If a new SekundaertechnikSystem entity has been created, the new entity should be posted to the relative URL: "/SekundaertechnikSystemService/sekundaertechniksystem" (HTTP-POST) If an existing SekundaertechnikSystem entity has been updated, the modified entity should be sent to the relative URL: "/SekundaertechnikSystemService/sekundaertechniksystem/{id}" (HTTP-PUT) If an existing SekundaertechnikSystem entity has to be deleted, the following relative URL should be called: "/SekundaertechnikSystemService/sekundaertechniksystem/{id}" (HTTP-DELETE) Add a HTML table to the view with the following UmspannwerkSekundaertechnikFunktion columns: - column: SekundaertechnikSystem - column: AktivSeit - column: Bemerkung - column: SekundaertechnikFunktion - column: AktivBis - column: Umspannwerk The table should have the title "UmspannwerkSekundaertechnikFunktions" und the data must be loaded from the server with the following relative URL: "/SekundaertechnikSystemService/umspannwerksekundaertechnikfunktion/sekundaertechniksystem/{id}" 3. The UmspannwerkSekundaertechnikFunktionView must contain the following fields: - name: AktivBis type: DATE - name: AktivSeit type: DATE - name: Bemerkung type: STRING - name: SekundaertechnikFunktion type: SekundaertechnikFunktion - name: SekundaertechnikSystem type: SekundaertechnikSystem - name: Umspannwerk type: Umspannwerk The data source for the [SekundaertechnikFunktion] select control should be loaded from the relative URL: "/SekundaertechnikSystemService/sekundaertechnikfunktion" (HTTP-GET) The data source for the [SekundaertechnikSystem] select control should be loaded from the relative URL: "/SekundaertechnikSystemService/sekundaertechniksystem" (HTTP-GET) The data source for the [Umspannwerk] select control should be loaded from the relative URL: "/UmspannwerkService/umspannwerk" (HTTP-GET) An existing UmspannwerkSekundaertechnikFunktion entity should be loaded from the relative URL: "/SekundaertechnikSystemService/umspannwerksekundaertechnikfunktion/{id}" (HTTP-GET) If a new UmspannwerkSekundaertechnikFunktion entity has been created, the new entity should be posted to the relative URL: "/SekundaertechnikSystemService/umspannwerksekundaertechnikfunktion" (HTTP-POST) If an existing UmspannwerkSekundaertechnikFunktion entity has been updated, the modified entity should be sent to the relative URL: "/SekundaertechnikSystemService/umspannwerksekundaertechnikfunktion/{id}" (HTTP-PUT) If an existing UmspannwerkSekundaertechnikFunktion entity has to be deleted, the following relative URL should be called: "/SekundaertechnikSystemService/umspannwerksekundaertechnikfunktion/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum