SDK catalog / Kanban
Kanban
preview 0.1.0-alpha.1
Preview documentation for @workforce-sdk/kanban@0.1.0-alpha.1. Existing legacy downloads may use a different API; this page does not announce a new release.
# Relative storage paths resolve from this file. The host owns encryption and access.
version: 1
storage: ./kanban.sqlite
# Omit columns to use Backlog, In progress, and Done.
columns:
- id: backlog
label: Backlog
hint: Ready to plan
- id: in_progress
label: In progress
hint: Active work
- id: done
label: Done
hint: Completed work
limits:
maxCards: 5000
maxHistory: 20000
maxReceipts: 20000
maxBoardBytes: 16777216