Where: index.html, the .roadmap-grid section, lines ~3061-3079.
Three roadmap items still carry <div class="roadmap-status soon"></div>:
- "Explainer: Race Correction in Clinical Algorithms" (line ~3061)
- "Explainer: The Obermeyer Case - Cost as a Proxy for Health Need" (line ~3068)
- "Explainer: Underdiagnosis Bias" (line ~3075)
The bug: all three are already published, real explainers - confirmed both explainers/race-correction-clinical-algorithms.md/.html, explainers/obermeyer-cost-proxy.md/.html, and explainers/underdiagnosis-bias.md/.html exist, and all three have real entries in assets/explainers-data.json. They were never flipped from roadmap-status soon to roadmap-status done (the class every genuinely-shipped item above them in the same grid uses) when they actually shipped.
Suggested fix: change all three items' status class from soon to done, matching the pattern of every other completed item in the same .roadmap-grid.
Where:
index.html, the.roadmap-gridsection, lines ~3061-3079.Three roadmap items still carry
<div class="roadmap-status soon"></div>:The bug: all three are already published, real explainers - confirmed both
explainers/race-correction-clinical-algorithms.md/.html,explainers/obermeyer-cost-proxy.md/.html, andexplainers/underdiagnosis-bias.md/.htmlexist, and all three have real entries inassets/explainers-data.json. They were never flipped fromroadmap-status soontoroadmap-status done(the class every genuinely-shipped item above them in the same grid uses) when they actually shipped.Suggested fix: change all three items' status class from
soontodone, matching the pattern of every other completed item in the same.roadmap-grid.