To-Do List Widget
Component Detail
User Interface
low complexity
frontendmobile
0
Dependencies
0
Dependents
1
Entities
0
Integrations
Description
Lightweight checklist widget scoped per workshop session for tracking follow-up tasks arising during or after the session. Tasks are persisted alongside the session record and visible only to the facilitating coordinator and admin. Supports adding, completing, and deleting individual tasks.
todo-list-widget
Responsibilities
- Render checklist of follow-up tasks for a session
- Allow creation and deletion of task items
- Toggle task completion state and persist changes
- Display task completion progress summary
Interfaces
loadTodos(sessionId)
addTodo(sessionId, title)
toggleTodo(todoId)
deleteTodo(todoId)
clearCompletedTodos(sessionId)
getTodoSummary(sessionId)