You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TODO.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,9 @@ Outstanding tasks and known issues. See [docs/plans/active/](docs/plans/active/)
10
10
## TUI
11
11
12
12
-[ ] 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
14
13
-[ ] Board overview in TUI board selector: show task counts by state when selecting a board
15
-
-[ ] Dependency tree visualisation in task detail view
16
14
-[ ] Mouse support (using [bubblezone](https://github.com/lrstanley/bubblezone))
17
15
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
-
20
16
## MCP
21
17
22
18
-[ ] 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 —
38
34
39
35
## Done
40
36
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
0 commit comments