AS A logged-in user,
[INSTEAD OF writing down tasks on paper]
I WANT TO create a new task in the ToDo app
[IN under 30 seconds]
TO organize my tasks SO THAT I can easily manage and keep track of my to-do list digitally.
SCENARIO: Successful task creation
GIVEN I am logged in and on the task creation page,
WHEN I enter a task title and optionally a due date and description,
THEN I should see the task added to my task list
WITHIN 2 seconds AND I should receive confirmation that the task has been created.
Other Acceptance Criteria Scenarios:
SCENARIO: Missing task title
GIVEN I attempt to create a task without a title,
WHEN I try to submit the task,
THEN I should see a message indicating that the title is required
WITHIN 2 seconds AND the task should not be created.
AS A logged-in user,
[INSTEAD OF writing down tasks on paper]
I WANT TO create a new task in the ToDo app
[IN under 30 seconds]
TO organize my tasks SO THAT I can easily manage and keep track of my to-do list digitally.
SCENARIO: Successful task creation
GIVEN I am logged in and on the task creation page,
WHEN I enter a task title and optionally a due date and description,
THEN I should see the task added to my task list
WITHIN 2 seconds AND I should receive confirmation that the task has been created.
Other Acceptance Criteria Scenarios: