Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VerkehrsartApp
Please create a React-JS application for the VerkehrsartModule. The application has to offer the following views for the user interface: 1. LandStandardView 2. OeVPriorisierungView 3. SignalgruppeView 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 LandStandardView must contain the following fields: - name: Land type: Land - name: Standard type: Standard The data source for the [Standard] select control should be loaded from the relative URL: "/StandardService/standard" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing LandStandard entity should be loaded from the relative URL: "/VerkehrsartService/landstandard/{id}" (HTTP-GET) If a new LandStandard entity has been created, the new entity should be posted to the relative URL: "/VerkehrsartService/landstandard" (HTTP-POST) If an existing LandStandard entity has been updated, the modified entity should be sent to the relative URL: "/VerkehrsartService/landstandard/{id}" (HTTP-PUT) If an existing LandStandard entity has to be deleted, the following relative URL should be called: "/VerkehrsartService/landstandard/{id}" (HTTP-DELETE) 2. The OeVPriorisierungView must contain the following fields: - name: Beschreibung type: STRING - name: Detektionsmethode type: STRING - name: Kreuzung type: Kreuzung - name: Priorisierungsart type: STRING - name: Verkehrsart type: Verkehrsart The data source for the [Verkehrsart] select control should be loaded from the relative URL: "/VerkehrsartService/verkehrsart" (HTTP-GET) The data source for the [Kreuzung] select control should be loaded from the relative URL: "/KreuzungService/kreuzung" (HTTP-GET) An existing OeVPriorisierung entity should be loaded from the relative URL: "/VerkehrsartService/oevpriorisierung/{id}" (HTTP-GET) If a new OeVPriorisierung entity has been created, the new entity should be posted to the relative URL: "/VerkehrsartService/oevpriorisierung" (HTTP-POST) If an existing OeVPriorisierung entity has been updated, the modified entity should be sent to the relative URL: "/VerkehrsartService/oevpriorisierung/{id}" (HTTP-PUT) If an existing OeVPriorisierung entity has to be deleted, the following relative URL should be called: "/VerkehrsartService/oevpriorisierung/{id}" (HTTP-DELETE) 3. The SignalgruppeView must contain the following fields: - name: Beschreibung type: STRING - name: IstFahrzeuggruppe type: BOOL - name: IstFussgaengergruppe type: BOOL - name: IstOeVGruppe type: BOOL - name: IstRadgruppe type: BOOL - name: Kreuzung type: Kreuzung - name: Name type: STRING - name: Verkehrsart type: Verkehrsart The data source for the [Verkehrsart] select control should be loaded from the relative URL: "/VerkehrsartService/verkehrsart" (HTTP-GET) The data source for the [Kreuzung] select control should be loaded from the relative URL: "/KreuzungService/kreuzung" (HTTP-GET) An existing Signalgruppe entity should be loaded from the relative URL: "/VerkehrsartService/signalgruppe/{id}" (HTTP-GET) If a new Signalgruppe entity has been created, the new entity should be posted to the relative URL: "/VerkehrsartService/signalgruppe" (HTTP-POST) If an existing Signalgruppe entity has been updated, the modified entity should be sent to the relative URL: "/VerkehrsartService/signalgruppe/{id}" (HTTP-PUT) If an existing Signalgruppe entity has to be deleted, the following relative URL should be called: "/VerkehrsartService/signalgruppe/{id}" (HTTP-DELETE) Add a HTML table to the view with the following SignalgeraetSignalgruppe columns: - column: Rolle - column: Signalgeraet - column: Signalgruppe The table should have the title "SignalgeraetSignalgruppes" und the data must be loaded from the server with the following relative URL: "/SignalSymbolService/signalgeraetsignalgruppe/signalgruppe/{id}" Add a HTML table to the view with the following Signalphase columns: - column: Gelb - column: Reihenfolge - column: IstRaeumzeit - column: Beschreibung - column: Programmplan - column: IstGeschuetztesAbbiegen - column: MaxGruen - column: Rot - column: Signalgruppe - column: MinGruen The table should have the title "Signalphases" und the data must be loaded from the server with the following relative URL: "/SignalSymbolService/signalphase/signalgruppe/{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: "/VerkehrsartService/verkehrsart/{id}" (HTTP-GET) If a new Verkehrsart entity has been created, the new entity should be posted to the relative URL: "/VerkehrsartService/verkehrsart" (HTTP-POST) If an existing Verkehrsart entity has been updated, the modified entity should be sent to the relative URL: "/VerkehrsartService/verkehrsart/{id}" (HTTP-PUT) If an existing Verkehrsart entity has to be deleted, the following relative URL should be called: "/VerkehrsartService/verkehrsart/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Signalgruppe columns: - column: IstFahrzeuggruppe - column: Verkehrsart - column: IstFussgaengergruppe - column: Kreuzung - column: Name - column: IstOeVGruppe - column: Beschreibung - column: IstRadgruppe The table should have the title "Signalgruppes" und the data must be loaded from the server with the following relative URL: "/VerkehrsartService/signalgruppe/verkehrsart/{id}" Add a HTML table to the view with the following Fahrzeugtyp columns: - column: Verkehrsart - column: Beschreibung - column: Name The table should have the title "Fahrzeugtyps" und the data must be loaded from the server with the following relative URL: "/StandardService/fahrzeugtyp/verkehrsart/{id}" Add a HTML table to the view with the following OeVPriorisierung columns: - column: Verkehrsart - column: Kreuzung - column: Beschreibung - column: Detektionsmethode - column: Priorisierungsart The table should have the title "OeVPriorisierungs" und the data must be loaded from the server with the following relative URL: "/VerkehrsartService/oevpriorisierung/verkehrsart/{id}" Add a HTML table to the view with the following Detektor columns: - column: Detektortyp - column: IstOeV - column: Kreuzung - column: Verkehrsart - column: Positionsbeschreibung - column: IstEinsatzfahrzeug - column: Steuerstrategie The table should have the title "Detektors" und the data must be loaded from the server with the following relative URL: "/KreuzungService/detektor/verkehrsart/{id}" Add a HTML table to the view with the following Signalgeraet columns: - column: SignalSystem - column: IstTemporar - column: IstFahrzeug - column: IstRadfahrer - column: SignalInstallation - column: Verkehrsart - column: Montageart - column: IstOeffentlicherVerkehr - column: Name - column: IstFussgaenger - column: Positionsbeschreibung - column: Geraetetyp The table should have the title "Signalgeraets" und the data must be loaded from the server with the following relative URL: "/SignalSystemService/signalgeraet/verkehrsart/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum