Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
StrassenabschnittView
Please create a React-JS view called "StrassenabschnittView" for the fields of the Strassenabschnitt entity. The StrassenabschnittView must contain the following fields: - name: EndeKm type: STRING - name: Gelaendetyp type: STRING - name: HatBruecke type: BOOL - name: HatTunnel type: BOOL - name: KapazitaetFahrzeugeProTag type: LONG - name: StartKm type: STRING - name: Strasse type: Strasse The data source for the [Strasse] select control should be loaded from the relative URL: "/StrasseService/strasse" (HTTP-GET) An existing Strassenabschnitt entity should be loaded from the relative URL: "/StrassenabschnittService/strassenabschnitt/{id}" (HTTP-GET) If a new Strassenabschnitt entity has been created, the new entity should be posted to the relative URL: "/StrassenabschnittService/strassenabschnitt" (HTTP-POST) If an existing Strassenabschnitt entity has been updated, the modified entity should be sent to the relative URL: "/StrassenabschnittService/strassenabschnitt/{id}" (HTTP-PUT) If an existing Strassenabschnitt entity has to be deleted, the following relative URL should be called: "/StrassenabschnittService/strassenabschnitt/{id}" (HTTP-DELETE) Add a HTML table to the view with the following HistorischeStrassenstrecke columns: - column: Notizen - column: Strassenabschnitt - column: HistorischeStrasse The table should have the title "HistorischeStrassenstreckes" und the data must be loaded from the server with the following relative URL: "/HistorischeStrasseService/historischestrassenstrecke/strassenabschnitt/{id}" Add a HTML table to the view with the following StrassenabschnittBelag columns: - column: Belagsmaterial - column: LetzteErneuerung - column: Strassenabschnitt - column: DickeCm The table should have the title "StrassenabschnittBelags" und the data must be loaded from the server with the following relative URL: "/BelagsmaterialService/strassenabschnittbelag/strassenabschnitt/{id}" Add a HTML table to the view with the following StrassenabschnittQuerschnittselement columns: - column: Richtung - column: IstGetrennt - column: BreiteMeter - column: Strassenabschnitt - column: Querschnittselementtyp The table should have the title "StrassenabschnittQuerschnittselements" und the data must be loaded from the server with the following relative URL: "/StrassenabschnittService/strassenabschnittquerschnittselement/strassenabschnitt/{id}" Add a HTML table to the view with the following Unfallstatistik columns: - column: UnfaelleGesamt - column: Verletzte - column: Strassenabschnitt - column: Tote - column: Jahr The table should have the title "Unfallstatistiks" und the data must be loaded from the server with the following relative URL: "/BelagsmaterialService/unfallstatistik/strassenabschnitt/{id}" Add a HTML table to the view with the following Umweltauswirkung columns: - column: LaermDb - column: Wildtierquerung - column: Jahr - column: Zerschneidungsindex - column: Strassenabschnitt The table should have the title "Umweltauswirkungs" und the data must be loaded from the server with the following relative URL: "/HistorischeStrasseService/umweltauswirkung/strassenabschnitt/{id}" Add a HTML table to the view with the following StrassenabschnittVerkehrsart columns: - column: Strassenabschnitt - column: Exklusiv - column: Verkehrsart The table should have the title "StrassenabschnittVerkehrsarts" und the data must be loaded from the server with the following relative URL: "/StrassenabschnittService/strassenabschnittverkehrsart/strassenabschnitt/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum