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

Tasks #9

Open
AdamSheaffer opened this issue Apr 12, 2021 · 0 comments
Open

Tasks #9

AdamSheaffer opened this issue Apr 12, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@AdamSheaffer
Copy link

Story

As a user who needs to track tasks, I should be able to enter in a task name, and an expected completion date, and be able to mark them as complete

Acceptance Criteria

Given a user wants to enter a task
When the user clicks an affordance for entering a new task (i.e. button or hyperlink)
Then a form should be presented to the user with a field to enter in the task name
And a field to enter in the expected completion date

Given a user wants to mark a task complete
When the user is viewing their task list
Then there should be a checkbox next to each task that, when clicked, should mark the task as complete in the database
And prevent the task from being displayed in the list

Given a user is on the task list and wants to remove a task
When when the user performs a gesture on the delete affordance
Then the task should be removed from the database
And the task should be removed from the task list

@AdamSheaffer AdamSheaffer added the enhancement New feature or request label Apr 12, 2021
@cdouglass516 cdouglass516 self-assigned this Apr 13, 2021
@coltmay coltmay assigned coltmay and unassigned cdouglass516 Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants