Edit and complete tasks
Ticking a task off is the satisfying part — and if the details change, you can rename it, re-date it, or remove it entirely.
- 🖥 Web
- 📱 Mobile
-
Click Home and open the Todos tab to see your task list.
-
Click the round check on any task to mark it Done. Click it again to move it back to To do.
-
To change a task, click it to open its detail. Edit the title, the Associated course, the Description, or the Deadline — every change saves on its own.
Screenshot coming soonAn open task's detail panel showing the editable title, Associated course, Description, and Deadline fields with the more-actions menuCapture spec (for maintainers)
{ "id": "web.tasks.edit-and-complete-tasks.task-detail", "platform": "web", "route": "/organization/todos", "actions": [ { "click": { "testId": "todo-row" } } ], "clip": { "testId": "todo-detail", "pad": 16 } } -
To remove a task, open it, click the â‹® (more actions) button, and choose Delete. You can also hover a task in the list and click the delete icon.
Editing and completing tasks works the same in the desktop app.
-
Tap the Work tab, then the Todos tab.
-
Tap a task to mark it Done; tap it again to move it back to To do.
Screenshot coming soonA task row on the Todos tab showing the completion check on the left and the more-actions (dots) button on the rightCapture spec (for maintainers)
{ "id": "mobile.tasks.edit-and-complete-tasks.task-row", "platform": "mobile", "route": "/organization/todos", "actions": [ { "assertVisible": { "id": "todo-row" } } ] } -
To remove a task, tap the â‹® button on its row and choose Delete.
Renaming a task or changing its course, description, or deadline is done in the web or desktop app. On mobile you can complete, reopen, and delete tasks.