Skip to content
Marisela A Gomez edited this page Feb 16, 2024 · 6 revisions

Welcome to the IndieRoll wiki!

Full CRUD Features

1. Ratings and Reviews

  • Create: Users can leave ratings (e.g., stars) and reviews for movies and TV shows they've watched.
  • Read: All users can read the ratings and reviews left by others.
  • Update: Users can update their rating or review for a title if they wish to change their feedback.
  • Delete: Users can delete their reviews.

2. Content (Movies/TV Shows) Management (Creator-Side)

  • Create: Creators can add new movies or TV shows to the platform, including titles, descriptions, thumbnails, and video files.
  • Read: Creators and users can view the available content catalog.
  • Update: Creators can update content details (e.g., change a movie's description, update the thumbnail, add new episodes to a TV show).
  • Delete: Creators can remove content that is no longer available or appropriate.

Partial CRUD Features

1. User Profile Management

  • Create: Allow users to create new profiles within their account, enabling different family members to have personalized experiences.
  • Read: Users can view the details of each profile, including personalized recommendations, watch history, and settings.
  • Update: Users can update profile information, such as the profile name, avatar, and content preferences. -Delete: Users can delete their profile.

1. Watchlist Management

  • Create: Users can add movies or TV shows to their watchlist for future viewing.
  • Read: Users can view the list of titles they've added to their watchlist.
  • Delete: Users can remove titles from their watchlist once they decide not to watch them or after viewing.
  • Partial Aspect: The update operation is not typically applicable here, as the watchlist primarily involves adding or removing items.

Clone this wiki locally