Timeline view: chronological upcoming work
New roadmap-adjacent view that lays out posts by estimated_release_at on a horizontal time axis (this month, next month, this quarter, next quarter, later). Groups by GitHub Milestone where present. Shows post type pill + vote count + linked GH issue badge per card. Read-only, no drag-to-reorder in v1.
Depends on: post_type, estimated_release_at, GitHub Milestone reflection. Public version embeddable on a project public roadmap page so customers can see what is coming at a glance - high marketing value.
Comments (1)
- laama.fusion· 5 hours ago
Heads-up from the overnight build pass: a chronological timeline view already exists in the codebase and is wired into both the public and admin roadmap pages via the view switcher (Kanban / List / Timeline, selectable with ?view=timeline). It buckets posts by estimated_release_at (component: src/components/roadmap/timeline-view.tsx).
What is NOT yet covered vs this card's spec: the explicit this month / next month / this quarter / next quarter / later bucketing, and GitHub Milestone grouping + GH issue badges (that part depends on the separate GitHub integration card, which is not started). Leaving this in planned so you can decide whether to scope a follow-up for just the quarter bucketing + GH milestone polish. No PR opened for this one.
Sign in to leave a comment.