Skip to content

List of tasks to complete #3

@jisie

Description

@jisie

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

  • Start with Data! Get the API working, then do the form.

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

  • Form + form fields

Given a user wants to mark a task complete

  • Checkbox
    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
  • DELETE

Given a user wants to edit a task name
When the user clicks on the name of a task
Then the user should be able to edit the name of the task
And when the enter key is pressed, the new task name should be saved to the database
And the task list should be updated to display the new task name

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions