Docs: Add details on syncing kobo rating#30
Conversation
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR updates Kobo docs to state that Kobo-set star ratings (1–5) are converted to Grimmory's 0–10 personal rating scale and synced one-way to Grimmory; reading progress remains bidirectional. ChangesKobo Personal Ratings Feature Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
Important Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional. ❌ Failed checks (1 error)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Documents how personal ratings sync from Kobo devices into Grimmory, clarifying the user-facing flow, rating conversion, and current one-way sync direction.
Changes:
- Expanded Kobo integration documentation to include personal rating sync behavior and limitations.
- Added a step-by-step “Personal Ratings” flow and documented the 1–5 (Kobo) → 0–10 (Grimmory) conversion.
- Updated the Devices page Kobo section to mention ratings syncing into Grimmory.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/tools/devices.md | Updates the Kobo integration summary and notes to mention personal rating sync and conversion/one-way behavior. |
| docs/integration/kobo.md | Adds a “Personal Ratings” section describing the Kobo → Grimmory rating sync flow and rating scale conversion. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
obviouslyallie
left a comment
There was a problem hiding this comment.
Again, this is nitpicking and it wouldn't hurt my feelings if we resolved as is.
| ## 📲 Kobo Integration | ||
|
|
||
| Sync your Grimmory library and reading progress with your Kobo e-reader. Books on your Kobo shelf are delivered to the device, and reading progress can be synced bidirectionally. | ||
| Sync your Grimmory library and reading activity with your Kobo e-reader. Books on your Kobo shelf are delivered to the device, reading progress can be synced bidirectionally, and Kobo personal ratings can be synced back to Grimmory. |
There was a problem hiding this comment.
The previous line wasn't great, but this feels a bit wordy and almost a run-on.
There was a problem hiding this comment.
Reworded to be shorter and break up the sentence.
| - Grimmory stores personal ratings on a 0-10 scale. | ||
| - Kobo ratings are converted by doubling the value (for example, 4 stars on Kobo becomes 8 in Grimmory). | ||
|
|
||
| This sync is currently one-way for ratings: Kobo ratings are pushed into Grimmory, but existing Grimmory personal ratings are not sent to Kobo. |
There was a problem hiding this comment.
Ln 181: This is saying the same thing twice.
There was a problem hiding this comment.
Converted it all to a note.
|
No worries, let's get it the way you want it. |
Description
Document how personal ratings sync from Kobo to Grimmory, including the user-facing flow, rating conversion, and sync direction.
Linked Issue
Fixes #28
Changes
Summary by CodeRabbit