From d81e2691cd61ee276fd41d9eaf32cd911023ebe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Sun, 21 Jun 2026 13:05:30 +0200 Subject: [PATCH] docs(spec): tidy remaining 'gated on #67' phrasing Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01RF5L4HtbcykTfY9YUYGds3 --- .../2026-06-21-issue-65-stats-page-filter-links-design.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/superpowers/specs/2026-06-21-issue-65-stats-page-filter-links-design.md b/docs/superpowers/specs/2026-06-21-issue-65-stats-page-filter-links-design.md index b16bdd0..e19611a 100644 --- a/docs/superpowers/specs/2026-06-21-issue-65-stats-page-filter-links-design.md +++ b/docs/superpowers/specs/2026-06-21-issue-65-stats-page-filter-links-design.md @@ -118,7 +118,7 @@ sites). entry point is the "Total purchased" count link. The `StatsData` key may remain (harmless) or be removed if no other consumer exists. -### D. Tier 2 — gated on prereq #67 +### D. Tier 2 — finished/dropped/unfinished/backlog (uses #67) With #67 merged, `PlayEventFilter.ended` is a `DateCriterion` (bare `DateField` lookup), so "finished in year" is expressible and the chain @@ -196,8 +196,8 @@ exactly is reported (not silently shipped with a wrong number). `parse_*_filter`. Year-scoped vs all-time variants both covered. - **Exact-match** (db): seed games/sessions/purchases/playevents spanning the year boundary and other years; assert each linked filter's count equals the - `compute_stats(year)` / `compute_stats(None)` value for that category (Tier 1 - now; Tier 2 after #67). + `compute_stats(year)` / `compute_stats(None)` value for that category (both + tiers, since #67 is merged). - **Rendering** (db): stats page renders; capped lists show ≤5 rows + a "View all" link; the "All purchases" list is gone; smoke-test that the generated link URLs return 200.