ennukee / homework-tracker

Timelapse web app (inspired by my hackUMass mobile app project). Beta has been released.
http://timelapse-app.herokuapp.com
0 stars 0 forks source link

ASSIGNMENTS ARE NOW USER EXCLUSIVE #18

Closed ennukee closed 8 years ago

ennukee commented 8 years ago

yay progress!

new features

77Wertfuzzy77 commented 8 years ago

Yaaaa!!!

Thank you, Nikolai Narma

On Nov 19, 2015, at 5:18 PM, Dylan Bowers notifications@github.com wrote:

yay progress!

new features

user sign up user log in user log out sessions (will remember you're logged in when page is left, this is computer exclusive) assignments are now user exclusive, no more master list You can view, comment on, or merge this pull request online at:

https://github.com/enragednuke/homework-tracker/pull/18

Commit Summary

ASSIGNMENTS ARE NOW USER EXCLUSIVE YAY PROGRESS File Changes

M app/assets/javascripts/application.js (1) A app/assets/javascripts/sessions.coffee (3) M app/assets/stylesheets/application.scss (14) A app/assets/stylesheets/sessions.scss (3) M app/controllers/application_controller.rb (1) M app/controllers/assignments_controller.rb (8) A app/controllers/sessions_controller.rb (23) M app/controllers/users_controller.rb (3) A app/helpers/sessions_helper.rb (40) M app/models/user.rb (33) M app/views/assignments/_assignment_list.html.haml (8) A app/views/assignments/_default_assignments_display.html.haml (0) M app/views/assignments/index.html.haml (2) M app/views/assignments/new.html.haml (5) M app/views/layouts/_wsidnavbar.html.haml (19) A app/views/sessions/new.html.haml (23) M app/views/users/new.html.haml (4)
M config/routes.rb (4) A db/migrate/20151119182536_add_remember_digest_to_users.rb (5) A db/migrate/20151119182711_add_email_to_users.rb (5) M db/schema.rb (4) A test/controllers/sessions_controller_test.rb (7) Patch Links:

https://github.com/enragednuke/homework-tracker/pull/18.patch https://github.com/enragednuke/homework-tracker/pull/18.diff — Reply to this email directly or view it on GitHub.

ennukee commented 8 years ago

lol