Create a new chore
Closed this issue · 0 comments
williamlixu commented
User story
As a user I want to be able to add a chore on the web app to have the app track it for me.
Acceptance criteria
- Pressing the "+" button from the chores page brings up form to fill out details regarding the chore
- Submitting the form makes the appropriate API call to the back-end
- Chore shows up on the chores page (pending #246 is implemented to view the chores)
Additional context
Alternative ways to add the chore can also be considered, change the acceptance criteria to match if a different solution is decided on 🚀