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