Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VerfahrenApp
Please create a React-JS application for the VerfahrenModule. The application has to offer the following views for the user interface: 1. ForschungsprojektView 2. ReinigungschemikalieView 3. VerfahrenView 4. VerfahrenReinigungschemikalieView 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 ForschungsprojektView must contain the following fields: - name: Beschreibung type: STRING - name: Endjahr type: LONG - name: Name type: STRING - name: Organisation type: Organisation - name: Startjahr type: LONG - name: Umweltauswirkung type: Umweltauswirkung - name: Verfahren type: Verfahren The data source for the [Verfahren] select control should be loaded from the relative URL: "/VerfahrenService/verfahren" (HTTP-GET) The data source for the [Organisation] select control should be loaded from the relative URL: "/OrganisationService/organisation" (HTTP-GET) The data source for the [Umweltauswirkung] select control should be loaded from the relative URL: "/UmweltauswirkungService/umweltauswirkung" (HTTP-GET) An existing Forschungsprojekt entity should be loaded from the relative URL: "/VerfahrenService/forschungsprojekt/{id}" (HTTP-GET) If a new Forschungsprojekt entity has been created, the new entity should be posted to the relative URL: "/VerfahrenService/forschungsprojekt" (HTTP-POST) If an existing Forschungsprojekt entity has been updated, the modified entity should be sent to the relative URL: "/VerfahrenService/forschungsprojekt/{id}" (HTTP-PUT) If an existing Forschungsprojekt entity has to be deleted, the following relative URL should be called: "/VerfahrenService/forschungsprojekt/{id}" (HTTP-DELETE) 2. The ReinigungschemikalieView must contain the following fields: - name: Beschreibung type: STRING - name: Chemikalienklasse type: STRING - name: Name type: STRING - name: Umweltrelevanz type: STRING An existing Reinigungschemikalie entity should be loaded from the relative URL: "/VerfahrenService/reinigungschemikalie/{id}" (HTTP-GET) If a new Reinigungschemikalie entity has been created, the new entity should be posted to the relative URL: "/VerfahrenService/reinigungschemikalie" (HTTP-POST) If an existing Reinigungschemikalie entity has been updated, the modified entity should be sent to the relative URL: "/VerfahrenService/reinigungschemikalie/{id}" (HTTP-PUT) If an existing Reinigungschemikalie entity has to be deleted, the following relative URL should be called: "/VerfahrenService/reinigungschemikalie/{id}" (HTTP-DELETE) Add a HTML table to the view with the following VerfahrenReinigungschemikalie columns: - column: Reinigungschemikalie - column: Verfahren - column: NutzungBeschreibung The table should have the title "VerfahrenReinigungschemikalies" und the data must be loaded from the server with the following relative URL: "/VerfahrenService/verfahrenreinigungschemikalie/reinigungschemikalie/{id}" 3. The VerfahrenView must contain the following fields: - name: Beschreibung type: STRING - name: IstMembranbasiert type: BOOL - name: IstSolargetrieben type: BOOL - name: IstThermisch type: BOOL - name: Kurzname type: STRING - name: Name type: STRING - name: PhysikalischesMinimumKwhProM3 type: STRING - name: Technologieart type: Technologieart - name: TypischeAnlagengroesse type: STRING - name: TypischerEnergiebedarfKwhProM3 type: STRING The data source for the [Technologieart] select control should be loaded from the relative URL: "/LiteraturquelleService/technologieart" (HTTP-GET) An existing Verfahren entity should be loaded from the relative URL: "/VerfahrenService/verfahren/{id}" (HTTP-GET) If a new Verfahren entity has been created, the new entity should be posted to the relative URL: "/VerfahrenService/verfahren" (HTTP-POST) If an existing Verfahren entity has been updated, the modified entity should be sent to the relative URL: "/VerfahrenService/verfahren/{id}" (HTTP-PUT) If an existing Verfahren entity has to be deleted, the following relative URL should be called: "/VerfahrenService/verfahren/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Forschungsprojekt columns: - column: Beschreibung - column: Endjahr - column: Name - column: Verfahren - column: Organisation - column: Umweltauswirkung - column: Startjahr The table should have the title "Forschungsprojekts" und the data must be loaded from the server with the following relative URL: "/VerfahrenService/forschungsprojekt/verfahren/{id}" Add a HTML table to the view with the following VerfahrenEnergiequelle columns: - column: NutzungBeschreibung - column: Energiequelle - column: Verfahren The table should have the title "VerfahrenEnergiequelles" und the data must be loaded from the server with the following relative URL: "/EnergiequelleService/verfahrenenergiequelle/verfahren/{id}" Add a HTML table to the view with the following HistorischesEreignis columns: - column: Organisation - column: Beschreibung - column: Verfahren - column: Titel - column: Land - column: Ereignisdatum The table should have the title "HistorischesEreigniss" und the data must be loaded from the server with the following relative URL: "/OrganisationService/historischesereignis/verfahren/{id}" Add a HTML table to the view with the following AnlageVerfahren columns: - column: KapazitaetsanteilProzent - column: Verfahren - column: Entsalzungsanlage - column: IstHauptverfahren The table should have the title "AnlageVerfahrens" und the data must be loaded from the server with the following relative URL: "/EntsalzungsanlageService/anlageverfahren/verfahren/{id}" Add a HTML table to the view with the following VerfahrenMembran columns: - column: RolleBeschreibung - column: Verfahren - column: Membrantyp The table should have the title "VerfahrenMembrans" und the data must be loaded from the server with the following relative URL: "/AnwendungsbereichService/verfahrenmembran/verfahren/{id}" Add a HTML table to the view with the following Verfahrensvariante columns: - column: BetriebstemperaturC - column: Beschreibung - column: BetriebsdruckBar - column: Verfahren - column: RueckgewinnungsrateProzent - column: Name The table should have the title "Verfahrensvariantes" und the data must be loaded from the server with the following relative URL: "/AnwendungsbereichService/verfahrensvariante/verfahren/{id}" Add a HTML table to the view with the following VerfahrenNebenprodukt columns: - column: Verfahren - column: Entstehungsmechanismus - column: Nebenprodukt The table should have the title "VerfahrenNebenprodukts" und the data must be loaded from the server with the following relative URL: "/NebenproduktService/verfahrennebenprodukt/verfahren/{id}" Add a HTML table to the view with the following VerfahrenUmweltauswirkung columns: - column: Wirkmechanismus - column: Umweltauswirkung - column: Verfahren The table should have the title "VerfahrenUmweltauswirkungs" und the data must be loaded from the server with the following relative URL: "/UmweltauswirkungService/verfahrenumweltauswirkung/verfahren/{id}" Add a HTML table to the view with the following VerfahrenLiteraturquelle columns: - column: Literaturquelle - column: Kommentar - column: Verfahren The table should have the title "VerfahrenLiteraturquelles" und the data must be loaded from the server with the following relative URL: "/LiteraturquelleService/verfahrenliteraturquelle/verfahren/{id}" Add a HTML table to the view with the following VerfahrenReinigungschemikalie columns: - column: Reinigungschemikalie - column: Verfahren - column: NutzungBeschreibung The table should have the title "VerfahrenReinigungschemikalies" und the data must be loaded from the server with the following relative URL: "/VerfahrenService/verfahrenreinigungschemikalie/verfahren/{id}" 4. The VerfahrenReinigungschemikalieView must contain the following fields: - name: NutzungBeschreibung type: STRING - name: Reinigungschemikalie type: Reinigungschemikalie - name: Verfahren type: Verfahren The data source for the [Verfahren] select control should be loaded from the relative URL: "/VerfahrenService/verfahren" (HTTP-GET) The data source for the [Reinigungschemikalie] select control should be loaded from the relative URL: "/VerfahrenService/reinigungschemikalie" (HTTP-GET) An existing VerfahrenReinigungschemikalie entity should be loaded from the relative URL: "/VerfahrenService/verfahrenreinigungschemikalie/{id}" (HTTP-GET) If a new VerfahrenReinigungschemikalie entity has been created, the new entity should be posted to the relative URL: "/VerfahrenService/verfahrenreinigungschemikalie" (HTTP-POST) If an existing VerfahrenReinigungschemikalie entity has been updated, the modified entity should be sent to the relative URL: "/VerfahrenService/verfahrenreinigungschemikalie/{id}" (HTTP-PUT) If an existing VerfahrenReinigungschemikalie entity has to be deleted, the following relative URL should be called: "/VerfahrenService/verfahrenreinigungschemikalie/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum