Books: star ratings, 30-book library, 2023/2024 entries#4
Merged
Conversation
- All yearRead set to 2025 - Ratings halved from /10 to /5 scale (e.g. 8→4.0, 7→3.5, 9→4.5) - Rating display replaced with CSS overlay star widget (★★★★★) - Book.Rating type changed from int to double to support half-stars - RatingClass thresholds updated for /5 scale (≥4 great, ≥3.5 good) https://claude.ai/code/session_01Qj49iUs6QNA2MQcCVP5cFN
2024: The Fellowship of the Ring (5), The Two Towers (5),
The Return of the King (4), Animal Farm (3.5)
2023: How to Kill Your Family (4), The Hobbit (4),
Project Hail Mary (5), Lessons in Chemistry (4),
Dark Matter (3.5), Upgrade (3)
https://claude.ai/code/session_01Qj49iUs6QNA2MQcCVP5cFN
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
/10to/5stars using a CSS overlay widget (handles half-stars cleanly)Book.Ratingtype changed frominttodoublecurrentlyReadingflag from Onyx Storm (finished)New books
2024: The Fellowship of the Ring (5★), The Two Towers (5★), The Return of the King (4★), Animal Farm (3.5★)
2023: Project Hail Mary (5★), How to Kill Your Family (4★), The Hobbit (4★), Lessons in Chemistry (4★), Dark Matter (3.5★), Upgrade (3★)
Test plan
https://claude.ai/code/session_01Qj49iUs6QNA2MQcCVP5cFN
Generated by Claude Code