Commit Graph

19 Commits

Author SHA1 Message Date
c8ec0af07f feat: add superadmin user library detail 2026-01-15 16:17:32 +08:00
339fd4fb1d feat: add superadmin user interaction views 2026-01-15 15:51:26 +08:00
b896d0fa00 feat: add superadmin assets and notifications 2026-01-15 15:28:41 +08:00
c683fa5cf3 feat: enhance superadmin dashboard overview 2026-01-15 14:16:20 +08:00
539cdf3c1c feat: add superadmin creator review and coupon governance 2026-01-15 13:14:25 +08:00
bec984b959 feat: expand superadmin user detail views 2026-01-15 12:29:52 +08:00
8419ddede7 feat: add superadmin member review and coupon ops 2026-01-15 11:53:52 +08:00
56082bad4f feat: add superadmin wallet view 2026-01-15 11:21:37 +08:00
37325ab1b4 feat: add content review flow 2026-01-15 11:10:43 +08:00
235a216b0c feat: wire superadmin p1 data 2026-01-15 09:35:16 +08:00
5ac2ea028c feat: add super admin health review 2026-01-13 15:02:05 +08:00
cf92e0bd89 chore: add dto field comments 2026-01-09 15:03:19 +08:00
c0cebb6fb9 feat: complete superadmin management endpoints 2026-01-09 09:52:23 +08:00
7f1d2e7cb3 feat: add super list filters 2026-01-08 11:39:40 +08:00
054a4f414a feat: add tenant info to super content list 2026-01-08 11:20:20 +08:00
109b0ce012 feat: add super order detail snapshot 2026-01-08 11:15:42 +08:00
87b32063f6 feat: add super admin auth 2026-01-08 10:12:18 +08:00
d98f41f1ac feat: align ids to int64 2026-01-08 09:57:04 +08:00
33e1921e17 Refactor super module: Move HTTP handlers to new super/v1 package
- Deleted old super.go file and moved all related HTTP handlers to new package structure under backend/app/http/super/v1.
- Updated service imports in super.go and super_test.go to reflect new DTO paths.
- Created new auth, contents, orders, tenants, and users handlers with corresponding routes and methods.
- Added new DTO definitions for authentication and content management in the super/v1/dto directory.
- Implemented new migration for content_access table and created model for it.
2025-12-29 17:17:07 +08:00