Giter VIP home page Giter VIP logo

backbone-watchio's Introduction

watch.io

rails application, using backbone.js

to tie together everything we've been learning about backbone in class and integrate it with rails, I'm going to build an app to help keep track of movies I want to watch.

USER STORIES

  • ..., I want to be able to add a movie to my watchlist so I can remember to watch it later
  • ..., I want my watchlist to persist beyond refresh so I can come back to my watchlist
  • ..., I want to mark a movie as seen, so I can keep track of which movies I still need to see
  • ..., I want to rate a movie so I can remember which movies I liked and which I didn't
    • ..., I only want to rate movies I've seen, because I don't know if it's good if I haven't seen it!
  • ..., I want to delete a movie so I can keep an organized watch list

MODELS -- MVP

  • movie
    • string : title, null: false
    • string : poster_url, null: false
    • text : description, null: false
    • boolean : seen, default: false
    • integer : rating

BEHAVIOR

  • movies#search
  • watchlist#delete_movie
  • watchlist#rate_movie rating
  • watchlist#toggle_seen

====

ADDITIONAL FUNCTIONALITY

I want to have an account to log in to, so I don't have to host my own server to keep a watchlist

models

  • add watchlist table

  • user

    • string : username
    • string : password
    • reference : watchlist_id

Bitdeli Badge

backbone-watchio's People

Contributors

bitdeli-chef avatar brittlewis12 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.