6f248700d7b9dd80efa209ab3c91997d7a2a3d76
Kanban Board Template
Production-style Fabric demo template that exercises all core surfaces in one project:
http- board APIs + workflow start routeschannel-/ws/kanbanconnect/message handlersqueue-kanban-health-checkworkerschedule- periodic health-check triggerworkflow- demo orchestration workflowmcp- exposed command endpoint (mcpKanbanCommand)agent-kanbanOpsAgentwith tool wiring
Quick Start
yarn installyarn workspace @germantax/functions pikku db migrateyarn prebuildyarn dev- Open
/kanban
Demo RPCs
listKanbanCardsgetKanbanMetricgetKanbanWorkflowStatuscreateKanbanCardmoveKanbanCardenqueueKanbanHealthCheckstartKanbanDemoWorkflowmcpKanbanCommand
Template Conventions
- Same workspace and deploy layout as Fabric
environment-template - Root
pikku.config.jsonandpackages/functions/pikku.config.jsonpreserved - SQL migrations live in
packages/functions/db/migrations/ - Optional
packages/functions/db/seed.sqlruns only viapikku db seed/pikku db reset - DB types regenerate at
packages/functions/db/schema.d.tson everypikku db migrate - UI pages live in
apps/app/src/pages/ - Shared widgets/components live in
packages/components/
Description
Languages
HTML
90.9%
TypeScript
8.9%
Gherkin
0.1%