Add 8 NYT bestseller / award-winning books with award pills & badge#7
Merged
Conversation
Adds widely-taught bestsellers, each with a full 8-section deep-dive guide in the full-sentence prose standard: The Book Thief, The Hate U Give, Where the Crawdads Sing, Pachinko, Homegoing, The Outsiders, The Giver, and The Perks of Being a Wallflower. Collection grows 34 -> 42. - New optional `awards` field on Book (src/data/types.ts) - New data files: books/award-winners.ts and deepdives-7.ts, wired into books.ts; award backfill for notable existing winners (To Kill a Mockingbird, The Grapes of Wrath, Beloved, etc.) - Award pills on book cards and guide headers - New "Decorated Reader" Trophy Case badge for finishing 5 award titles
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.
Add 8 NYT bestseller / award-winning books (batch 7) with award badges
Per the discussion of which NYT bestsellers and award winners to add, this PR adds 8 widely-taught, bestselling titles — the "popular / taught fiction" set — each with a complete 8-section deep-dive guide in the full-sentence prose standard. The collection grows 34 → 42.
Books added
🏆 The Book Thief (Zusak) · The Hate U Give (Thomas) · Where the Crawdads Sing (Owens) · Pachinko (Min Jin Lee) · Homegoing (Gyasi) · The Outsiders (Hinton) · The Giver (Lowry) · The Perks of Being a Wallflower (Chbosky)
Each carries an
awardsarray (e.g. Newbery Medal, National Book Award Finalist, #1 NYT Bestseller, Printz Honor).Award metadata & badges
awardsfield onBook(src/data/types.ts).books.ts.src/data/badges.ts.Architecture
Follows the established batch pattern:
src/data/books/award-winners.ts(the 8 records) andsrc/data/deepdives-7.ts(the 8 guides), both merged insrc/data/books.ts. Filters remain Theme-only per the earlier request — no new filter group.Verify
npm run buildsucceeds; 42 book routes export (the PRbuildCI job runs it too)./rewards; trophy pills appear on the home grid.https://claude.ai/code/session_01Egnnw9v4T3ppsAQveFnijo
Generated by Claude Code