Skip to content

US 3: Task Completion #3

Description

@cecairns

AS A logged-in user,
[INSTEAD OF manually crossing off tasks on paper]
I WANT TO mark a task as completed
[IN one click]
TO keep track of which tasks I’ve finished SO THAT I can focus on remaining tasks.

SCENARIO: Successful task completion
GIVEN I am on the task list,
WHEN I tap the checkbox next to a task,
THEN the task should be marked as completed
WITHIN 1 second AND moved to the "Completed" section of the list.

Other Acceptance Criteria Scenarios:

SCENARIO: Undo task completion
GIVEN I have marked a task as completed,
WHEN I click "Undo"
THEN the task should be moved back to the active task list
WITHIN 1 second.

Metadata

Metadata

Assignees

No one assigned

    Labels

    US 3Task completion. Needing to mark a task as done

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions