Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
CopernicusProduktApp
Please create a React-JS application for the CopernicusProduktModule. The application has to offer the following views for the user interface: 1. BehoerdeView 2. CopernicusDatensatzVerknuepfungView 3. CopernicusProduktView 4. VermessungsdokumentView 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 BehoerdeView must contain the following fields: - name: Beschreibung type: STRING - name: ErzeugtAm type: DATE - name: Kurzname type: STRING - name: Name type: STRING - name: Webseite type: STRING An existing Behoerde entity should be loaded from the relative URL: "/CopernicusProduktService/behoerde/{id}" (HTTP-GET) If a new Behoerde entity has been created, the new entity should be posted to the relative URL: "/CopernicusProduktService/behoerde" (HTTP-POST) If an existing Behoerde entity has been updated, the modified entity should be sent to the relative URL: "/CopernicusProduktService/behoerde/{id}" (HTTP-PUT) If an existing Behoerde entity has to be deleted, the following relative URL should be called: "/CopernicusProduktService/behoerde/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Organisationseinheit columns: - column: Name - column: Email - column: Telefon - column: ErzeugtAm - column: Behoerde - column: Code - column: Beschreibung The table should have the title "Organisationseinheits" und the data must be loaded from the server with the following relative URL: "/OrganisationseinheitService/organisationseinheit/behoerde/{id}" 2. The CopernicusDatensatzVerknuepfungView must contain the following fields: - name: Beschreibung type: STRING - name: CopernicusProdukt type: CopernicusProdukt - name: ErzeugtAm type: DATE - name: Geodatensatz type: Geodatensatz The data source for the [Geodatensatz] select control should be loaded from the relative URL: "/GeodatensatzService/geodatensatz" (HTTP-GET) The data source for the [CopernicusProdukt] select control should be loaded from the relative URL: "/CopernicusProduktService/copernicusprodukt" (HTTP-GET) An existing CopernicusDatensatzVerknuepfung entity should be loaded from the relative URL: "/CopernicusProduktService/copernicusdatensatzverknuepfung/{id}" (HTTP-GET) If a new CopernicusDatensatzVerknuepfung entity has been created, the new entity should be posted to the relative URL: "/CopernicusProduktService/copernicusdatensatzverknuepfung" (HTTP-POST) If an existing CopernicusDatensatzVerknuepfung entity has been updated, the modified entity should be sent to the relative URL: "/CopernicusProduktService/copernicusdatensatzverknuepfung/{id}" (HTTP-PUT) If an existing CopernicusDatensatzVerknuepfung entity has to be deleted, the following relative URL should be called: "/CopernicusProduktService/copernicusdatensatzverknuepfung/{id}" (HTTP-DELETE) 3. The CopernicusProduktView must contain the following fields: - name: AufloesungM type: DOUBLE - name: Beschreibung type: STRING - name: ErzeugtAm type: DATE - name: Mission type: STRING - name: Name type: STRING - name: Produkttyp type: STRING - name: ZeitlicheAufloesungTage type: INT An existing CopernicusProdukt entity should be loaded from the relative URL: "/CopernicusProduktService/copernicusprodukt/{id}" (HTTP-GET) If a new CopernicusProdukt entity has been created, the new entity should be posted to the relative URL: "/CopernicusProduktService/copernicusprodukt" (HTTP-POST) If an existing CopernicusProdukt entity has been updated, the modified entity should be sent to the relative URL: "/CopernicusProduktService/copernicusprodukt/{id}" (HTTP-PUT) If an existing CopernicusProdukt entity has to be deleted, the following relative URL should be called: "/CopernicusProduktService/copernicusprodukt/{id}" (HTTP-DELETE) Add a HTML table to the view with the following CopernicusDatensatzVerknuepfung columns: - column: Geodatensatz - column: ErzeugtAm - column: CopernicusProdukt - column: Beschreibung The table should have the title "CopernicusDatensatzVerknuepfungs" und the data must be loaded from the server with the following relative URL: "/CopernicusProduktService/copernicusdatensatzverknuepfung/copernicusprodukt/{id}" 4. The VermessungsdokumentView must contain the following fields: - name: Datei type: STRING - name: Dokumenttyp type: STRING - name: ErzeugtAm type: DATE - name: Titel type: STRING - name: Vermessung type: Vermessung The data source for the [Vermessung] select control should be loaded from the relative URL: "/OrganisationseinheitService/vermessung" (HTTP-GET) An existing Vermessungsdokument entity should be loaded from the relative URL: "/CopernicusProduktService/vermessungsdokument/{id}" (HTTP-GET) If a new Vermessungsdokument entity has been created, the new entity should be posted to the relative URL: "/CopernicusProduktService/vermessungsdokument" (HTTP-POST) If an existing Vermessungsdokument entity has been updated, the modified entity should be sent to the relative URL: "/CopernicusProduktService/vermessungsdokument/{id}" (HTTP-PUT) If an existing Vermessungsdokument entity has to be deleted, the following relative URL should be called: "/CopernicusProduktService/vermessungsdokument/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum