Board Overview
The Kanban board is the heart of sprint execution in SprintVibe. It provides a real-time, drag-and-drop interface for tracking story progress.
Accessing the board
Navigate to any active sprint and click the Board tab. The board is only available for sprints in Active status.
Board layout
The board consists of columns representing workflow stages:
| Column | Description |
|---|---|
| To Do | Stories that haven't been started |
| In Progress | Stories currently being worked on |
| Review | Stories waiting for review |
| Done | Completed stories |
Each column shows a count of stories and total story points.
Story cards
Each card on the board displays: - Story title - Story points badge - Priority indicator - Epic color bar - Assignee avatar (if assigned)
Click any card to open the story detail panel.
Real-time updates
The board updates in real-time via WebSockets. When a teammate moves a card, you'll see it move on your screen instantly — no page refresh needed.