Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ZeichenKategorieApp
Please create a React-JS application for the ZeichenKategorieModule. The application has to offer the following views for the user interface: 1. KonventionsZeichenView 2. KonventionsZuordnungView 3. ZeichenFunktionView 4. ZeichenKategorieView 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 KonventionsZeichenView must contain the following fields: - name: Beschreibung type: STRING - name: Code type: STRING - name: InternationaleKonvention type: InternationaleKonvention - name: Name type: STRING - name: Piktogramm type: STRING - name: ZeichenForm type: ZeichenForm - name: ZeichenFunktion type: ZeichenFunktion - name: ZeichenKategorie type: ZeichenKategorie The data source for the [ZeichenFunktion] select control should be loaded from the relative URL: "/ZeichenKategorieService/zeichenfunktion" (HTTP-GET) The data source for the [ZeichenForm] select control should be loaded from the relative URL: "/InternationaleKonventionService/zeichenform" (HTTP-GET) The data source for the [ZeichenKategorie] select control should be loaded from the relative URL: "/ZeichenKategorieService/zeichenkategorie" (HTTP-GET) The data source for the [InternationaleKonvention] select control should be loaded from the relative URL: "/InternationaleKonventionService/internationalekonvention" (HTTP-GET) An existing KonventionsZeichen entity should be loaded from the relative URL: "/ZeichenKategorieService/konventionszeichen/{id}" (HTTP-GET) If a new KonventionsZeichen entity has been created, the new entity should be posted to the relative URL: "/ZeichenKategorieService/konventionszeichen" (HTTP-POST) If an existing KonventionsZeichen entity has been updated, the modified entity should be sent to the relative URL: "/ZeichenKategorieService/konventionszeichen/{id}" (HTTP-PUT) If an existing KonventionsZeichen entity has to be deleted, the following relative URL should be called: "/ZeichenKategorieService/konventionszeichen/{id}" (HTTP-DELETE) Add a HTML table to the view with the following KonventionsZuordnung columns: - column: Hinweise - column: KonventionsZeichen - column: Verkehrszeichen The table should have the title "KonventionsZuordnungs" und the data must be loaded from the server with the following relative URL: "/ZeichenKategorieService/konventionszuordnung/konventionszeichen/{id}" 2. The KonventionsZuordnungView must contain the following fields: - name: Hinweise type: STRING - name: KonventionsZeichen type: KonventionsZeichen - name: Verkehrszeichen type: Verkehrszeichen The data source for the [KonventionsZeichen] select control should be loaded from the relative URL: "/ZeichenKategorieService/konventionszeichen" (HTTP-GET) The data source for the [Verkehrszeichen] select control should be loaded from the relative URL: "/VerkehrszeichenService/verkehrszeichen" (HTTP-GET) An existing KonventionsZuordnung entity should be loaded from the relative URL: "/ZeichenKategorieService/konventionszuordnung/{id}" (HTTP-GET) If a new KonventionsZuordnung entity has been created, the new entity should be posted to the relative URL: "/ZeichenKategorieService/konventionszuordnung" (HTTP-POST) If an existing KonventionsZuordnung entity has been updated, the modified entity should be sent to the relative URL: "/ZeichenKategorieService/konventionszuordnung/{id}" (HTTP-PUT) If an existing KonventionsZuordnung entity has to be deleted, the following relative URL should be called: "/ZeichenKategorieService/konventionszuordnung/{id}" (HTTP-DELETE) 3. The ZeichenFunktionView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing ZeichenFunktion entity should be loaded from the relative URL: "/ZeichenKategorieService/zeichenfunktion/{id}" (HTTP-GET) If a new ZeichenFunktion entity has been created, the new entity should be posted to the relative URL: "/ZeichenKategorieService/zeichenfunktion" (HTTP-POST) If an existing ZeichenFunktion entity has been updated, the modified entity should be sent to the relative URL: "/ZeichenKategorieService/zeichenfunktion/{id}" (HTTP-PUT) If an existing ZeichenFunktion entity has to be deleted, the following relative URL should be called: "/ZeichenKategorieService/zeichenfunktion/{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/zeichenfunktion/{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/zeichenfunktion/{id}" 4. The ZeichenKategorieView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing ZeichenKategorie entity should be loaded from the relative URL: "/ZeichenKategorieService/zeichenkategorie/{id}" (HTTP-GET) If a new ZeichenKategorie entity has been created, the new entity should be posted to the relative URL: "/ZeichenKategorieService/zeichenkategorie" (HTTP-POST) If an existing ZeichenKategorie entity has been updated, the modified entity should be sent to the relative URL: "/ZeichenKategorieService/zeichenkategorie/{id}" (HTTP-PUT) If an existing ZeichenKategorie entity has to be deleted, the following relative URL should be called: "/ZeichenKategorieService/zeichenkategorie/{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/zeichenkategorie/{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/zeichenkategorie/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum