Overview
Summary
Contact
Donate
Imprint
Prompt for the
CrisisView
Please create a React-JS view called "CrisisView" for the fields of the Crisis entity. The CrisisView must contain the following fields: - name: Description type: STRING - name: EndDate type: DATE - name: Name type: STRING - name: StartDate type: DATE An existing Crisis entity should be loaded from the relative URL: "/GovernmentMandateService/crisis/{id}" (HTTP-GET) If a new Crisis entity has been created, the new entity should be posted to the relative URL: "/GovernmentMandateService/crisis" (HTTP-POST) If an existing Crisis entity has been updated, the modified entity should be sent to the relative URL: "/GovernmentMandateService/crisis/{id}" (HTTP-PUT) If an existing Crisis entity has to be deleted, the following relative URL should be called: "/GovernmentMandateService/crisis/{id}" (HTTP-DELETE) Add a HTML table to the view with the following GovernmentMandate columns: - column: AladdinSystem - column: ServiceProviderOrganization - column: ClientOrganization - column: StartDate - column: Name - column: EndDate - column: Crisis - column: MandateValue - column: Currency - column: Description The table should have the title "GovernmentMandates" und the data must be loaded from the server with the following relative URL: "/GovernmentMandateService/governmentmandate/crisis/{id}"
Copy prompt
Overview
Summary
Contact
Donate
Imprint