4 Commits

Author SHA1 Message Date
virtus 212d4df42f chore: remove legacy tables and series table scripts
Build and Push Reader API Image / docker (push) Successful in 38s
- Removed mongoose dependency from package-lock.json.
- Deleted legacy import tables: ImportCandidateChapter, AssetNovelMapping, ImportJob, ImportSession, SourceAsset via new script `drop_legacy_import_tables.py`.
- Added script `drop_series_table.py` to drop the Series table.

Co-authored-by: Copilot <copilot@github.com>
2026-05-04 19:43:22 +07:00
virtus 9a3bb4b6ce feat(storage): implement NAS content storage with read/write capabilities
Build and Push Reader API Image / docker (push) Successful in 1m3s
feat(docker): configure NAS content and EPUB source directories in docker-compose

feat(migrations): add tables for SourceAsset, ImportJob, ChapterContentRef, and AssetNovelMapping

feat(scripts): create backfill script for populating ChapterContentRef from MongoDB chapters
2026-04-30 01:53:52 +07:00
virtus 5da7cc4530 Refactor code structure for improved readability and maintainability 2026-03-30 11:44:37 +07:00
virtus 24f070d14e Initial reader-api backend extracted from reader 2026-03-24 13:55:42 +07:00