VB Project Planning

Atlas — Sprint 24 Board

Sprint goal: ship the new reporting dashboard and cut digest email latency. Drag story cards between columns or reorder within a column. Use the Theme picker above — the whole board re-themes live.

Ops Lead build custom report templates I can reuse my team stops rebuilding the same views every week Product Manager choose which projects trigger digest emails I only hear about the work I own Analyst pin favourite charts to a home view my morning check-in takes one click
Ops Lead see all project timelines in one dashboard I can spot bottlenecks before they slip Product Manager get a daily digest of status changes I skip the morning standup scramble
Analyst filter reports by date range and team I answer exec questions without exporting to a spreadsheet Engineer cache the digest query results emails go out in seconds, not minutes
Analyst see loading indicators on every async action I trust the dashboard isn't frozen
Ops Lead export any report as a shareable PDF I send board-ready updates without screenshots Engineer paginate the activity feed long projects load instantly

Anatomy of a story

The same <user-story> element renders a full card with acceptance criteria and tasks when detail="full":

Ops Lead see all project timelines in one dashboard I can spot bottlenecks before they slip
  • All active projects appear on a single timeline
  • Overdue milestones are visually flagged
  • Clicking a milestone opens the project detail
  • Timeline data API
  • Virtualised timeline rendering
  • Overdue/at-risk styling from theme tokens

Reuse the existing charting library for the timeline axis.

Build it

Drag-to-reorder uses Vanilla Breeze's <drag-surface> peer. kanban-board API → · user-story API →