doc-sync: fix stale hand-drawn icon count in roadmap-to-v1.html - #167
Draft
jacuzzicoding wants to merge 1 commit into
Draft
doc-sync: fix stale hand-drawn icon count in roadmap-to-v1.html#167jacuzzicoding wants to merge 1 commit into
jacuzzicoding wants to merge 1 commit into
Conversation
The "Where we are" summary card and hand-drawn milestone note still reflected the pre-goldfish/tadpole/agrias-butterfly count. The top stat tile already read 10/210; this brings the rest of the page back in line and lists all six drawn fish and four drawn bugs.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
public/roadmap-to-v1.html's "Where we are" summary card and the hand-drawn-icons milestone note still counted 7 shipped / 203 remaining, while the top stat tile on the same page already reads 10/210. Three hand-drawn icons shipped since the card was last touched — goldfish (PR #136), tadpole and agrias butterfly (PR #144) — but the summary card and prose species list were never updated to match, so the page contradicted itself.Changes
7→10shipped,203→200unique species remaining4 fish→6 fish(adds goldfish, tadpole),3 bugs→4 bugs(adds agrias butterfly)203→200unique fish + bug species remainingOut of scope for this pass: the per-game
drawn/scrapedbreakdown array further down the same page (used to render the game-by-game progress bars) also looks stale, but recomputing it correctly requires cross-referencing each game's catalog against the current hand-drawn set rather than a straight text correction — left for a follow-up.Decisions
None — this is a minimal numeric/text correction with no interpretation required (the correct values were already present in the same file's top stat tile).
Test plan
npm run build/npm test— change is a static HTML content edit with no build-affecting codeGenerated by Claude Code