To Do lists
The product menu uses the label To Do (navLinks.ts, Workflows group). The route lives at /user/to-do-lists with router name Todo.
Where to find it
Open Workflows → To Do in the sidebar. The menu entry requires Project.View (same permission as Projects and Project tasks).
Working with lists and tasks
- Select a list to see its tasks.
- Open a task to edit title, notes, due date, and remind me flags (
TodoListTasks.vue,TodoStore). - Mark items complete as you finish them.
Relationship to projects
| Tool | Best for |
|---|---|
| To Do | Lightweight checklists without full project structure. |
| Project tasks | Dependencies, sprints, templates, and time entry linkage. |
