Commit Graph

64 Commits

Author SHA1 Message Date
4f2b8ea3ad feat: add superadmin health center 2026-01-17 09:18:05 +08:00
94a10a3af0 fix: align superadmin sort fields 2026-01-17 09:14:34 +08:00
b796636b5d feat: add batch content report processing 2026-01-16 17:59:18 +08:00
028c462eaa feat: add payout account review flow 2026-01-16 15:17:43 +08:00
daaacc3fa4 feat: add batch content governance actions 2026-01-16 14:19:43 +08:00
e5f40287c3 feat: add order governance flags and reconciliation 2026-01-16 13:29:59 +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
b3fc226bbe feat: add audit logs and system configs 2026-01-15 20:07:36 +08:00
ba1d120c84 feat: add coupon risk review 2026-01-15 17:01:36 +08:00
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
cd96033a3d fix: use int64 for auth and recharge ids 2026-01-09 10:06:41 +08:00
c0cebb6fb9 feat: complete superadmin management endpoints 2026-01-09 09:52:23 +08:00
edbb62449b fix: stabilize backend tests 2026-01-08 14:07:58 +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
e5064db577 refactor: 移除不必要的上下文调用,简化服务方法参数 2025-12-30 22:14:22 +08:00
179b6aa0e2 feat(auth): 重构认证模块,添加登录和检查Token功能,更新路由和数据结构 2025-12-30 18:12:22 +08:00
d87eac7d94 feat(middlewares): 添加认证中间件以处理JWT授权 2025-12-30 18:06:16 +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
503b15aab7 reset backend 2025-12-27 19:49:11 +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
8fa321dbf6 feat: add TenantDetail and UserDetail views with comprehensive functionality
- Implemented TenantDetail.vue to display tenant information, manage tenant status, and handle tenant renewals.
- Added user management features in UserDetail.vue, including user status updates and role management.
- Integrated data loading for tenant users and orders in TenantDetail.vue.
- Included search and pagination functionalities for owned and joined tenants in UserDetail.vue.
- Enhanced user experience with toast notifications for success and error messages.
2025-12-24 15:10:49 +08:00
40776b78e2 feat: 更新路由参数格式,增强路由一致性和可读性 2025-12-24 11:02:05 +08:00
63107ca23f feat: 添加订单提供者,优化路由注册,增强用户角色管理 2025-12-24 10:45:36 +08:00
1e1132718c feat: 添加订单详情和退款功能,更新用户角色管理,增强超级管理员鉴权 2025-12-24 09:48:31 +08:00
fcbc6bd394 feat: 添加订单管理功能,支持跨租户分页查询,优化订单列表展示及查询条件 2025-12-24 09:30:12 +08:00
3e8a02d549 feat: 添加用户租户管理功能,优化用户列表和租户信息展示,增强查询过滤条件 2025-12-24 00:02:44 +08:00
26e4279f1e feat: 更新租户和订单相关功能,添加租户成员列表接口,优化数据处理和前端展示 2025-12-23 23:38:05 +08:00
bcb8c822f1 feat: 添加租户创建功能,支持设置管理员及有效期,新增订单统计接口 2025-12-23 23:03:49 +08:00
1da84f2af3 feat: add TenantLedger model and query generation
- Introduced TenantLedger model with fields for managing tenant transactions, including ID, TenantID, UserID, OrderID, transaction Type, Amount, and balance details.
- Implemented CRUD operations for TenantLedger with methods for Create, Update, Delete, and Reload.
- Generated query methods for TenantLedger to facilitate database interactions, including filtering, pagination, and aggregation functions.
- Established relationships with Order model for foreign key references.
2025-12-18 13:12:26 +08:00
d1d67f5c9a updates 2025-12-18 11:00:37 +08:00
674c562831 feat: follow llm.txt 2025-12-18 10:27:40 +08:00
bfce71b56d feat: done 2025-12-18 00:21:49 +08:00
70c9094001 feat: 重构认证控制器,统一类型命名为auth 2025-12-17 16:22:10 +08:00