Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SignalgeraetView
Please create a React-JS view called "SignalgeraetView" for the fields of the Signalgeraet entity. The SignalgeraetView must contain the following fields: - name: Geraetetyp type: STRING - name: IstFahrzeug type: BOOL - name: IstFussgaenger type: BOOL - name: IstOeffentlicherVerkehr type: BOOL - name: IstRadfahrer type: BOOL - name: IstTemporar type: BOOL - name: Montageart type: STRING - name: Name type: STRING - name: Positionsbeschreibung type: STRING - name: SignalInstallation type: SignalInstallation - name: SignalSystem type: SignalSystem - name: Verkehrsart type: Verkehrsart The data source for the [SignalSystem] select control should be loaded from the relative URL: "/SignalSystemService/signalsystem" (HTTP-GET) The data source for the [Verkehrsart] select control should be loaded from the relative URL: "/VerkehrsartService/verkehrsart" (HTTP-GET) The data source for the [SignalInstallation] select control should be loaded from the relative URL: "/SignalInstallationService/signalinstallation" (HTTP-GET) An existing Signalgeraet entity should be loaded from the relative URL: "/SignalSystemService/signalgeraet/{id}" (HTTP-GET) If a new Signalgeraet entity has been created, the new entity should be posted to the relative URL: "/SignalSystemService/signalgeraet" (HTTP-POST) If an existing Signalgeraet entity has been updated, the modified entity should be sent to the relative URL: "/SignalSystemService/signalgeraet/{id}" (HTTP-PUT) If an existing Signalgeraet entity has to be deleted, the following relative URL should be called: "/SignalSystemService/signalgeraet/{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/signalgeraet/{id}" Add a HTML table to the view with the following SignalgeraetStandard columns: - column: Signalgeraet - column: Beschreibung - column: Standard The table should have the title "SignalgeraetStandards" und the data must be loaded from the server with the following relative URL: "/StandardService/signalgeraetstandard/signalgeraet/{id}" Add a HTML table to the view with the following SignalAspekt columns: - column: PositionsIndex - column: IstCountdown - column: SignalSymbol - column: Bedeutung - column: SignalFarbe - column: IstKombiniert - column: Form - column: Signalgeraet - column: IstBlinkend The table should have the title "SignalAspekts" und the data must be loaded from the server with the following relative URL: "/SignalFarbeService/signalaspekt/signalgeraet/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum