Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ProgrammplanView
Please create a React-JS view called "ProgrammplanView" for the fields of the Programmplan entity. The ProgrammplanView must contain the following fields: - name: Beschreibung type: STRING - name: Endzeit type: STRING - name: Kreuzung type: Kreuzung - name: Name type: STRING - name: Startzeit type: STRING - name: Steuerstrategie type: Steuerstrategie - name: Tagtyp type: STRING - name: Zykluszeit type: LONG The data source for the [Kreuzung] select control should be loaded from the relative URL: "/KreuzungService/kreuzung" (HTTP-GET) The data source for the [Steuerstrategie] select control should be loaded from the relative URL: "/KreuzungService/steuerstrategie" (HTTP-GET) An existing Programmplan entity should be loaded from the relative URL: "/SignalSymbolService/programmplan/{id}" (HTTP-GET) If a new Programmplan entity has been created, the new entity should be posted to the relative URL: "/SignalSymbolService/programmplan" (HTTP-POST) If an existing Programmplan entity has been updated, the modified entity should be sent to the relative URL: "/SignalSymbolService/programmplan/{id}" (HTTP-PUT) If an existing Programmplan entity has to be deleted, the following relative URL should be called: "/SignalSymbolService/programmplan/{id}" (HTTP-DELETE) 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/programmplan/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum