public roadmap
The roadmap is a public view that groups posts by status. It lives at /b/<board-slug>/roadmap on every board where you have flipped show roadmap on.
what shows up
Section titled “what shows up”Three statuses appear on the roadmap:
- planned: committed to ship, not started yet.
- in progress: being worked on right now.
- shipped: done.
The other four post statuses (open, under_review, declined, duplicate) do not appear on the roadmap.
ordering
Section titled “ordering”Within each column, posts are ordered by roadmap_order. By default that’s the order spirby assigned when the post entered that status. Drag-reorder posts in the admin dashboard’s roadmap view to change it. Reorder is saved per-status, moving a post to a new status resets its position.
Spirby validates the entire reorder batch before applying it: if any id is missing, on a different board, or in a different status, the whole reorder is rejected so your optimistic ui can roll back cleanly.
hide a post
Section titled “hide a post”Sometimes a post is technically planned but you do not want to share it yet. On the post page, toggle hide from roadmap. The post stays at its status but disappears from the public roadmap. Toggle off when you are ready.
auto-update
Section titled “auto-update”When you flip a post to shipped directly, or when you publish a changelog entry that links to the post, the post moves to the “shipped” column automatically. Subscribers get notified.