Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SozialprojektView
Please create a React-JS view called "SozialprojektView" for the fields of the Sozialprojekt entity. The SozialprojektView must contain the following fields: - name: Beschreibung type: STRING - name: Enddatum type: DATE - name: Finanzierungsmodell type: STRING - name: Name type: STRING - name: Startdatum type: DATE An existing Sozialprojekt entity should be loaded from the relative URL: "/SozialprojektService/sozialprojekt/{id}" (HTTP-GET) If a new Sozialprojekt entity has been created, the new entity should be posted to the relative URL: "/SozialprojektService/sozialprojekt" (HTTP-POST) If an existing Sozialprojekt entity has been updated, the modified entity should be sent to the relative URL: "/SozialprojektService/sozialprojekt/{id}" (HTTP-PUT) If an existing Sozialprojekt entity has to be deleted, the following relative URL should be called: "/SozialprojektService/sozialprojekt/{id}" (HTTP-DELETE) Add a HTML table to the view with the following PraxisSozialprojekt columns: - column: Sozialprojekt - column: Beschreibung - column: Praxis - column: Startdatum - column: Enddatum The table should have the title "PraxisSozialprojekts" und the data must be loaded from the server with the following relative URL: "/SozialprojektService/praxissozialprojekt/sozialprojekt/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum