Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/WORKLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1155,3 +1155,8 @@ Next: After running with reduced logs, gather traces for 'Chapter not found' and
- Why: Make first-time contributors productive quickly and capture actionable decomposition plans for known monoliths.
- Details: Add onboarding walkthrough (load → translate flow), refresh CONTRIBUTING references to match current code locations, and add draft decomposition plans for `services/epubService.ts`, `store/slices/imageSlice.ts`, and `services/navigationService.ts`.
- Tests: N/A (docs only)

2025-12-22 04:45 UTC - Refactor: isolate `epubService.ts` decomposition modules
- Files: services/epubService.ts; services/epubService/**; services/epub/types.ts; docs/WORKLOG.md
- Why: Decompose the `services/epubService.ts` monolith without breaking the existing `services/epub/*` pipeline/types; keep new modules <300 LOC.
- Tests: `npx tsc --noEmit`; `npm test -- --run tests/services/epubService.test.ts tests/epub/*.test.ts`
Loading
Loading