Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SteuerstrategieView
Please create a React-JS view called "SteuerstrategieView" for the fields of the Steuerstrategie entity. The SteuerstrategieView must contain the following fields: - name: Beschreibung type: STRING - name: IstFestzeit type: BOOL - name: IstKoordiniert type: BOOL - name: IstVerkehrsabhaengig type: BOOL - name: Name type: STRING - name: ZykluszeitMax type: LONG - name: ZykluszeitMin type: LONG An existing Steuerstrategie entity should be loaded from the relative URL: "/KreuzungService/steuerstrategie/{id}" (HTTP-GET) If a new Steuerstrategie entity has been created, the new entity should be posted to the relative URL: "/KreuzungService/steuerstrategie" (HTTP-POST) If an existing Steuerstrategie entity has been updated, the modified entity should be sent to the relative URL: "/KreuzungService/steuerstrategie/{id}" (HTTP-PUT) If an existing Steuerstrategie entity has to be deleted, the following relative URL should be called: "/KreuzungService/steuerstrategie/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Programmplan columns: - column: Tagtyp - column: Endzeit - column: Steuerstrategie - column: Kreuzung - column: Beschreibung - column: Startzeit - column: Name - column: Zykluszeit The table should have the title "Programmplans" und the data must be loaded from the server with the following relative URL: "/SignalSymbolService/programmplan/steuerstrategie/{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/steuerstrategie/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum