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