Commit Graph

29 Commits

Author SHA1 Message Date
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
fe9601baf4 feat: add status filter 2025-12-17 16:11:30 +08:00
a7eb2364d3 feat: add status filter 2025-12-17 15:54:46 +08:00
e4c8deaacf feat: 添加用户统计功能,包括统计接口和相关数据结构 2025-12-17 14:57:03 +08:00
d5de64d6cf feat: 添加用户和租户状态管理功能,包括状态列表和状态更新接口 2025-12-17 13:54:52 +08:00
14842d989c feat: add user_list 2025-12-17 13:24:32 +08:00
e8b2699104 feat: enhance tenant management with status description and improved UI components 2025-12-16 23:25:46 +08:00
2a12e1c3a9 feat: add static file serving and refactor route registration 2025-12-16 22:40:31 +08:00
9bc2155008 fix: swagger 2025-12-16 17:11:49 +08:00
0e303e8a5c feat: update duration 2025-12-16 16:12:55 +08:00
0531a72ae6 feat: update 2025-12-16 15:43:28 +08:00
dbea493ba3 feat: update 2025-12-16 14:58:08 +08:00
4722eef72c feat: add user_tenant associations 2025-12-16 14:14:58 +08:00
d058b7ffda feat add tenant users 2025-12-16 11:20:40 +08:00
28ab17324d init 2025-12-15 17:55:32 +08:00