Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BahnuebergangApp
Please create a React-JS application for the BahnuebergangModule. The application has to offer the following views for the user interface: 1. BahnuebergangView 2. BahnuebergangGesetzView 3. BahnuebergangStandardtechnikView 4. BahnuebergangWarnmittelView 5. FlughafenuebergangView 6. SicherungskategorieView The views have to be reachable for the user via a menu list at the left side of each view. The requirements for the 6 views are defined below. 1. The BahnuebergangView must contain the following fields: - name: AlternativeUeberOderUnterfuehrung type: BOOL - name: AnzahlGleise type: LONG - name: Bahnstrecke type: Bahnstrecke - name: Beschreibung type: STRING - name: Breitengrad type: STRING - name: Elektrifiziert type: BOOL - name: Laengengrad type: STRING - name: Land type: Land - name: MaxBahnGeschwindigkeit type: LONG - name: MaxStrassenGeschwindigkeit type: LONG - name: Name type: STRING - name: Neubau type: BOOL - name: Sicherungskategorie type: Sicherungskategorie - name: Strasse type: Strasse - name: TechnischGesichert type: BOOL - name: Uebergangsart type: Uebergangsart The data source for the [Uebergangsart] select control should be loaded from the relative URL: "/UebergangsartService/uebergangsart" (HTTP-GET) The data source for the [Bahnstrecke] select control should be loaded from the relative URL: "/LandService/bahnstrecke" (HTTP-GET) The data source for the [Sicherungskategorie] select control should be loaded from the relative URL: "/BahnuebergangService/sicherungskategorie" (HTTP-GET) The data source for the [Strasse] select control should be loaded from the relative URL: "/LandService/strasse" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Bahnuebergang entity should be loaded from the relative URL: "/BahnuebergangService/bahnuebergang/{id}" (HTTP-GET) If a new Bahnuebergang entity has been created, the new entity should be posted to the relative URL: "/BahnuebergangService/bahnuebergang" (HTTP-POST) If an existing Bahnuebergang entity has been updated, the modified entity should be sent to the relative URL: "/BahnuebergangService/bahnuebergang/{id}" (HTTP-PUT) If an existing Bahnuebergang entity has to be deleted, the following relative URL should be called: "/BahnuebergangService/bahnuebergang/{id}" (HTTP-DELETE) Add a HTML table to the view with the following BahnuebergangSignal columns: - column: StrassenSignal - column: BahnSignal - column: Signalart - column: Bahnuebergang The table should have the title "BahnuebergangSignals" und the data must be loaded from the server with the following relative URL: "/GesetzService/bahnuebergangsignal/bahnuebergang/{id}" Add a HTML table to the view with the following BahnuebergangSchranke columns: - column: AnzahlBaume - column: Schrankenart - column: Bahnuebergang The table should have the title "BahnuebergangSchrankes" und the data must be loaded from the server with the following relative URL: "/UebergangsartService/bahnuebergangschranke/bahnuebergang/{id}" Add a HTML table to the view with the following BahnuebergangGesetz columns: - column: Bahnuebergang - column: Gesetz - column: Hinweis The table should have the title "BahnuebergangGesetzs" und the data must be loaded from the server with the following relative URL: "/BahnuebergangService/bahnueberganggesetz/bahnuebergang/{id}" Add a HTML table to the view with the following BahnuebergangWarnmittel columns: - column: Warnmittel - column: PrimaeresWarnmittel - column: Positionsbeschreibung - column: Bahnuebergang The table should have the title "BahnuebergangWarnmittels" und the data must be loaded from the server with the following relative URL: "/BahnuebergangService/bahnuebergangwarnmittel/bahnuebergang/{id}" Add a HTML table to the view with the following BahnuebergangUeberwachung columns: - column: Bahnuebergang - column: Ueberwachungsart The table should have the title "BahnuebergangUeberwachungs" und the data must be loaded from the server with the following relative URL: "/GesetzService/bahnuebergangueberwachung/bahnuebergang/{id}" Add a HTML table to the view with the following BahnuebergangStandardtechnik columns: - column: Installationsjahr - column: Bahnuebergang - column: Standardtechnik The table should have the title "BahnuebergangStandardtechniks" und the data must be loaded from the server with the following relative URL: "/BahnuebergangService/bahnuebergangstandardtechnik/bahnuebergang/{id}" Add a HTML table to the view with the following Flughafenuebergang columns: - column: FlughafenName - column: StartbahnKennung - column: Bahnuebergang - column: Oberleitungsluecke - column: HaltSignaleFuerZuege The table should have the title "Flughafenuebergangs" und the data must be loaded from the server with the following relative URL: "/BahnuebergangService/flughafenuebergang/bahnuebergang/{id}" 2. The BahnuebergangGesetzView must contain the following fields: - name: Bahnuebergang type: Bahnuebergang - name: Gesetz type: Gesetz - name: Hinweis type: STRING The data source for the [Bahnuebergang] select control should be loaded from the relative URL: "/BahnuebergangService/bahnuebergang" (HTTP-GET) The data source for the [Gesetz] select control should be loaded from the relative URL: "/GesetzService/gesetz" (HTTP-GET) An existing BahnuebergangGesetz entity should be loaded from the relative URL: "/BahnuebergangService/bahnueberganggesetz/{id}" (HTTP-GET) If a new BahnuebergangGesetz entity has been created, the new entity should be posted to the relative URL: "/BahnuebergangService/bahnueberganggesetz" (HTTP-POST) If an existing BahnuebergangGesetz entity has been updated, the modified entity should be sent to the relative URL: "/BahnuebergangService/bahnueberganggesetz/{id}" (HTTP-PUT) If an existing BahnuebergangGesetz entity has to be deleted, the following relative URL should be called: "/BahnuebergangService/bahnueberganggesetz/{id}" (HTTP-DELETE) 3. The BahnuebergangStandardtechnikView must contain the following fields: - name: Bahnuebergang type: Bahnuebergang - name: Installationsjahr type: LONG - name: Standardtechnik type: Standardtechnik The data source for the [Bahnuebergang] select control should be loaded from the relative URL: "/BahnuebergangService/bahnuebergang" (HTTP-GET) The data source for the [Standardtechnik] select control should be loaded from the relative URL: "/LandService/standardtechnik" (HTTP-GET) An existing BahnuebergangStandardtechnik entity should be loaded from the relative URL: "/BahnuebergangService/bahnuebergangstandardtechnik/{id}" (HTTP-GET) If a new BahnuebergangStandardtechnik entity has been created, the new entity should be posted to the relative URL: "/BahnuebergangService/bahnuebergangstandardtechnik" (HTTP-POST) If an existing BahnuebergangStandardtechnik entity has been updated, the modified entity should be sent to the relative URL: "/BahnuebergangService/bahnuebergangstandardtechnik/{id}" (HTTP-PUT) If an existing BahnuebergangStandardtechnik entity has to be deleted, the following relative URL should be called: "/BahnuebergangService/bahnuebergangstandardtechnik/{id}" (HTTP-DELETE) 4. The BahnuebergangWarnmittelView must contain the following fields: - name: Bahnuebergang type: Bahnuebergang - name: Positionsbeschreibung type: STRING - name: PrimaeresWarnmittel type: BOOL - name: Warnmittel type: Warnmittel The data source for the [Bahnuebergang] select control should be loaded from the relative URL: "/BahnuebergangService/bahnuebergang" (HTTP-GET) The data source for the [Warnmittel] select control should be loaded from the relative URL: "/GesetzService/warnmittel" (HTTP-GET) An existing BahnuebergangWarnmittel entity should be loaded from the relative URL: "/BahnuebergangService/bahnuebergangwarnmittel/{id}" (HTTP-GET) If a new BahnuebergangWarnmittel entity has been created, the new entity should be posted to the relative URL: "/BahnuebergangService/bahnuebergangwarnmittel" (HTTP-POST) If an existing BahnuebergangWarnmittel entity has been updated, the modified entity should be sent to the relative URL: "/BahnuebergangService/bahnuebergangwarnmittel/{id}" (HTTP-PUT) If an existing BahnuebergangWarnmittel entity has to be deleted, the following relative URL should be called: "/BahnuebergangService/bahnuebergangwarnmittel/{id}" (HTTP-DELETE) 5. The FlughafenuebergangView must contain the following fields: - name: Bahnuebergang type: Bahnuebergang - name: FlughafenName type: STRING - name: HaltSignaleFuerZuege type: BOOL - name: Oberleitungsluecke type: BOOL - name: StartbahnKennung type: STRING The data source for the [Bahnuebergang] select control should be loaded from the relative URL: "/BahnuebergangService/bahnuebergang" (HTTP-GET) An existing Flughafenuebergang entity should be loaded from the relative URL: "/BahnuebergangService/flughafenuebergang/{id}" (HTTP-GET) If a new Flughafenuebergang entity has been created, the new entity should be posted to the relative URL: "/BahnuebergangService/flughafenuebergang" (HTTP-POST) If an existing Flughafenuebergang entity has been updated, the modified entity should be sent to the relative URL: "/BahnuebergangService/flughafenuebergang/{id}" (HTTP-PUT) If an existing Flughafenuebergang entity has to be deleted, the following relative URL should be called: "/BahnuebergangService/flughafenuebergang/{id}" (HTTP-DELETE) 6. The SicherungskategorieView must contain the following fields: - name: Beschreibung type: STRING - name: Code type: STRING - name: Name type: STRING An existing Sicherungskategorie entity should be loaded from the relative URL: "/BahnuebergangService/sicherungskategorie/{id}" (HTTP-GET) If a new Sicherungskategorie entity has been created, the new entity should be posted to the relative URL: "/BahnuebergangService/sicherungskategorie" (HTTP-POST) If an existing Sicherungskategorie entity has been updated, the modified entity should be sent to the relative URL: "/BahnuebergangService/sicherungskategorie/{id}" (HTTP-PUT) If an existing Sicherungskategorie entity has to be deleted, the following relative URL should be called: "/BahnuebergangService/sicherungskategorie/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Bahnuebergang columns: - column: Strasse - column: Beschreibung - column: AlternativeUeberOderUnterfuehrung - column: MaxBahnGeschwindigkeit - column: Sicherungskategorie - column: Bahnstrecke - column: AnzahlGleise - column: TechnischGesichert - column: Elektrifiziert - column: Uebergangsart - column: MaxStrassenGeschwindigkeit - column: Name - column: Neubau - column: Breitengrad - column: Land - column: Laengengrad The table should have the title "Bahnuebergangs" und the data must be loaded from the server with the following relative URL: "/BahnuebergangService/bahnuebergang/sicherungskategorie/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum