godwinbw / sofa-spud

3 stars 0 forks source link

develop user stories #1

Closed godwinbw closed 3 years ago

godwinbw commented 3 years ago
  1. user can sign up (first name, last name, email, password)
  2. an unauthenticated or authenticated user can search for movies & tv shows (keyword search)
  3. app displays of matching movies & tv shows with thumbnail image, title, year, description, streaming links (if available)
  4. an authenticated user can select a show and add it to their watch list
  5. an authenticated user can navigate to their watch list to see all the shows they have selected
  6. an authenticated user can rate a show in their watchlist (thumbs up or thumbs down)
  7. an authenticated user can select a show in their watchlist and can open their email client, where they can send their recommendation to anyone they want. the title and body of the email will be pre-populated with show details, the user only needs to supply the email address.
  8. an authenticated user can remove a show from their watchlist.
  9. an authenticated can select a show in their watchlist, and choose "find other shows like this", which will search for other shows they might like.