Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VerkehrszeichenplanView
Please create a React-JS view called "VerkehrszeichenplanView" for the fields of the Verkehrszeichenplan entity. The VerkehrszeichenplanView must contain the following fields: - name: Baustelle type: Baustelle - name: Beschreibung type: STRING - name: DatumErstellt type: DATE - name: Ersteller type: Akteur - name: PlanNummer type: STRING The data source for the [Baustelle] select control should be loaded from the relative URL: "/BaustelleService/baustelle" (HTTP-GET) The data source for the [Ersteller] select control should be loaded from the relative URL: "/AkteurService/akteur" (HTTP-GET) An existing Verkehrszeichenplan entity should be loaded from the relative URL: "/VerkehrszeichenplanService/verkehrszeichenplan/{id}" (HTTP-GET) If a new Verkehrszeichenplan entity has been created, the new entity should be posted to the relative URL: "/VerkehrszeichenplanService/verkehrszeichenplan" (HTTP-POST) If an existing Verkehrszeichenplan entity has been updated, the modified entity should be sent to the relative URL: "/VerkehrszeichenplanService/verkehrszeichenplan/{id}" (HTTP-PUT) If an existing Verkehrszeichenplan entity has to be deleted, the following relative URL should be called: "/VerkehrszeichenplanService/verkehrszeichenplan/{id}" (HTTP-DELETE) Add a HTML table to the view with the following VerkehrszeichenplanVerkehrszeichen columns: - column: Verkehrszeichenplan - column: Verkehrszeichen - column: PositionsBeschreibung - column: Richtung - column: EntfernungZurBaustelle The table should have the title "VerkehrszeichenplanVerkehrszeichens" und the data must be loaded from the server with the following relative URL: "/VerkehrszeichenplanService/verkehrszeichenplanverkehrszeichen/verkehrszeichenplan/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum