Overview
Summary
Contact
Donate
Imprint
Prompt for the
ReviewScoreView
Please create a React-JS view called "ReviewScoreView" for the fields of the ReviewScore entity. The ReviewScoreView must contain the following fields: - name: Review type: Review - name: ReviewAspect type: ReviewAspect - name: Score type: STRING The data source for the [Review] select control should be loaded from the relative URL: "/LanguageService/review" (HTTP-GET) The data source for the [ReviewAspect] select control should be loaded from the relative URL: "/LanguageService/reviewaspect" (HTTP-GET) An existing ReviewScore entity should be loaded from the relative URL: "/LanguageService/reviewscore/{id}" (HTTP-GET) If a new ReviewScore entity has been created, the new entity should be posted to the relative URL: "/LanguageService/reviewscore" (HTTP-POST) If an existing ReviewScore entity has been updated, the modified entity should be sent to the relative URL: "/LanguageService/reviewscore/{id}" (HTTP-PUT) If an existing ReviewScore entity has to be deleted, the following relative URL should be called: "/LanguageService/reviewscore/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint