Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Todo changes #38

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Todo changes #38

wants to merge 10 commits into from

Conversation

dnwilson
Copy link

Please check off the stories that have been completed in your homework submission. Feel free to add any additional notes to the PR description.

User stories to implement

  • A user should not be able to complete a task when creating it.
  • A user can filter their view by complete or incomplete tasks.
  • A user's default view is filtered to show only incomplete tasks.
  • A user should be able to keep multiple lists.
  • A user should have access to only their tasks. (may require devise or a creative, lightweight auth system)
  • A user viewing a task should see a history of all its changes. (task audit trail)
  • A user should be able to see a history of all completed tasks and associated actions. (app audit trail)

Cleanup tasks

  • Consolidate the repeated code between the create and edit feature specs for tasks.

Review Status

Note to candidate: Do not edit this section

  • Specs Passing
  • Two approving reviews

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant