Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SignalgruppeView
Please create a React-JS view called "SignalgruppeView" for the fields of the Signalgruppe entity. 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}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum