Overview
Summary
Contact
Donate
Imprint
Prompt for the
SustainabilityInitiativeView
Please create a React-JS view called "SustainabilityInitiativeView" for the fields of the SustainabilityInitiative entity. The SustainabilityInitiativeView must contain the following fields: - name: Description type: STRING - name: LaunchDate type: DATE - name: Name type: STRING - name: SponsorOrganization type: STRING An existing SustainabilityInitiative entity should be loaded from the relative URL: "/SustainabilityInitiativeService/sustainabilityinitiative/{id}" (HTTP-GET) If a new SustainabilityInitiative entity has been created, the new entity should be posted to the relative URL: "/SustainabilityInitiativeService/sustainabilityinitiative" (HTTP-POST) If an existing SustainabilityInitiative entity has been updated, the modified entity should be sent to the relative URL: "/SustainabilityInitiativeService/sustainabilityinitiative/{id}" (HTTP-PUT) If an existing SustainabilityInitiative entity has to be deleted, the following relative URL should be called: "/SustainabilityInitiativeService/sustainabilityinitiative/{id}" (HTTP-DELETE) Add a HTML table to the view with the following ExchangeMembershipInInitiative columns: - column: SustainabilityInitiative - column: JoinDate - column: Exchange The table should have the title "ExchangeMembershipInInitiatives" und the data must be loaded from the server with the following relative URL: "/SustainabilityInitiativeService/exchangemembershipininitiative/sustainabilityinitiative/{id}"
Copy prompt
Overview
Summary
Contact
Donate
Imprint