AS A logged-in user,
[INSTEAD OF having tasks in a random order]
I WANT TO prioritize tasks
[IN drag-and-drop style | IN high, medium, low categories]
TO focus on more urgent tasks SO THAT I can better manage my time.
SCENARIO: Successful task prioritization
GIVEN I am viewing my task list,
WHEN I drag a task to reorder it OR assign it a priority level,
THEN the task list should update to reflect the new order or category
WITHIN 1 second AND I should see a confirmation that the task was reprioritized.
Other Acceptance Criteria Scenarios:
SCENARIO: High-priority tasks
GIVEN I have tasks with high priority,
WHEN I open the app,
THEN high-priority tasks should be displayed at the top of the list
WITHIN 1 second.
AS A logged-in user,
[INSTEAD OF having tasks in a random order]
I WANT TO prioritize tasks
[IN drag-and-drop style | IN high, medium, low categories]
TO focus on more urgent tasks SO THAT I can better manage my time.
SCENARIO: Successful task prioritization
GIVEN I am viewing my task list,
WHEN I drag a task to reorder it OR assign it a priority level,
THEN the task list should update to reflect the new order or category
WITHIN 1 second AND I should see a confirmation that the task was reprioritized.
Other Acceptance Criteria Scenarios: