Overview
Summary
Contact
Donate
Imprint
Prompt for the
RiskConcernView
Please create a React-JS view called "RiskConcernView" for the fields of the RiskConcern entity. The RiskConcernView must contain the following fields: - name: Category type: STRING - name: Description type: STRING - name: Name type: STRING An existing RiskConcern entity should be loaded from the relative URL: "/PublicationService/riskconcern/{id}" (HTTP-GET) If a new RiskConcern entity has been created, the new entity should be posted to the relative URL: "/PublicationService/riskconcern" (HTTP-POST) If an existing RiskConcern entity has been updated, the modified entity should be sent to the relative URL: "/PublicationService/riskconcern/{id}" (HTTP-PUT) If an existing RiskConcern entity has to be deleted, the following relative URL should be called: "/PublicationService/riskconcern/{id}" (HTTP-DELETE) Add a HTML table to the view with the following CriticismRiskConcern columns: - column: Criticism - column: RiskConcern The table should have the title "CriticismRiskConcerns" und the data must be loaded from the server with the following relative URL: "/PublicationService/criticismriskconcern/riskconcern/{id}"
Copy prompt
Overview
Summary
Contact
Donate
Imprint