Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
InternationaleKonventionApp
Please create a React-JS application for the InternationaleKonventionModule. The application has to offer the following views for the user interface: 1. InternationaleKonventionView 2. KonventionsLandView 3. MarkierungsVerkehrsklasseView 4. ZeichenFormView The views have to be reachable for the user via a menu list at the left side of each view. The requirements for the 4 views are defined below. 1. The InternationaleKonventionView must contain the following fields: - name: Beschreibung type: STRING - name: Inkrafttreten type: DATE - name: Kurzname type: STRING - name: Name type: STRING - name: Unterzeichnungsdatum type: DATE An existing InternationaleKonvention entity should be loaded from the relative URL: "/InternationaleKonventionService/internationalekonvention/{id}" (HTTP-GET) If a new InternationaleKonvention entity has been created, the new entity should be posted to the relative URL: "/InternationaleKonventionService/internationalekonvention" (HTTP-POST) If an existing InternationaleKonvention entity has been updated, the modified entity should be sent to the relative URL: "/InternationaleKonventionService/internationalekonvention/{id}" (HTTP-PUT) If an existing InternationaleKonvention entity has to be deleted, the following relative URL should be called: "/InternationaleKonventionService/internationalekonvention/{id}" (HTTP-DELETE) Add a HTML table to the view with the following KonventionsZeichen columns: - column: Name - column: Code - column: ZeichenKategorie - column: ZeichenFunktion - column: InternationaleKonvention - column: Beschreibung - column: ZeichenForm - column: Piktogramm The table should have the title "KonventionsZeichens" und the data must be loaded from the server with the following relative URL: "/ZeichenKategorieService/konventionszeichen/internationalekonvention/{id}" Add a HTML table to the view with the following KonventionsLand columns: - column: Land - column: Hinweise - column: InternationaleKonvention - column: Ratifikationsdatum The table should have the title "KonventionsLands" und the data must be loaded from the server with the following relative URL: "/InternationaleKonventionService/konventionsland/internationalekonvention/{id}" 2. The KonventionsLandView must contain the following fields: - name: Hinweise type: STRING - name: InternationaleKonvention type: InternationaleKonvention - name: Land type: Land - name: Ratifikationsdatum type: DATE The data source for the [InternationaleKonvention] select control should be loaded from the relative URL: "/InternationaleKonventionService/internationalekonvention" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing KonventionsLand entity should be loaded from the relative URL: "/InternationaleKonventionService/konventionsland/{id}" (HTTP-GET) If a new KonventionsLand entity has been created, the new entity should be posted to the relative URL: "/InternationaleKonventionService/konventionsland" (HTTP-POST) If an existing KonventionsLand entity has been updated, the modified entity should be sent to the relative URL: "/InternationaleKonventionService/konventionsland/{id}" (HTTP-PUT) If an existing KonventionsLand entity has to be deleted, the following relative URL should be called: "/InternationaleKonventionService/konventionsland/{id}" (HTTP-DELETE) 3. The MarkierungsVerkehrsklasseView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing MarkierungsVerkehrsklasse entity should be loaded from the relative URL: "/InternationaleKonventionService/markierungsverkehrsklasse/{id}" (HTTP-GET) If a new MarkierungsVerkehrsklasse entity has been created, the new entity should be posted to the relative URL: "/InternationaleKonventionService/markierungsverkehrsklasse" (HTTP-POST) If an existing MarkierungsVerkehrsklasse entity has been updated, the modified entity should be sent to the relative URL: "/InternationaleKonventionService/markierungsverkehrsklasse/{id}" (HTTP-PUT) If an existing MarkierungsVerkehrsklasse entity has to be deleted, the following relative URL should be called: "/InternationaleKonventionService/markierungsverkehrsklasse/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Markierung columns: - column: Reflexionsklasse - column: MarkierungsVerkehrsklasse - column: Beschreibung - column: Struktur - column: Verkehrszeichen - column: Farbe - column: MarkierungsMaterial The table should have the title "Markierungs" und the data must be loaded from the server with the following relative URL: "/VerkehrszeichenService/markierung/markierungsverkehrsklasse/{id}" 4. The ZeichenFormView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing ZeichenForm entity should be loaded from the relative URL: "/InternationaleKonventionService/zeichenform/{id}" (HTTP-GET) If a new ZeichenForm entity has been created, the new entity should be posted to the relative URL: "/InternationaleKonventionService/zeichenform" (HTTP-POST) If an existing ZeichenForm entity has been updated, the modified entity should be sent to the relative URL: "/InternationaleKonventionService/zeichenform/{id}" (HTTP-PUT) If an existing ZeichenForm entity has to be deleted, the following relative URL should be called: "/InternationaleKonventionService/zeichenform/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Verkehrszeichen columns: - column: VerkehrszeichenSystem - column: GueltigVon - column: Beschreibung - column: GueltigBis - column: IstMarkierung - column: IstAmtlich - column: IstVariabel - column: Code - column: ZeichenKategorie - column: Rechtsgrundlage - column: ZeichenForm - column: Kurzbezeichnung - column: ZeichenFunktion - column: Piktogramm - column: Langbezeichnung - column: Farbschema - column: Behoerde The table should have the title "Verkehrszeichens" und the data must be loaded from the server with the following relative URL: "/VerkehrszeichenService/verkehrszeichen/zeichenform/{id}" Add a HTML table to the view with the following KonventionsZeichen columns: - column: Name - column: Code - column: ZeichenKategorie - column: ZeichenFunktion - column: InternationaleKonvention - column: Beschreibung - column: ZeichenForm - column: Piktogramm The table should have the title "KonventionsZeichens" und the data must be loaded from the server with the following relative URL: "/ZeichenKategorieService/konventionszeichen/zeichenform/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum