id: task-21 title: Kanban board vertical layout status: Done assignee: [] reporter: '@MrLesk' created_date: '2025-06-09' updated_date: '2025-06-09' completed_date: '2025-06-09' labels: [] dependencies: []
Description
Add a visualization to the Kanban board where all status columns are displayed vertically in a single column. Include both --layout vertical and a shortcut --vertical option for convenience.
Acceptance Criteria
- [x] Vertical Kanban view with all statuses in a single column
- [x] Support
--layout verticaloption forbacklog board viewcommand - [x] Support
--verticalshortcut option forbacklog board viewcommand - [x] Documentation updated if necessary
Implementation Notes
- Added
BoardLayouttype and support forverticallayout ingenerateKanbanBoard. - Introduced
--layoutoption forbacklog board viewcommand. - Added
--verticalshortcut flag that overrides--layoutwhen specified. - Updated logic to prioritize
--verticalflag over--layoutoption. - Updated tests and documentation to cover the new layout options.