Commit Graph

21 Commits

Author SHA1 Message Date
028c462eaa feat: add payout account review flow 2026-01-16 15:17:43 +08:00
4f315cc2db feat: implement coupon management and receive flow 2026-01-13 18:19:29 +08:00
54de243fa1 feat: Refactor user context handling and service methods
- Updated middleware to fetch user and tenant models by ID and set them in context.
- Refactored common service methods to accept userID as a parameter instead of extracting from context.
- Modified content service methods to include userID as a parameter for better clarity and performance.
- Adjusted coupon, creator, notification, order, tenant, user, and wallet services to utilize userID directly.
- Enhanced context key constants for improved readability and maintainability.
2025-12-30 22:49:26 +08:00
7a8c5c4427 feat(user): 修改OTP登录验证码为"1234"以增强安全性
feat(main): 添加种子命令以初始化数据库数据
feat(consts): 添加创作者角色常量
feat(profile): 更新用户资料页面以支持从API获取用户信息
feat(library): 实现用户库页面以获取已购内容并显示状态
feat(contents): 更新内容编辑页面以支持文件上传和自动保存
feat(topnavbar): 优化用户头像显示逻辑以支持动态加载
2025-12-30 21:55:48 +08:00
ee1acae3ed feat: 实现平台抽成、提现审批、异步任务集成及安全审计功能 2025-12-30 14:54:19 +08:00
8fa3d18a9c Refactor order and tenant ledger models to use consts for Currency and Type fields; add new UserStatus values; implement comprehensive test cases for content, creator, order, super, and wallet services. 2025-12-29 14:21:20 +08:00
ad52371028 feat: implement new structure 2025-12-29 09:30:49 +08:00
a80c9b759b feat: 移除“租户管理员为用户充值 / 每租户一套余额”能力:余额统一为全局用户余额 2025-12-23 10:59:59 +08:00
2cc823d3a8 feat: Introduce MediaAssetVariant for better asset management
- Added MediaAssetVariant enum with values 'main' and 'preview'.
- Updated media asset service logic to utilize MediaAssetVariant for variant handling.
- Refactored database models and queries to include variant and source_asset_id fields.
- Enhanced validation for asset variants in upload and processing functions.
- Updated Swagger documentation to reflect new variant structure and descriptions.
- Implemented necessary database migrations to support the new variant constraints.
2025-12-22 19:27:31 +08:00
ec4506fd2d tenant: add invites and join requests 2025-12-18 18:27:23 +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
8fa05444df update consts 2025-12-18 10:53:10 +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
971c02fa07 feat: spec stage 1 2025-12-17 22:28:47 +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
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