Skip to content

Commit 8ac0397

Browse files
committed
Update todos
1 parent 3b3f8c8 commit 8ac0397

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

TODO.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,9 @@ Outstanding tasks and known issues. See [docs/plans/active/](docs/plans/active/)
1010
## TUI
1111

1212
- [ ] Filter bar: filter tasks by assignee, priority, tags, state — applies to both kanban and list views
13-
- [x] "My tasks" mode in TUI: cross-board view of tasks assigned to current user, with live updates
1413
- [ ] Board overview in TUI board selector: show task counts by state when selecting a board
15-
- [ ] Dependency tree visualisation in task detail view
1614
- [ ] Mouse support (using [bubblezone](https://github.com/lrstanley/bubblezone))
1715

18-
Page scrolling, searchable selectors, @me shortcut, and take action are done — see [TUI improvements plan](docs/plans/done/2026-03-31-tui-improvements.md).
19-
2016
## MCP
2117

2218
- [ ] Integration test with a real MCP client (Claude Code) — pipe tests pass but protocol-level issues may only surface with a real agent
@@ -38,6 +34,20 @@ Page scrolling, searchable selectors, @me shortcut, and take action are done —
3834

3935
## Done
4036

37+
- [x] Task edit form: full edit overlay (title, description, priority, assignee, tags, due date) with dependency and attachment management
38+
- [x] Dependency tree visualisation in task detail view with parent/child/related indentation
39+
- [x] "My tasks" mode in TUI: cross-board view of tasks assigned to current user, with live updates
40+
- [x] Shared task table component with styled cells (coloured priorities, @me assignee)
41+
- [x] Comment prompt on transition/assign with auto-generated summary line
42+
- [x] Richer audit detail rendering showing field-level changes in task detail view
43+
- [x] Board selector split into "Quick Access" and "Boards" sections
44+
- [x] Consistent keyboard conventions across all text inputs (enter submit, ctrl+j newline, esc cancel)
45+
- [x] Page scrolling (PgUp/PgDn/Ctrl-U/Ctrl-D/Home/End) in workflow, event log, and detail views
46+
- [x] Searchable selectors for transition and assignment overlays
47+
- [x] @me shortcut in assignment overlay and styled @me display across kanban, list, and detail views
48+
- [x] "Take" action (T) for instant self-assignment from kanban/list/detail
49+
- [x] Terminal-state tasks hidden by default in board list and My Tasks views (d toggles)
50+
- [x] Default sort by priority in list views
4151
- [x] MCP server with auto-derived tools, resources, notifications, whoami, task_ref
4252
- [x] TUI global event stream with per-board ring buffers
4353
- [x] Structured error responses with available transitions on failure

0 commit comments

Comments
 (0)