Loading articleโฆ
Loading 4weirdโฆ
Loading articleโฆ
4weird.com/docs/remastery/kanban-sprints ยท Wave 1
Each squad gets a visual board at /squads/[id]/kanban: columns of cards you drag between stages, grouped into time-boxed sprints (cycles) with a progress bar. Status: planned โ the board UI lane is building it now; nothing to click yet outside this guide.
| Table | What it holds |
|---|---|
| kanban_boards | id, squad_id, project_id, owner_user_id, title, description, timestamps. |
| kanban_cycles | board_id, title, start_date, end_date, progress_percentage (0โ100), is_active. |
| kanban_columns | board_id, title, position (left-to-right order). |
| kanban_cards | column_id, board_id, cycle_id, title, description, priority, estimate_hours, due_date, labels, assigned_user_id, position. |
Access is squad-scoped: board owners and squad members only (planned RLS). Cards can link to time entries, so logged hours roll up against the card's estimate.
Next: Squad workspaces ยท Time tracking ยท All docs