Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GruendungstypApp
Please create a React-JS application for the GruendungstypModule. The application has to offer the following views for the user interface: 1. BeweglichesBrueckensystemView 2. BrueckeVerkehrsartView 3. GruendungstypView 4. VerkehrsartView The views have to be reachable for the user via a menu list at the left side of each view. The requirements for the 4 views are defined below. 1. The BeweglichesBrueckensystemView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing BeweglichesBrueckensystem entity should be loaded from the relative URL: "/GruendungstypService/beweglichesbrueckensystem/{id}" (HTTP-GET) If a new BeweglichesBrueckensystem entity has been created, the new entity should be posted to the relative URL: "/GruendungstypService/beweglichesbrueckensystem" (HTTP-POST) If an existing BeweglichesBrueckensystem entity has been updated, the modified entity should be sent to the relative URL: "/GruendungstypService/beweglichesbrueckensystem/{id}" (HTTP-PUT) If an existing BeweglichesBrueckensystem entity has to be deleted, the following relative URL should be called: "/GruendungstypService/beweglichesbrueckensystem/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Bruecke columns: - column: BreiteMeter - column: Name - column: Eroeffnung - column: Beschreibung - column: LaengeMeter - column: Baujahr - column: Tragwerkssystem - column: Wasserlauf - column: BeweglichesBrueckensystem - column: Material - column: HauptspannweiteMeter - column: IstBeweglich - column: AnzahlFelder - column: LichtraumhoeheMeter - column: Ort The table should have the title "Brueckes" und the data must be loaded from the server with the following relative URL: "/BrueckeService/bruecke/beweglichesbrueckensystem/{id}" 2. The BrueckeVerkehrsartView must contain the following fields: - name: Bruecke type: Bruecke - name: Verkehrsart type: Verkehrsart The data source for the [Verkehrsart] select control should be loaded from the relative URL: "/GruendungstypService/verkehrsart" (HTTP-GET) The data source for the [Bruecke] select control should be loaded from the relative URL: "/BrueckeService/bruecke" (HTTP-GET) An existing BrueckeVerkehrsart entity should be loaded from the relative URL: "/GruendungstypService/brueckeverkehrsart/{id}" (HTTP-GET) If a new BrueckeVerkehrsart entity has been created, the new entity should be posted to the relative URL: "/GruendungstypService/brueckeverkehrsart" (HTTP-POST) If an existing BrueckeVerkehrsart entity has been updated, the modified entity should be sent to the relative URL: "/GruendungstypService/brueckeverkehrsart/{id}" (HTTP-PUT) If an existing BrueckeVerkehrsart entity has to be deleted, the following relative URL should be called: "/GruendungstypService/brueckeverkehrsart/{id}" (HTTP-DELETE) 3. The GruendungstypView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing Gruendungstyp entity should be loaded from the relative URL: "/GruendungstypService/gruendungstyp/{id}" (HTTP-GET) If a new Gruendungstyp entity has been created, the new entity should be posted to the relative URL: "/GruendungstypService/gruendungstyp" (HTTP-POST) If an existing Gruendungstyp entity has been updated, the modified entity should be sent to the relative URL: "/GruendungstypService/gruendungstyp/{id}" (HTTP-PUT) If an existing Gruendungstyp entity has to be deleted, the following relative URL should be called: "/GruendungstypService/gruendungstyp/{id}" (HTTP-DELETE) Add a HTML table to the view with the following BrueckenBauteil columns: - column: Gruendungstyp - column: Lagertyp - column: Fahrbahnuebergangstyp - column: Schutzsystem - column: Bauteiltyp - column: Beschreibung - column: Gelaendersystem - column: Bruecke - column: Material - column: Decksystem The table should have the title "BrueckenBauteils" und the data must be loaded from the server with the following relative URL: "/MaterialService/brueckenbauteil/gruendungstyp/{id}" 4. The VerkehrsartView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing Verkehrsart entity should be loaded from the relative URL: "/GruendungstypService/verkehrsart/{id}" (HTTP-GET) If a new Verkehrsart entity has been created, the new entity should be posted to the relative URL: "/GruendungstypService/verkehrsart" (HTTP-POST) If an existing Verkehrsart entity has been updated, the modified entity should be sent to the relative URL: "/GruendungstypService/verkehrsart/{id}" (HTTP-PUT) If an existing Verkehrsart entity has to be deleted, the following relative URL should be called: "/GruendungstypService/verkehrsart/{id}" (HTTP-DELETE) Add a HTML table to the view with the following BrueckeVerkehrsart columns: - column: Verkehrsart - column: Bruecke The table should have the title "BrueckeVerkehrsarts" und the data must be loaded from the server with the following relative URL: "/GruendungstypService/brueckeverkehrsart/verkehrsart/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum