Timeline board recent-entries panel shows no tasks
Table of Contents
This page is a capture in the discarded bucket of the product backlog.
Resolved by PR #1200. Same root cause as the chart: the timeline buckets
used a Documents section the board ignored. Rewriting them into the
canonical Stories/Tasks/Captures/Pull-requests format made tasks render in
both the chart and the selected-bucket snapshot (there is no separate
"recent entries" panel).
What
The agile-board timeline's "recent entries" panel does not show task events —
only stories (and/or PRs). It should include task events (created, updated,
and state transitions). Check the data feed end to end: the timeline buckets
and graphdata.json do carry task changes (the Sprint 20 buckets render
id-linked task rows), so the gap is likely in how the board panel filters or
renders entry types. Surfaced while reviewing the regenerated Sprint 20
timeline.
Why
Tasks are the primary unit of work; a "recent entries" list that omits them gives a misleading picture of what is actually happening in the sprint.
References
- Agile timeline: bucketed summaries of recent activity — the owning story.
projects/ores.org-js/agile/— the board application.