refactor: split Kanban board controller from rendering #391
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
status:blocked
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
type:cleanup
type:docs
type:epic
type:release
type:research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta!391
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-368-kanban-controller"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
KanbanBoard still owned grouping, cursor/search/drag state, keyboard handling, selection, and card rendering in one large client component.
Solution
src/lib/kanban-board.tswith focused tests.useKanbanBoardControllerfor keyboard, cursor, persisted search, drag/drop, status-bar, and task-panel state.Verification
nix develop --command pnpm exec vitest run tests/lib/kanban-board.test.ts tests/lib/task-search.test.ts tests/lib/task-search-bar.test.ts tests/lib/keymap-defs.test.ts tests/lib/keyboard.test.ts --reporter=verbosenix develop --command just lintnix develop --command just testnix develop --command just buildCloses #368
barrettruth referenced this pull request2026-05-12 13:41:35 +00:00