Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SignalInstallationView
Please create a React-JS view called "SignalInstallationView" for the fields of the SignalInstallation entity. The SignalInstallationView must contain the following fields: - name: Beschreibung type: STRING - name: Eigentuemertyp type: STRING - name: Einsatzkontext type: Einsatzkontext - name: Installationsdatum type: DATE - name: IstMobil type: BOOL - name: IstStationaer type: BOOL - name: Kreuzung type: Kreuzung - name: Name type: STRING The data source for the [Kreuzung] select control should be loaded from the relative URL: "/KreuzungService/kreuzung" (HTTP-GET) The data source for the [Einsatzkontext] select control should be loaded from the relative URL: "/SignalInstallationService/einsatzkontext" (HTTP-GET) An existing SignalInstallation entity should be loaded from the relative URL: "/SignalInstallationService/signalinstallation/{id}" (HTTP-GET) If a new SignalInstallation entity has been created, the new entity should be posted to the relative URL: "/SignalInstallationService/signalinstallation" (HTTP-POST) If an existing SignalInstallation entity has been updated, the modified entity should be sent to the relative URL: "/SignalInstallationService/signalinstallation/{id}" (HTTP-PUT) If an existing SignalInstallation entity has to be deleted, the following relative URL should be called: "/SignalInstallationService/signalinstallation/{id}" (HTTP-DELETE) Add a HTML table to the view with the following HistorischesEreignis columns: - column: SignalInstallation - column: Beschreibung - column: Datum - column: Land - column: Stadt - column: Ereignistyp The table should have the title "HistorischesEreigniss" und the data must be loaded from the server with the following relative URL: "/LandService/historischesereignis/signalinstallation/{id}" Add a HTML table to the view with the following Signalgeraet columns: - column: SignalSystem - column: IstTemporar - column: IstFahrzeug - column: IstRadfahrer - column: SignalInstallation - column: Verkehrsart - column: Montageart - column: IstOeffentlicherVerkehr - column: Name - column: IstFussgaenger - column: Positionsbeschreibung - column: Geraetetyp The table should have the title "Signalgeraets" und the data must be loaded from the server with the following relative URL: "/SignalSystemService/signalgeraet/signalinstallation/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum