Go to file
Wang Zhuoxuan 6e65993f89 feat: add pagination support to admin categories endpoint
- Add page/limit query parameters with Zod validation (max 50)
- Update listCategories service to return paginated results
- Response format includes pagination metadata (total, page, limit)
- Matches existing pattern from questions/feedback endpoints

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-11 12:56:40 +08:00
.claude feat: add pagination support to admin categories endpoint 2026-04-11 12:56:40 +08:00
content feat: implement Phase 1b core features and Phase 1c commercialization 2026-04-09 00:12:12 +08:00
db/seeds feat: implement Phase 1b core features and Phase 1c commercialization 2026-04-09 00:12:12 +08:00
docs docs: add API reference and environment variable guide 2026-04-11 12:01:53 +08:00
src feat: add pagination support to admin categories endpoint 2026-04-11 12:56:40 +08:00
.env.example feat: initialize duoqi-api project skeleton 2026-04-08 21:24:15 +08:00
.gitignore feat: initialize duoqi-api project skeleton 2026-04-08 21:24:15 +08:00
bun.lock feat: implement Phase 1b core features and Phase 1c commercialization 2026-04-09 00:12:12 +08:00
CLAUDE.md docs: sync project progress across CLAUDE.md and dev-spec.md 2026-04-09 12:02:43 +08:00
dev-spec.md docs: sync project progress across CLAUDE.md and dev-spec.md 2026-04-09 12:02:43 +08:00
drizzle.config.ts feat: initialize duoqi-api project skeleton 2026-04-08 21:24:15 +08:00
package.json feat: implement Phase 1b core features and Phase 1c commercialization 2026-04-09 00:12:12 +08:00
tsconfig.json feat: initialize duoqi-api project skeleton 2026-04-08 21:24:15 +08:00
vitest.config.ts feat: implement Phase 1b core features and Phase 1c commercialization 2026-04-09 00:12:12 +08:00