Skip to main content

Tasks & Kanban Board

Tasks in Cascadia help you track work items, coordinate team activities, and manage project progress. The Kanban board provides visual workflow management for engineering tasks.

Tasks Overview

The Tasks page displays your work items in either Kanban board or list view.

Summary Statistics

At the top of the page, you'll see counts for each task state:

StatisticDescription
Total TasksAll tasks in the system
BacklogTasks identified but not yet scheduled
To DoTasks scheduled to be worked on
In ProgressTasks currently being worked
In ReviewTasks completed and awaiting review
DoneCompleted and verified tasks

View Options

Toggle between two views using the buttons in the top right:

  • Kanban - Visual board with drag-and-drop columns
  • List - Traditional table view with sorting and filtering

Kanban Board

The Kanban board organizes tasks into columns representing their workflow state.

Columns

ColumnPurpose
BacklogTasks identified but not prioritized
To DoTasks ready to be started
In ProgressTasks currently being worked on
In ReviewTasks awaiting verification
DoneCompleted tasks

Moving Tasks

To update a task's status:

  1. Click and hold on a task card
  2. Drag it to the target column
  3. Release to drop

The task's state automatically updates to match the column.

Task Cards

Each task card shows:

  • Task number (e.g., TSK-000001)
  • Task name
  • Priority indicator
  • Assignee avatar (if assigned)
  • Due date (if set)

Creating a Task

  1. Click + Create Task in the top right
  2. Fill in the task details:

Task Fields

FieldDescriptionRequired
Task NumberAuto-generated identifier (e.g., TSK-000001)Auto
RevisionVersion identifierYes
Task NameBrief description of the workYes
DescriptionDetailed task descriptionNo
StateInitial workflow stateNo (defaults to Backlog)
PriorityUrgency level (Low, Medium, High, Critical)No
AssigneeUser responsible for the taskNo
Due DateTarget completion dateNo
Estimated HoursExpected effort in hoursNo
  1. Click Create Task to save

Task States

Tasks flow through these states:

Backlog → To Do → In Progress → In Review → Done
StateWhen to Use
BacklogTask is captured but not yet scheduled
To DoTask is prioritized and ready to start
In ProgressWork has begun on the task
In ReviewTask is complete, awaiting verification
DoneTask is verified and closed

Priority Levels

Use priority to indicate urgency:

PriorityDescription
CriticalBlocking work, needs immediate attention
HighImportant, should be completed soon
MediumNormal priority (default)
LowCan be deferred if needed

Working with Tasks

Viewing Task Details

Click on any task to open its detail view. Here you can:

  • Edit task information
  • Add comments
  • View activity history
  • Link related items

Filtering Tasks

Use the program/design dropdown to filter tasks by project scope. The search box filters by task number or name.

Assigning Tasks

To assign a task:

  1. Open the task detail view
  2. Click the Assignee field
  3. Select a team member from the dropdown

Assigned users see tasks in their personal task list.

Setting Due Dates

Due dates help with planning:

  1. Open the task or edit during creation
  2. Click the Due Date field
  3. Select a date from the calendar picker

Overdue tasks are highlighted in the Kanban view.

Task Relationships

Tasks can be linked to other items in Cascadia:

  • Parts - Track work related to specific parts
  • Documents - Link to relevant documentation
  • Change Orders - Associate tasks with ECOs
  • Requirements - Connect to requirements being addressed

To create a relationship:

  1. Open the task detail view
  2. Go to the Relationships tab
  3. Click + Add Relationship
  4. Search for and select the related item

Best Practices

Task Naming

Use clear, action-oriented names:

  • Good: "Review Widget Assembly BOM for accuracy"
  • Poor: "BOM review"

Estimates

When setting estimated hours:

  • Include time for testing and documentation
  • Break large tasks into smaller ones (< 16 hours)
  • Update estimates as you learn more

Kanban Flow

  • Limit work in progress to avoid bottlenecks
  • Move tasks as soon as state changes
  • Review the board in team standups
  • Archive completed tasks periodically

Using Backlog

The backlog is for:

  • Ideas and future work
  • Tasks waiting on dependencies
  • Low-priority items

Regularly groom the backlog to keep it manageable.

Keyboard Shortcuts

ShortcutAction
Cmd/Ctrl + KOpen quick search
NNew task (when on tasks page)

Next Steps