feat: Update documentation for EPUB import flow and clarify mobile scope limitations
This commit is contained in:
@@ -26,9 +26,17 @@ Legend:
|
|||||||
| Comment | `GET/POST /api/truyen/{id}/comments` | Y | Y | Y | |
|
| Comment | `GET/POST /api/truyen/{id}/comments` | Y | Y | Y | |
|
||||||
| Rating | `POST /api/truyen/{id}/rate` | Y | Y | N | Mobile chua thay rating flow |
|
| 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 |
|
| 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
|
## Priority gaps de dong bo tiep
|
||||||
|
|
||||||
1. Mobile: `user/settings`, `recommendations`, `rate`, `suggest`.
|
1. Mobile: `user/settings`, `recommendations`, `rate`, `suggest`.
|
||||||
2. Web/Mobile chapter-read strategy can unify (`chapters/{id}` vs `by-number`).
|
2. Web/Mobile chapter-read strategy can unify (`chapters/{id}` vs `by-number`).
|
||||||
3. Chuan hoa error contract implementation theo `CONTRACT.md`.
|
3. Chuan hoa error contract implementation theo `CONTRACT.md`.
|
||||||
|
4. Import EPUB is intentionally out of mobile scope.
|
||||||
|
|||||||
@@ -28,3 +28,7 @@ Trang thai tinh nang mobile `reader-app` theo parity voi web.
|
|||||||
|
|
||||||
- Contract: `reader-app/CONTRACT.md`
|
- Contract: `reader-app/CONTRACT.md`
|
||||||
- Mapping: `reader-app/CROSS_REPO_ENDPOINT_MATRIX.md`
|
- Mapping: `reader-app/CROSS_REPO_ENDPOINT_MATRIX.md`
|
||||||
|
|
||||||
|
## Note
|
||||||
|
|
||||||
|
- EPUB import flow is currently MOD-only on web (`reader /mod/import`), not in mobile scope.
|
||||||
|
|||||||
@@ -46,3 +46,7 @@ Muc tieu: mobile follow cung business behavior voi web.
|
|||||||
- Recommendation flow (`/api/user/recommendations`)
|
- Recommendation flow (`/api/user/recommendations`)
|
||||||
- Rating flow (`/api/truyen/{id}/rate`)
|
- Rating flow (`/api/truyen/{id}/rate`)
|
||||||
- Search suggest flow (`/api/truyen/suggest`)
|
- Search suggest flow (`/api/truyen/suggest`)
|
||||||
|
|
||||||
|
## Out of Scope (Current)
|
||||||
|
|
||||||
|
- EPUB import flow (`/api/import/*`) is MOD-only on web and not planned for mobile client.
|
||||||
|
|||||||
Reference in New Issue
Block a user