Remove deprecated agent and prompt files; add new architecture, contract, and feature documentation for Reader API
Build and Push Reader API Image / docker (push) Successful in 19s
Build and Push Reader API Image / docker (push) Successful in 19s
This commit is contained in:
+28
@@ -0,0 +1,28 @@
|
||||
# Features - Reader API
|
||||
|
||||
Tinh nang backend cho web + mobile.
|
||||
|
||||
## Public/User-Facing API
|
||||
|
||||
| Domain | Endpoint Group | Status | Notes |
|
||||
|---|---|---|---|
|
||||
| Health | `/api/health` | done | Healthcheck |
|
||||
| Auth | `/api/auth/mobile-login` | done | Mobile JWT login |
|
||||
| User | `/api/user/*` | done | profile, bookmarks, progress, settings, recommendations |
|
||||
| Catalog | `/api/genres`, `/api/novels/*` | done | browse/detail |
|
||||
| Reading | `/api/truyen/*`, `/api/chapters/*` | done | toc, comments, rate, chapter detail |
|
||||
| Search | `/api/truyen/suggest` | done | web dang dung, mobile con gap |
|
||||
|
||||
## MOD/ADMIN API
|
||||
|
||||
| Domain | Endpoint Group | Status | Notes |
|
||||
|---|---|---|---|
|
||||
| Content management | `/api/mod/*` | partial | da co nhieu route, tiep tuc bo sung nhu cau |
|
||||
|
||||
## Contract + Parity Responsibility
|
||||
|
||||
- Canonical contract owner cho ca 2 clients.
|
||||
- Moi endpoint moi phai update:
|
||||
- `README.md`
|
||||
- `CONTRACT.md`
|
||||
- `CROSS_REPO_ENDPOINT_MATRIX.md`
|
||||
Reference in New Issue
Block a user