Overview
Summary
Contact
Donate
Imprint
Prompt for the
TitleTypeView
Please create a React-JS view called "TitleTypeView" for the fields of the TitleType entity. The TitleTypeView must contain the following fields: - name: Description type: STRING - name: Name type: STRING An existing TitleType entity should be loaded from the relative URL: "/EditorialArticleService/titletype/{id}" (HTTP-GET) If a new TitleType entity has been created, the new entity should be posted to the relative URL: "/EditorialArticleService/titletype" (HTTP-POST) If an existing TitleType entity has been updated, the modified entity should be sent to the relative URL: "/EditorialArticleService/titletype/{id}" (HTTP-PUT) If an existing TitleType entity has to be deleted, the following relative URL should be called: "/EditorialArticleService/titletype/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Title columns: - column: Storyline - column: PrimaryTitle - column: NumVotes - column: OriginalTitle - column: TitleType - column: IsAdult - column: Tagline - column: PlotSummary - column: EndYear - column: AverageRating - column: RuntimeMinutes - column: ReleaseDate - column: PosterUrl - column: StartYear The table should have the title "Titles" und the data must be loaded from the server with the following relative URL: "/TitleService/title/titletype/{id}"
Copy prompt
Overview
Summary
Contact
Donate
Imprint