Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
UmweltauswirkungView
Please create a React-JS view called "UmweltauswirkungView" for the fields of the Umweltauswirkung entity. The UmweltauswirkungView must contain the following fields: - name: Beschreibung type: STRING - name: Kategorie type: STRING - name: Name type: STRING - name: Schweregrad type: STRING An existing Umweltauswirkung entity should be loaded from the relative URL: "/UmweltauswirkungService/umweltauswirkung/{id}" (HTTP-GET) If a new Umweltauswirkung entity has been created, the new entity should be posted to the relative URL: "/UmweltauswirkungService/umweltauswirkung" (HTTP-POST) If an existing Umweltauswirkung entity has been updated, the modified entity should be sent to the relative URL: "/UmweltauswirkungService/umweltauswirkung/{id}" (HTTP-PUT) If an existing Umweltauswirkung entity has to be deleted, the following relative URL should be called: "/UmweltauswirkungService/umweltauswirkung/{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/umweltauswirkung/{id}" Add a HTML table to the view with the following UmweltauswirkungLiteraturquelle columns: - column: Kommentar - column: Literaturquelle - column: Umweltauswirkung The table should have the title "UmweltauswirkungLiteraturquelles" und the data must be loaded from the server with the following relative URL: "/UmweltauswirkungService/umweltauswirkungliteraturquelle/umweltauswirkung/{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/umweltauswirkung/{id}" Add a HTML table to the view with the following AnlageUmweltauswirkung columns: - column: Minderungsmassnahmen - column: Umweltauswirkung - column: Bewertung - column: Entsalzungsanlage The table should have the title "AnlageUmweltauswirkungs" und the data must be loaded from the server with the following relative URL: "/UmweltauswirkungService/anlageumweltauswirkung/umweltauswirkung/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum