Route Guide three-categories cards to canonical goal copy#309
Open
PunchTheDev wants to merge 1 commit into
Open
Route Guide three-categories cards to canonical goal copy#309PunchTheDev wants to merge 1 commit into
PunchTheDev wants to merge 1 commit into
Conversation
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
Guide's
The three categoriessection was using invented prose (e.g. "Lightest part that passes FEA. Material density and topology matter most.") that didn't match the canonical one-liner goal strings used on the category-page H1 (App.tsx:CATEGORY_META) and spec-detail CATEGORY_PILL.goal row.Changes
CATEGORIESrewritten to lead with canonicalgoalstrings (verified character-exact against App.tsx:90,99,108): "Lightest part that survives the load wins." / "Highest stiffness-per-gram wins." / "Least bending under the applied load wins."<Link to="/problems/round_NNN">with hover state +Open category →micro-CTA — first-timer can click straight to the 15 live problems.↓ minimize g/↑ maximize N/(mm·g)/↓ minimize mmwith 154/162/179-char tooltips defining each unit and describing how the FEA harness computes the score.Guide → The three categoriesflipped ○ ○ ○ → ● ● ●.Verification
Puppeteer-verified live at 1440×900 on
/guide#categories: 3 routed cards · all 3 canonical goal strings present · old "Lightest part that passes FEA" copy gone · tier tooltip 191 chars · click on Mass card navigates to/problems/round_001. 0 new console errors.