Commit Graph

9 Commits

Author SHA1 Message Date
b796636b5d feat: add batch content report processing 2026-01-16 17:59:18 +08:00
daaacc3fa4 feat: add batch content governance actions 2026-01-16 14:19:43 +08:00
609ca7b980 feat: add content report governance 2026-01-16 11:36:04 +08:00
3af3c854c9 feat: add super comment governance and finance oversight 2026-01-16 10:37:24 +08:00
c683fa5cf3 feat: enhance superadmin dashboard overview 2026-01-15 14:16:20 +08:00
37325ab1b4 feat: add content review flow 2026-01-15 11:10:43 +08:00
788ba4c53a feat: extend superadmin navigation 2026-01-14 16:25:18 +08:00
d60c1e9312 feat: add content management feature for superadmin
- Implemented API endpoint for fetching content list with filtering, sorting, and pagination.
- Added DTOs for content items and tenant information.
- Created frontend components for content management, including search and data table functionalities.
- Updated routing to include content management page.
- Enhanced the superadmin menu to navigate to the new content management section.
- Included necessary styles and scripts for the new content management interface.
2025-12-24 16:24:50 +08:00
568f5cda43 feat: add tenant content management features for superadmin
- Implemented API endpoints for listing tenant contents and updating content status.
- Added Swagger documentation for new endpoints:
  - GET /super/v1/tenants/{tenantID}/contents
  - PATCH /super/v1/tenants/{tenantID}/contents/{contentID}/status
- Created DTOs for content item and status update form.
- Enhanced frontend to support content management in the tenant detail page.
- Added search and filter functionalities for tenant contents.
- Implemented unpublish functionality with confirmation dialog.
- Updated service layer to handle new content management logic.
2025-12-24 16:10:07 +08:00