Skip to content

Conversation

@johnanmorris
Copy link

Files added/edited relevant to this task:

Gemfile
.gitignore
app/controllers/application_controller.rb
app/controllers/sessions_controller.rb
app/controllers/tasks_controller.rb
app/helpers/application_helper.rb
app/helpers/home_helper.rb
app/models/user.rb
app/views/home/index.html.erb
app/views/sessions/index.html.erb
app/views/sessions/login.html.erb
app/views/sessions/login_failure.html.erb
app/views/sessions/logout.html.erb
app/views/tasks/index.html.erb
app/views/tasks/index.html.erb
app/views/tasks/show.html.erb
config/initializers/omniauth.rb
config/routes.rb
db/migrate/20161017220330_create_users.rb
db/migrate/20161024010915_add_user_to_task.rb
db/schema.rb
test/controllers/sessions_controller_test.rb
test/controllers/tasks_controller_test.rb
test/fixtures/tasks.yml
test/fixtures/users.yml
test/models/user_test.rb
test/test_helper.rb

Implemented login/out functionality for TasksList. Tested the sessions controller and tasks controller to make sure that a logged-in user cannot access any tasks that are not their own, and no one who is logged out can access any tasks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants