Skip to content

Goodreads clone for TV Shows built with Rails and Backbone

Notifications You must be signed in to change notification settings

adammendoza/GoodShows

 
 

Repository files navigation

GoodShows

Heroku link

Minimum Viable Product

GoodShows is a clone of Goodreads, but for TV shows. It is built on Backbone and Ruby on Rails. Users can:

  • Create accounts
  • Create sessions (log in)
  • Create TV Show shelves
  • Add TV Shows to shelves
  • Search for TV Shows by title
  • View TV Show Information
  • Add friends
  • Rate and review TV shows
  • Comment on reviews
  • View a feed of activity from friends and of each friend specifically

Design Docs

Implementation Timeline

Phase 1: User Authentication, TV Show Shelves (~1 day)

I will implement user authentication in Rails based on the practices learned at App Academy. By the end of this phase, users will be able to create shelves where they can add TV shows (e.g., want to watch, watched, favorites, etc.). The most important part of this phase will be pushing the app to Heroku and ensuring that everything works before moving on to phase 2.

Details

Phase 2: Viewing TV Shows and Adding them to shelves (~2 days)

I will add API routes to serve TV show data as JSON, then add Backbone models and collections that fetch data from those routes. TV Show information will be available via themoviedb. By the end of this phase, users will be able to create shelves, search for TV shows and add them to their shelves, all inside a single Backbone app.

Details

Phase 3: Add friends, Improve User Profile (~2 days)

I plan to add functionality so that users can add friends. In addition, the user profile page will be expanded so that you can view a user's friends, TV Show shelves and TV show reviews. I also plan to integrate Filepicker for file upload so users can add profile pictures to their profile pages.

Details

Phase 4: Rate and Review TV Shows (~1-2 days)

I will add a rating system for TV Shows, whereby users can rate and also review TV Shows. Reviews will be able to be commented on by friends.

Details

Phase 5: User activity feed, home feed (~2 days)

I will add a feed to a user's profile page, indicating activity on the site (e.g. adding a show to a shelf, becoming friends with someone, rating a show). I will also add a feed from that user's friends as the home page item with infinite scrolling.

Details

~~Phase 6: Update progress on currently watching TV Show (~1 day)~~ Moving to bonus feature

I will add form to a user's page where they can indicate a show they are currently watching and update the percentage watched.

Details

Bonus Features (TBD)

  • Update progress on currently watching TV Show
  • Expanded TV show page, with extensive information on seasons, episodes and actors
  • Progress update is checklist, user checks off which episodes they've seen to figure out percentage
  • Search TV shows by genre, actor, etc.
  • Typeahead search bar

About

Goodreads clone for TV Shows built with Rails and Backbone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 49.8%
  • JavaScript 33.0%
  • HTML 12.2%
  • CSS 4.2%
  • CoffeeScript 0.8%