Add reading lists feature plan (issue #309) - #818
Closed
ajslater wants to merge 1 commit into
Closed
Conversation
Plan for reading list support: a comicbox.readinglists subpackage (CBL/json-cbl/CSV parsing, DieselTech catalog downloads, CLI, codex-facing API) and five codex phases (models + import + matching + browse collection, editing UI, catalog browser, tagwrite-back, reader/OPDS). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016GiswP6W6BCj1Js6QChYS4
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.
Adds
tasks/reading-lists-plan.md: a researched implementation plan for Reading Lists (#309) — for revision now, implementation later. No code changes.Summary
comicbox.readinglistssubpackage — normalized model; ComicRack CBL XML, json-cbl-standard 1.0, and CSV read/write; DieselTech/CBL-ReadingLists GitHub catalog downloads + generic URL fetch; CLI flag group for viewing/converting/matching lists; a codex-facingReadingListSessionfaçade in theOnlineSessionstyle.ReadingList/ReadingListEntrymodels + librarian import/match tasks + tiered matching engine (identifier IDs → series ID → exact name → normalized name) + areading-listsbrowse collection cloned from the Story Arc machinery; (2) list create/edit/reorder + match-review UI; (3) in-app DieselTech catalog browser; (4) optional write-back of a matched list into file tags as StoryArc/StoryArcNumber via the existingBulkTagWriteTask; (5) reader-arc + OPDS integration.Key research findings baked into the plan: comicbookreadingorders.com has no API (its orders are mirrored with ComicVine-verified IDs in DieselTech/CBL-ReadingLists), and imported lists must not be DB-grafted onto
StoryArcrows because the importer prunes M2M links and the janitor deletes orphaned arcs.🤖 Generated with Claude Code
https://claude.ai/code/session_016GiswP6W6BCj1Js6QChYS4
Generated by Claude Code