Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ReflexionsklasseApp
Please create a React-JS application for the ReflexionsklasseModule. The application has to offer the following views for the user interface: 1. BeleuchtungsartView 2. GroessenklasseView 3. ReflexionsklasseView 4. TechnischeSpezifikationView 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 BeleuchtungsartView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing Beleuchtungsart entity should be loaded from the relative URL: "/ReflexionsklasseService/beleuchtungsart/{id}" (HTTP-GET) If a new Beleuchtungsart entity has been created, the new entity should be posted to the relative URL: "/ReflexionsklasseService/beleuchtungsart" (HTTP-POST) If an existing Beleuchtungsart entity has been updated, the modified entity should be sent to the relative URL: "/ReflexionsklasseService/beleuchtungsart/{id}" (HTTP-PUT) If an existing Beleuchtungsart entity has to be deleted, the following relative URL should be called: "/ReflexionsklasseService/beleuchtungsart/{id}" (HTTP-DELETE) Add a HTML table to the view with the following TechnischeSpezifikation columns: - column: Reflexionsklasse - column: Groessenklasse - column: Beleuchtungsart - column: Hinweise - column: Verkehrszeichen The table should have the title "TechnischeSpezifikations" und the data must be loaded from the server with the following relative URL: "/ReflexionsklasseService/technischespezifikation/beleuchtungsart/{id}" 2. The GroessenklasseView must contain the following fields: - name: Beschreibung type: STRING - name: DreieckSeiteCm type: STRING - name: DurchmesserCm type: STRING - name: MaxEmpfohleneGeschwindigkeit type: INT - name: MinEmpfohleneGeschwindigkeit type: INT - name: Name type: STRING - name: QuadratSeiteCm type: STRING An existing Groessenklasse entity should be loaded from the relative URL: "/ReflexionsklasseService/groessenklasse/{id}" (HTTP-GET) If a new Groessenklasse entity has been created, the new entity should be posted to the relative URL: "/ReflexionsklasseService/groessenklasse" (HTTP-POST) If an existing Groessenklasse entity has been updated, the modified entity should be sent to the relative URL: "/ReflexionsklasseService/groessenklasse/{id}" (HTTP-PUT) If an existing Groessenklasse entity has to be deleted, the following relative URL should be called: "/ReflexionsklasseService/groessenklasse/{id}" (HTTP-DELETE) Add a HTML table to the view with the following TechnischeSpezifikation columns: - column: Reflexionsklasse - column: Groessenklasse - column: Beleuchtungsart - column: Hinweise - column: Verkehrszeichen The table should have the title "TechnischeSpezifikations" und the data must be loaded from the server with the following relative URL: "/ReflexionsklasseService/technischespezifikation/groessenklasse/{id}" 3. The ReflexionsklasseView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING - name: Norm type: STRING An existing Reflexionsklasse entity should be loaded from the relative URL: "/ReflexionsklasseService/reflexionsklasse/{id}" (HTTP-GET) If a new Reflexionsklasse entity has been created, the new entity should be posted to the relative URL: "/ReflexionsklasseService/reflexionsklasse" (HTTP-POST) If an existing Reflexionsklasse entity has been updated, the modified entity should be sent to the relative URL: "/ReflexionsklasseService/reflexionsklasse/{id}" (HTTP-PUT) If an existing Reflexionsklasse entity has to be deleted, the following relative URL should be called: "/ReflexionsklasseService/reflexionsklasse/{id}" (HTTP-DELETE) Add a HTML table to the view with the following TechnischeSpezifikation columns: - column: Reflexionsklasse - column: Groessenklasse - column: Beleuchtungsart - column: Hinweise - column: Verkehrszeichen The table should have the title "TechnischeSpezifikations" und the data must be loaded from the server with the following relative URL: "/ReflexionsklasseService/technischespezifikation/reflexionsklasse/{id}" 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/reflexionsklasse/{id}" 4. The TechnischeSpezifikationView must contain the following fields: - name: Beleuchtungsart type: Beleuchtungsart - name: Groessenklasse type: Groessenklasse - name: Hinweise type: STRING - name: Reflexionsklasse type: Reflexionsklasse - name: Verkehrszeichen type: Verkehrszeichen The data source for the [Reflexionsklasse] select control should be loaded from the relative URL: "/ReflexionsklasseService/reflexionsklasse" (HTTP-GET) The data source for the [Beleuchtungsart] select control should be loaded from the relative URL: "/ReflexionsklasseService/beleuchtungsart" (HTTP-GET) The data source for the [Verkehrszeichen] select control should be loaded from the relative URL: "/VerkehrszeichenService/verkehrszeichen" (HTTP-GET) The data source for the [Groessenklasse] select control should be loaded from the relative URL: "/ReflexionsklasseService/groessenklasse" (HTTP-GET) An existing TechnischeSpezifikation entity should be loaded from the relative URL: "/ReflexionsklasseService/technischespezifikation/{id}" (HTTP-GET) If a new TechnischeSpezifikation entity has been created, the new entity should be posted to the relative URL: "/ReflexionsklasseService/technischespezifikation" (HTTP-POST) If an existing TechnischeSpezifikation entity has been updated, the modified entity should be sent to the relative URL: "/ReflexionsklasseService/technischespezifikation/{id}" (HTTP-PUT) If an existing TechnischeSpezifikation entity has to be deleted, the following relative URL should be called: "/ReflexionsklasseService/technischespezifikation/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum