Overview
Summary
Contact
Donate
Imprint
Prompt for the
StoryViewView
Please create a React-JS view called "StoryViewView" for the fields of the StoryView entity. The StoryViewView must contain the following fields: - name: Story type: Story - name: ViewedAt type: DATE - name: Viewer type: UserAccount The data source for the [Viewer] select control should be loaded from the relative URL: "/UserAccountService/useraccount" (HTTP-GET) The data source for the [Story] select control should be loaded from the relative URL: "/StoryService/story" (HTTP-GET) An existing StoryView entity should be loaded from the relative URL: "/FeatureFlagService/storyview/{id}" (HTTP-GET) If a new StoryView entity has been created, the new entity should be posted to the relative URL: "/FeatureFlagService/storyview" (HTTP-POST) If an existing StoryView entity has been updated, the modified entity should be sent to the relative URL: "/FeatureFlagService/storyview/{id}" (HTTP-PUT) If an existing StoryView entity has to be deleted, the following relative URL should be called: "/FeatureFlagService/storyview/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint