Skip to content

Instantly share code, notes, and snippets.

@MollyJeanB
Created March 22, 2018 16:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MollyJeanB/759f7e2f5595f8c50f94bb2492107212 to your computer and use it in GitHub Desktop.
Save MollyJeanB/759f7e2f5595f8c50f94bb2492107212 to your computer and use it in GitHub Desktop.
React capstone user stories

User Stories

  • As a user, I should be able to view a demo account
  • As a user, I should be able to create an account
  • As a user, I should be able to login to my existing account if I enter the proper credentials
  • As a user, I should be able to create household members, give them names, and select their corresponding colors.
  • As a user, I should be able to create chores, give them names, assign point values, and specify the number of times they should be completed each week.
  • As a user, I should be able to update and delete chores.
  • As a user, I should be able to edit household members' names and colors. I should also be able to delete household members.
  • As a user, I should be able to check off who as completed a chore and see that member's score incremented.
  • As a user, I should see the chore chart refreshed each week, with uncompleted versions of the chores from the week before.
  • As a user, I should receive an email at the end of the week with the final score for each household member
  • As a user, I should be able to view overall point totals for each household member.
  • As a user, I should be able to view pie charts showing which houselhold members complete which chores most often.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment