Skip to content

US4: Task Deletion #4

Description

@cecairns

AS A logged-in user,
[INSTEAD OF having outdated tasks cluttering my list]
I WANT TO delete a task
[IN one click]
TO remove tasks I no longer need SO THAT I can maintain a clean, organized to-do list.

SCENARIO: Successful task deletion
GIVEN I am viewing my task list,
WHEN I tap the delete icon next to a task,
THEN I should see a confirmation dialog
WITHIN 1 second AND the task should be permanently removed
WITHIN 1 second of confirmation.

Other Acceptance Criteria Scenarios:

SCENARIO: Cancel task deletion
GIVEN I have tapped the delete icon,
WHEN I click "Cancel" in the confirmation dialog,
THEN the task should not be deleted and should remain in the task list
WITHIN 1 second.

Metadata

Metadata

Assignees

No one assigned

    Labels

    US 4Task deletion.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions