Skip to content

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

  1. Select a list to see its tasks.
  2. Open a task to edit title, notes, due date, and remind me flags (TodoListTasks.vue, TodoStore).
  3. Mark items complete as you finish them.

Relationship to projects

ToolBest for
To DoLightweight checklists without full project structure.
Project tasksDependencies, sprints, templates, and time entry linkage.

See also

SBOS.AI Platform Documentation