MechaCat02
824f5acf22
feat(analysis): admin coverage + per-page inspection API
Read-only admin endpoints (admin-gated, not analysis-enabled-gated) for
the dashboard's coverage overview and page-detail view:
- GET /v1/admin/analysis/mangas?search= — paginated per-manga coverage
(analyzed/total pages; only mangas with pages).
- GET /v1/admin/analysis/mangas/:id/chapters — per-chapter coverage.
- GET /v1/admin/analysis/chapters/:id/pages — per-page status grid
(done | failed | queued | none).
- GET /v1/admin/analysis/pages/:id — full result (status, is_nsfw, scene,
model, analyzed_at, error, OCR lines with kind, tags, content warnings);
"none" for an existing-but-unanalyzed page, 404 for a missing page.
repo::page_analysis gains manga_coverage / chapter_coverage /
chapter_page_status / page_detail; domain adds the matching row types.
Tests: coverage counts (manga + chapter), per-page status, full detail +
unanalyzed "none" + 404, non-admin 403.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-13 20:34:05 +02:00
..
2026-06-13 18:39:03 +02:00
2026-05-22 23:15:36 +02:00
2026-06-13 18:51:53 +02:00
2026-06-13 20:34:05 +02:00
2026-06-06 18:49:56 +02:00
2026-05-30 22:23:55 +02:00
2026-06-01 22:00:09 +02:00
2026-06-13 18:39:03 +02:00
2026-05-30 22:23:55 +02:00
2026-05-31 14:00:31 +02:00
2026-05-31 13:56:18 +02:00
2026-05-17 14:39:11 +02:00
2026-05-25 20:59:14 +02:00
2026-05-22 23:37:07 +02:00
2026-06-13 15:51:38 +02:00
2026-05-17 17:43:06 +02:00
2026-05-17 14:32:03 +02:00
2026-05-17 18:19:52 +02:00
2026-06-13 19:03:26 +02:00
2026-05-28 20:24:51 +02:00
2026-05-28 20:24:51 +02:00
2026-06-13 15:52:37 +02:00
2026-06-13 18:27:08 +02:00
2026-06-13 18:58:07 +02:00
2026-06-13 17:44:38 +02:00
2026-05-17 13:15:03 +02:00
2026-06-01 20:11:22 +02:00
2026-05-28 20:24:51 +02:00
2026-05-22 23:37:07 +02:00
2026-05-31 15:47:47 +00:00
2026-06-06 18:49:56 +02:00
2026-06-06 18:49:56 +02:00
2026-06-06 18:49:56 +02:00
2026-05-29 23:49:28 +02:00
2026-06-03 07:25:09 +02:00
2026-05-16 21:41:20 +02:00
2026-06-06 18:49:56 +02:00