User Story: As a user, I want to see my items checked off the list when I upload pictures of them. I want the correct item checked off, and only if I upload a picture, to keep me accountable.
Feature Tasks:
File upload button which allows the user to select a file
Alert that their photo has been approved and the item has been checked off the list
Show the list with clear indications of which items are checked off and which aren’t.
Acceptance Tests:
Check to make sure the file is being successfully uploaded to the frontend.
Check to make sure the file is being successfully uploaded to the backend.
Check to make sure the file is being successfully checked out by the API and the response is appropriate.
Check to see if the response matches any unchecked items on the list.
Estimate: Medium (6 hours)
User Story: As a user, I want to see my items checked off the list when I upload pictures of them. I want the correct item checked off, and only if I upload a picture, to keep me accountable.
Feature Tasks:
File upload button which allows the user to select a file
Alert that their photo has been approved and the item has been checked off the list
Show the list with clear indications of which items are checked off and which aren’t.
Acceptance Tests:
Check to make sure the file is being successfully uploaded to the frontend.
Check to make sure the file is being successfully uploaded to the backend.
Check to make sure the file is being successfully checked out by the API and the response is appropriate.
Check to see if the response matches any unchecked items on the list.
Estimate: Medium (6 hours)