Part of #106 — the organization counterpart to the user month-over-month indicator (#41).
What to build
A CoinGecko-style "+X% vs last month" change indicator on org pages (and potentially org leaderboard rows) — the org-level twin of #41. "Your org did 50% more commits than last month."
Note this is a different data shape from the user indicator: user MoM reads existing per-user monthly_commits; org MoM needs the org monthly time-series from sub-issue C (orgs have no monthly storage today).
Acceptance criteria
Depends on
Part of #106 — the organization counterpart to the user month-over-month indicator (#41).
What to build
A CoinGecko-style "+X% vs last month" change indicator on org pages (and potentially org leaderboard rows) — the org-level twin of #41. "Your org did 50% more commits than last month."
Note this is a different data shape from the user indicator: user MoM reads existing per-user
monthly_commits; org MoM needs the org monthly time-series from sub-issue C (orgs have no monthly storage today).Acceptance criteria
Depends on