feat: Update documentation for EPUB import flow and clarify mobile scope limitations

This commit is contained in:
2026-05-03 20:58:20 +07:00
parent 2bd7056dde
commit 4f3eb280aa
3 changed files with 16 additions and 0 deletions
+8
View File
@@ -26,9 +26,17 @@ Legend:
| Comment | `GET/POST /api/truyen/{id}/comments` | Y | Y | Y | |
| Rating | `POST /api/truyen/{id}/rate` | Y | Y | N | Mobile chua thay rating flow |
| Search | `GET /api/truyen/suggest` | Y | Y | N | Mobile search suggest can bo sung |
| Import | `GET /api/import/assets/search` | Y | Y | N | Web MOD-only flow |
| Import | `GET /api/import/assets/{id}/preview-metadata` | Y | Y | N | Web MOD-only flow |
| Import | `POST /api/import/assets/{id}/ai-suggest` | Y | Y | N | Web MOD-only flow |
| Import | `POST /api/import/assets/{id}/review` | Y | Y | N | Web MOD-only flow |
| Import | `POST /api/import/assets/{id}/parse-preview` | Y | Y | N | Web MOD-only flow |
| Import | `POST /api/import/assets/{id}/start-import` | Y | Y | N | Web MOD-only flow |
| Import | `GET /api/import/sessions/{sessionId}` | Y | Y | N | Web MOD-only flow |
## Priority gaps de dong bo tiep
1. Mobile: `user/settings`, `recommendations`, `rate`, `suggest`.
2. Web/Mobile chapter-read strategy can unify (`chapters/{id}` vs `by-number`).
3. Chuan hoa error contract implementation theo `CONTRACT.md`.
4. Import EPUB is intentionally out of mobile scope.