Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
StrasseView
Please create a React-JS view called "StrasseView" for the fields of the Strasse entity. The StrasseView must contain the following fields: - name: Eroeffnungsdatum type: DATE - name: FahrstreifenProRichtung type: LONG - name: HoechstgeschwindigkeitKmh type: LONG - name: IstEinbahn type: BOOL - name: IstInnerorts type: BOOL - name: IstMaut type: BOOL - name: LaengeKm type: STRING - name: Name type: STRING - name: Schliessungsdatum type: DATE - name: Strassenkategorie type: Strassenkategorie - name: Strassennetz type: Strassennetz The data source for the [Strassenkategorie] select control should be loaded from the relative URL: "/StrassenabschnittService/strassenkategorie" (HTTP-GET) The data source for the [Strassennetz] select control should be loaded from the relative URL: "/LandService/strassennetz" (HTTP-GET) An existing Strasse entity should be loaded from the relative URL: "/StrasseService/strasse/{id}" (HTTP-GET) If a new Strasse entity has been created, the new entity should be posted to the relative URL: "/StrasseService/strasse" (HTTP-POST) If an existing Strasse entity has been updated, the modified entity should be sent to the relative URL: "/StrasseService/strasse/{id}" (HTTP-PUT) If an existing Strasse entity has to be deleted, the following relative URL should be called: "/StrasseService/strasse/{id}" (HTTP-DELETE) Add a HTML table to the view with the following TranskontinentaleRoutenabschnitt columns: - column: TranskontinentaleRoute - column: Strasse - column: Reihenfolge - column: Land - column: LaengeKm The table should have the title "TranskontinentaleRoutenabschnitts" und the data must be loaded from the server with the following relative URL: "/StrasseService/transkontinentaleroutenabschnitt/strasse/{id}" Add a HTML table to the view with the following Strassenabschnitt columns: - column: HatTunnel - column: StartKm - column: KapazitaetFahrzeugeProTag - column: Strasse - column: HatBruecke - column: EndeKm - column: Gelaendetyp The table should have the title "Strassenabschnitts" und the data must be loaded from the server with the following relative URL: "/StrassenabschnittService/strassenabschnitt/strasse/{id}" Add a HTML table to the view with the following StrassennameStrasse columns: - column: Strassenname - column: BisKm - column: VonKm - column: Strasse The table should have the title "StrassennameStrasses" und the data must be loaded from the server with the following relative URL: "/NamenspraefixService/strassennamestrasse/strasse/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum