Task · BAP-0004

Add fleet-wide views across every tracker

Description

The site has no cross-project view of anything. The index is 25 cards sorted alphabetically showing open and done counts, which says nothing about what is alive: a tracker that moved yesterday and one untouched for a month look identical. Seeing what is in flight across the fleet means visiting every board in turn, and the whole open set is small enough to fit one page.

Acceptance Criteria

Final Summary

Added /activity/ (the 250 most recently changed records across every tracker, grouped by day), /open/ (every open task fleet-wide, filtered by project, status, priority, type, label and milestone), and /stats/ (weekly completion, type, priority and status mix, busiest projects). The project index is now ordered by most recent activity across all five record folders rather than alphabetically, and each card carries a relative age alongside an exact time element. Verified in the built output: 147 task cards on /open/, 250 rows on /activity/, 26 weekly bars plus an equivalent accessible table on /stats/, and all four pages in the sitemap with a lastmod.

View the source file on GitHub