TeamA

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 vertical option for backlog board view command
  • [x] Support --vertical shortcut option for backlog board view command
  • [x] Documentation updated if necessary

Implementation Notes

  • Added BoardLayout type and support for vertical layout in generateKanbanBoard.
  • Introduced --layout option for backlog board view command.
  • Added --vertical shortcut flag that overrides --layout when specified.
  • Updated logic to prioritize --vertical flag over --layout option.
  • Updated tests and documentation to cover the new layout options.
Brodocs MVP