dare.co.uk — dashboard window audit
DARE.CO.UK · DASHBOARD WINDOW AUDIT · 11 JUNE 2026
Catches the failure mode where dash.dare.co.uk’s Site-Health grids render ‘Waiting for data’ even though the anchor rollup file is sitting on disk. Reads the locally-built dashboard (pre-deploy) so CDN, security layer, and DNS provider sitting in front of dare.co.uk." data-tip="Cloudflare — the CDN, security layer, and DNS provider sitting in front of dare.co.uk.">CF cache doesn’t muddy the signal.
Source: /Users/dansellars/Downloads/dare_dashboard.html
At a glance
| Window | Anchor date | Anchor rows | Rendered real | Rendered pending | Verdict |
|---|---|---|---|---|---|
7d |
2026-06-04 |
0 | 0 | 20 | · not eligible yet |
30d |
2026-05-12 |
0 | 0 | 20 | · not eligible yet |
90d |
2026-03-13 |
0 | 0 | 20 | · not eligible yet |
Why this check exists
- Incident 2026-06-05: the dashboard build silently rendered the 7d Site-Health grid as ‘Waiting for data — no daily-hygiene rollup yet for 2026-05-29’ while the rollup file was on disk. Only the 24h view stayed correct; the longer windows decayed silently with no other tripwire watching the seam.
- This tripwire compares expected (anchor rollup file on disk with ≥3 parseable rows) against actual (rendered grid has any real cards in the corresponding
data-window). - It reads the local pre-deploy HTML to remove CDN, security layer, and DNS provider sitting in front of dare.co.uk." data-tip="Cloudflare — the CDN, security layer, and DNS provider sitting in front of dare.co.uk.">CF Pages edge cache from the variables. If the local build is wrong, the deployed build will also be wrong.
- Verdict: RED on any regression. Green when every window with data renders real cards (windows still accruing history are ignored — they correctly show pending placeholders).
Generated 2026-06-11 09:13:29 via dare_dashboard_windows_check.py.