t2t2 / draft

MOVIES MOVIES MOVIES!
http://boxofficedraft.com/
MIT License
18 stars 8 forks source link

Graph fix, Add Movies Individually, Add released movies to a draft #31

Closed minime283 closed 7 years ago

minime283 commented 7 years ago

Didn't write an actual scraper, but added a form for Admins to add movies individually, and add them retroactively to the draft. Our draft was done last week and some of the movies released this weekend. Hoping that if you take this code you'll add me as an admin so I can add the movies that are missing from my draft and get it started, then I don't need to bug you if a movie is missing (or 10)

Full List of changes: -Rewrite graph logic because the original logic was based on an incorrupt assumption -Removed the Admin::HomeController to AdminController due to issues with the Admin namespace -Added the ability to add a movie given the box office mojo id, including its earnings to date. -Added the ability to add an already released movie to a league, a warning is shown to the user in this case. -Added an admin movie list for debugging purposes.