Any plans for a bundled Kanban board format, alongside Docs/Sheets/Slides? #65
HarvardChin
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Noticed something interesting while poking around the format-blueprints system: the closed
OUTPUT_ICONSset inworkshop-shared/src/api.tsalready reserves a dedicatedkanbanicon (grouped under"board"alongsideflowArrow), but the actual bundled defaults (format-blueprints/) only ship the classic office trio — Docs, Sheets, Slides. No Kanban board among them.That felt like a deliberate signal that board/kanban-style output apps were anticipated as a category, just never shipped as a default template. Was that the plan (kanban coming later), or is it intentionally left out of the default set and expected to be something each deployment adds itself via
pnpm import:format-blueprint --new(whichformat-blueprints/README.mddocuments as the actual extension mechanism)?Not asking for someone to build it — happy to build one myself for my own deployment either way, using the documented self-service flow. Mostly curious whether a bundled Kanban format is on the roadmap, since it'd save every self-hoster from independently rebuilding the same fairly standard board app.
All reactions