Overview
Summary
Contact
Donate
Imprint
Prompt for the
ReviewAspectView
Please create a React-JS view called "ReviewAspectView" for the fields of the ReviewAspect entity. The ReviewAspectView must contain the following fields: - name: Code type: STRING - name: Name type: STRING An existing ReviewAspect entity should be loaded from the relative URL: "/LanguageService/reviewaspect/{id}" (HTTP-GET) If a new ReviewAspect entity has been created, the new entity should be posted to the relative URL: "/LanguageService/reviewaspect" (HTTP-POST) If an existing ReviewAspect entity has been updated, the modified entity should be sent to the relative URL: "/LanguageService/reviewaspect/{id}" (HTTP-PUT) If an existing ReviewAspect entity has to be deleted, the following relative URL should be called: "/LanguageService/reviewaspect/{id}" (HTTP-DELETE) Add a HTML table to the view with the following ReviewScore columns: - column: Score - column: ReviewAspect - column: Review The table should have the title "ReviewScores" und the data must be loaded from the server with the following relative URL: "/LanguageService/reviewscore/reviewaspect/{id}"
Copy prompt
Overview
Summary
Contact
Donate
Imprint