Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SignalphaseView
Please create a React-JS view called "SignalphaseView" for the fields of the Signalphase entity. The SignalphaseView must contain the following fields: - name: Beschreibung type: STRING - name: Gelb type: LONG - name: IstGeschuetztesAbbiegen type: BOOL - name: IstRaeumzeit type: BOOL - name: MaxGruen type: LONG - name: MinGruen type: LONG - name: Programmplan type: Programmplan - name: Reihenfolge type: LONG - name: Rot type: LONG - name: Signalgruppe type: Signalgruppe The data source for the [Programmplan] select control should be loaded from the relative URL: "/SignalSymbolService/programmplan" (HTTP-GET) The data source for the [Signalgruppe] select control should be loaded from the relative URL: "/VerkehrsartService/signalgruppe" (HTTP-GET) An existing Signalphase entity should be loaded from the relative URL: "/SignalSymbolService/signalphase/{id}" (HTTP-GET) If a new Signalphase entity has been created, the new entity should be posted to the relative URL: "/SignalSymbolService/signalphase" (HTTP-POST) If an existing Signalphase entity has been updated, the modified entity should be sent to the relative URL: "/SignalSymbolService/signalphase/{id}" (HTTP-PUT) If an existing Signalphase entity has to be deleted, the following relative URL should be called: "/SignalSymbolService/signalphase/{id}" (HTTP-DELETE) Add a HTML table to the view with the following PhasenAspekt columns: - column: SignalAspekt - column: Signalphase - column: StartOffset - column: EndOffset The table should have the title "PhasenAspekts" und the data must be loaded from the server with the following relative URL: "/SignalFarbeService/phasenaspekt/signalphase/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum