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
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.
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.
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.
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.
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.
I will add form to a user's page where they can indicate a show they are currently watching and update the percentage watched.
- 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