Kanban and List Views

The tracker provides two ways to view your items: a kanban board for visual status management and a list view for dense, sortable data.

Kanban Board

The kanban board organizes items into columns by status. Each item type has its own status workflow, so the columns change depending on which type you are viewing.

Moving Items

  • Drag between columns to change an item's status. Dragging a task from "To Do" to "In Progress" updates the item immediately.

  • Drag within a column to reorder items. Manual ordering lets you prioritize work visually without changing status.

Card Display

Each card on the board shows:

  • Type icon (color-coded by item type)

  • Item title

  • Priority badge (if set)

  • Owner avatar (if assigned)

  • Type tag label

Detailed View

  • Click any card to open its detail view.

Selection

  • Click a card to select it and open the detail panel.

  • Shift-click to select a range of cards.

  • Click a column header to select all cards in that column.

  • Right-click a column header to open a context menu with bulk actions.

Filtering

Filter chips and controls sit above the board:

  • "Mine" -- Show only items assigned to you.

  • "Unassigned" -- Show only items with no owner.

  • Type filter -- Select which item type to display (Bug, Task, Feature, etc.).

  • Text search -- Search across titles, descriptions, and item IDs.

List View

Switch to the list view for a table-based layout. The list view shows one row per item with sortable columns.

  • Click a column header to sort by that field (title, status, priority, owner, etc.).

  • Resize columns by dragging the column border.

  • Configure visible columns to show or hide fields that matter to you.

  • The same filtering and search controls from the kanban view apply here.

The list view works well when you have many items and need to scan or sort quickly, while the kanban view is better for visualizing workflow stages.

Last updated