Route
Live route: /kanban.
Source file: app/app/kanban/page.tsx.
Task board with lanes, task cards, filters, details, and due date controls.
/kanbanUI patterns
This route should keep using the established dashboard patterns listed below.
- kanban-shell
- kanban-toolbar
- kanban-lane
- kanban-card
- kanban-detail
Production review
Review these route-specific items before release.
- Lane cards remain readable.
- Toolbar wraps cleanly on mobile.
- Task detail panel does not overlap content.
- Run npm run check after route changes.
- Smoke test the live route after service restart.