Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
OrganisationstypApp
Please create a React-JS application for the OrganisationstypModule. The application has to offer the following views for the user interface: 1. ForschungsstudieView 2. OrganisationstypView 3. StrafentypView 4. StudienErgebnisView 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 ForschungsstudieView must contain the following fields: - name: Institution type: STRING - name: Jahr type: LONG - name: Thema type: STRING - name: Titel type: STRING - name: Url type: STRING An existing Forschungsstudie entity should be loaded from the relative URL: "/OrganisationstypService/forschungsstudie/{id}" (HTTP-GET) If a new Forschungsstudie entity has been created, the new entity should be posted to the relative URL: "/OrganisationstypService/forschungsstudie" (HTTP-POST) If an existing Forschungsstudie entity has been updated, the modified entity should be sent to the relative URL: "/OrganisationstypService/forschungsstudie/{id}" (HTTP-PUT) If an existing Forschungsstudie entity has to be deleted, the following relative URL should be called: "/OrganisationstypService/forschungsstudie/{id}" (HTTP-DELETE) Add a HTML table to the view with the following StudienErgebnis columns: - column: Forschungsstudie - column: Beschreibung - column: Ergebnistyp The table should have the title "StudienErgebniss" und the data must be loaded from the server with the following relative URL: "/OrganisationstypService/studienergebnis/forschungsstudie/{id}" 2. The OrganisationstypView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing Organisationstyp entity should be loaded from the relative URL: "/OrganisationstypService/organisationstyp/{id}" (HTTP-GET) If a new Organisationstyp entity has been created, the new entity should be posted to the relative URL: "/OrganisationstypService/organisationstyp" (HTTP-POST) If an existing Organisationstyp entity has been updated, the modified entity should be sent to the relative URL: "/OrganisationstypService/organisationstyp/{id}" (HTTP-PUT) If an existing Organisationstyp entity has to be deleted, the following relative URL should be called: "/OrganisationstypService/organisationstyp/{id}" (HTTP-DELETE) Add a HTML table to the view with the following CarsharingOrganisation columns: - column: Name - column: Aktiv - column: Stationaer - column: SitzStadt - column: Rechtsform - column: Webseite - column: Geschaeftsmodell - column: Organisationstyp - column: Gruendungsjahr - column: Kombinationsmodell - column: FreeFloating The table should have the title "CarsharingOrganisations" und the data must be loaded from the server with the following relative URL: "/CarsharingOrganisationService/carsharingorganisation/organisationstyp/{id}" 3. The StrafentypView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing Strafentyp entity should be loaded from the relative URL: "/OrganisationstypService/strafentyp/{id}" (HTTP-GET) If a new Strafentyp entity has been created, the new entity should be posted to the relative URL: "/OrganisationstypService/strafentyp" (HTTP-POST) If an existing Strafentyp entity has been updated, the modified entity should be sent to the relative URL: "/OrganisationstypService/strafentyp/{id}" (HTTP-PUT) If an existing Strafentyp entity has to be deleted, the following relative URL should be called: "/OrganisationstypService/strafentyp/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Strafe columns: - column: FestgestelltAm - column: Strafentyp - column: Beschreibung - column: Betrag - column: Reservierung The table should have the title "Strafes" und the data must be loaded from the server with the following relative URL: "/StationService/strafe/strafentyp/{id}" 4. The StudienErgebnisView must contain the following fields: - name: Beschreibung type: STRING - name: Ergebnistyp type: STRING - name: Forschungsstudie type: Forschungsstudie The data source for the [Forschungsstudie] select control should be loaded from the relative URL: "/OrganisationstypService/forschungsstudie" (HTTP-GET) An existing StudienErgebnis entity should be loaded from the relative URL: "/OrganisationstypService/studienergebnis/{id}" (HTTP-GET) If a new StudienErgebnis entity has been created, the new entity should be posted to the relative URL: "/OrganisationstypService/studienergebnis" (HTTP-POST) If an existing StudienErgebnis entity has been updated, the modified entity should be sent to the relative URL: "/OrganisationstypService/studienergebnis/{id}" (HTTP-PUT) If an existing StudienErgebnis entity has to be deleted, the following relative URL should be called: "/OrganisationstypService/studienergebnis/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum