AlphaAlpha Docs

Board

Kanban board with drag-and-drop task management across status columns

Kanban Board

The board provides a visual overview of task progress in the active sprint. Tasks are displayed as cards organized into columns by status. Drag and drop cards between columns to update their status.

Board Columns

The board displays four status columns matching the task lifecycle:

graph LR
    A[TODO] --> B[IN_PROGRESS]
    B --> C[IN_REVIEW]
    C --> D[DONE]
ColumnDescription
TODOTasks that have not been started yet
IN_PROGRESSTasks currently being worked on
IN_REVIEWTasks completed and awaiting review or testing
DONETasks that are finished and accepted

Using the Board

Drag and Drop

Click and drag a task card from one column to another to update its status. The status change is saved immediately and reflected across all views.

Task Cards

Each card on the board shows:

  • Task title and ID
  • Task type icon (Task, Bug, Story, Improvement, Ticket Escalation)
  • Priority indicator (color-coded)
  • Assignee avatar
  • Story points (if set)

Filtering

Filter the board to focus on specific work:

  • Assignee -- show only tasks assigned to a specific team member
  • Type -- filter by task type (Bug, Story, etc.)
  • Priority -- show only high-priority or urgent items
  • Search -- find tasks by title or ID

Sprint Context

The board always shows tasks from the currently active sprint. If no sprint is active, the board will be empty. Start a sprint from the Sprints page to populate the board.

Quick Actions

From the board, you can:

  • Click a card to open the task detail view
  • Assign a task by clicking the assignee area on the card
  • Create a new task directly in a column using the "+" button
  • Change priority from the card's context menu

On this page