5f2c6d26f6
Build and Push Reader Image / docker (push) Successful in 1m17s
- Implemented a multi-step wizard for importing EPUB files, including search, metadata review, chapter preview, and import progress tracking. - Added genre management features, allowing users to create, select, and delete genres during the import process. - Enhanced asset search functionality with improved API integration and user feedback. - Updated the UI components for better user experience and responsiveness. - Removed unused AI Tool links from the Novel Client and Mod Dashboard. - Cleaned up the HomePage API response handling to streamline data fetching for popular and latest novels. - Adjusted TypeScript definitions for route types in the Next.js environment.
37 lines
1.2 KiB
Markdown
37 lines
1.2 KiB
Markdown
# Features - Reader Web
|
|
|
|
Trang thai tinh nang cho web app `reader`.
|
|
|
|
## Guest
|
|
|
|
| Feature | Status | Notes |
|
|
|---|---|---|
|
|
| Home boards / browse | done | Goi API browse, hot/recommendation sections |
|
|
| Genre listing/detail | done | `/api/genres`, `/api/novels/browse` |
|
|
| Search + suggest | partial | Suggest da co web, can tiep tuc canh edge cases |
|
|
| Novel detail + chapter list | done | Chi tiet + comment/thread load |
|
|
|
|
## User
|
|
|
|
| Feature | Status | Notes |
|
|
|---|---|---|
|
|
| Google login (NextAuth) | done | Session cookie auth |
|
|
| Bookmark CRUD | done | Qua `/api/user/bookmarks` |
|
|
| Reading progress sync | partial | Co call API, can them parity checks |
|
|
| Reading settings | done | `/api/user/settings` |
|
|
| Comment on novel/chapter | done | `/api/truyen/{id}/comments` |
|
|
| Rating | done | `/api/truyen/{id}/rate` |
|
|
| Recommendations | done | `/api/user/recommendations` |
|
|
|
|
## MOD/ADMIN
|
|
|
|
| Feature | Status | Notes |
|
|
|---|---|---|
|
|
| MOD dashboard/workflows | partial | Mot phan route mod da co, tiep tuc bo sung |
|
|
| EPUB import wizard (4 step) | done | `/mod/import` + `/api/import/*` review-first flow |
|
|
|
|
## Dependencies
|
|
|
|
- Contract: `reader/CONTRACT.md`
|
|
- Mapping: `reader/CROSS_REPO_ENDPOINT_MATRIX.md`
|