Skip to content

Commit

Permalink
Tell users to label ALL tasks
Browse files Browse the repository at this point in the history
Not just the completed ones
  • Loading branch information
timpaul authored Apr 28, 2020
1 parent 529d1b5 commit d7fbeb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/patterns/task-list-pages/index.md.njk
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ When using a task list page in your service you need to:

If there are lots of tasks to complete, you might also need to group them into sub-sections.

### Show the status of the task
### Show the status of all the tasks

Whenever you show a task list page, make it clear to users which tasks they’ve completed by labelling them ‘Completed’.
Make it clear to users which tasks they’ve completed and which still need their attention, by labelling them using the [Tag component](../../components/tag).

![A screenshot showing a completed tag next to a list of tasks](task-list-statuses.png)

Expand Down

0 comments on commit d7fbeb1

Please sign in to comment.