Skip to content
kangaree edited this page Jan 29, 2019 · 11 revisions

MVPs

Fullscreend, a Letterboxd clone, allows users to review and collect tv shows.

1. Hosting on Heroku (Day 01)

2. New account creation, login (4 days)

  • Users can sign up, login, and logout
  • Users can't use certain features without logging in (review, add to lists)
  • Users do not have to be logged in to see the shows index

3. Shows (1 day, 1/2 weekend)

  • Anyone can view a show or lists of shows
  • Use TMDb API for seed data
  • Adequate styling (heavy use of posters) and search and filter functionality

4. Reviews (1/2 weekend, 1 day)

  • Anyone can view reviews
  • Logged in users can post a review of any show
  • The reviews for each show are displayed on that show's show page
  • Average review score is displayed
  • Author can edit or delete review

5. Lists (2 days)

  • Anyone can view lists
  • Logged in users can add shows to and create lists
  • Creator can edit or delete list

6. Watched Status (1 day)

  • Logged in user can set a watched status (watched, want to watch, currently watching) for a show

7. Production README (.5 days)

Clone this wiki locally