Overview
Summary
Contact
Donate
Imprint
Prompt for the
EventView
Please create a React-JS view called "EventView" for the fields of the Event entity. The EventView must contain the following fields: - name: Description type: STRING - name: EventDate type: DATE - name: EventType type: STRING - name: Exchange type: Exchange - name: Source type: STRING The data source for the [Exchange] select control should be loaded from the relative URL: "/ExchangeService/exchange" (HTTP-GET) An existing Event entity should be loaded from the relative URL: "/SustainabilityInitiativeService/event/{id}" (HTTP-GET) If a new Event entity has been created, the new entity should be posted to the relative URL: "/SustainabilityInitiativeService/event" (HTTP-POST) If an existing Event entity has been updated, the modified entity should be sent to the relative URL: "/SustainabilityInitiativeService/event/{id}" (HTTP-PUT) If an existing Event entity has to be deleted, the following relative URL should be called: "/SustainabilityInitiativeService/event/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint