Commit Graph

33 Commits

Author SHA1 Message Date
76f639b3f3 feat: 添加媒体资产上传初始化和完成相关API接口及数据结构 2025-12-22 17:02:53 +08:00
39454458f1 feat: Implement public access for tenant content
- Add TenantOptionalAuth middleware to allow access to public content without requiring authentication.
- Introduce ListPublicPublished and PublicDetail methods in the content service to retrieve publicly accessible content.
- Create tenant_public HTTP routes for listing and showing public content, including preview and main asset retrieval.
- Enhance content tests to cover scenarios for public content access and permissions.
- Update specifications to reflect the new public content access features and rules.
2025-12-22 16:29:44 +08:00
17d51d5ed2 tenant: admin batch topup 2025-12-19 13:55:20 +08:00
86a1a0a2cc tenant: admin order export csv 2025-12-19 09:11:28 +08:00
549339be74 tenant: admin orders sort whitelist 2025-12-18 23:36:57 +08:00
71bd15024e tenant: extend admin order filters 2025-12-18 23:22:37 +08:00
ec4506fd2d tenant: add invites and join requests 2025-12-18 18:27:23 +08:00
462bde351d tenant: move admin member queries into service 2025-12-18 18:03:32 +08:00
de574bbd9d tenant: add member management APIs 2025-12-18 17:29:17 +08:00
5029234e47 feat: 增加订单筛选功能,添加按金额区间筛选的数据库索引 2025-12-18 16:50:24 +08:00
e268176af5 feat: 增加订单过滤功能,支持按内容ID、支付时间范围和支付金额范围筛选 2025-12-18 16:46:40 +08:00
3249e405ac feat: add balance and ledger endpoints for tenant
- Implemented MyBalance and MyLedgerPage methods in the ledger service to retrieve current user balance and transaction history for a specified tenant.
- Added corresponding test cases for MyBalance and MyLedgerPage methods in the ledger test suite.
- Created DTOs for balance response and ledger items to structure the response data.
- Updated Swagger documentation to include new endpoints for retrieving tenant balance and ledgers.
- Added HTTP tests for the new endpoints to ensure proper functionality.
2025-12-18 16:24:37 +08:00
435e541dbe Refactor user tests and add content and order tests
- Updated user_test.go to remove FocusConvey and clean up commented-out code.
- Introduced content_test.go with comprehensive tests for content creation, updating, pricing, asset attachment, and access checks.
- Added order_test.go to implement tests for order management, including admin top-ups, order details, refunds, and content purchases with various scenarios.
2025-12-18 16:06:11 +08:00
e57608b8c4 feat: 更新服务层文档,增加中文注释以提升可读性 2025-12-18 15:48:44 +08:00
7b95202a8b add ledger test 2025-12-18 15:14:19 +08:00
163851cb5a feat: 优化购买内容的事务处理逻辑,支持幂等性和回滚机制 2025-12-18 14:15:05 +08:00
a232e73358 feat: 添加租户成员充值功能及相关文档 2025-12-18 14:09:08 +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
674c562831 feat: follow llm.txt 2025-12-18 10:27:40 +08:00
650ada9cc6 pending 2025-12-18 09:54:29 +08:00
bfce71b56d feat: done 2025-12-18 00:21:49 +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
0e303e8a5c feat: update duration 2025-12-16 16:12:55 +08:00
0531a72ae6 feat: update 2025-12-16 15:43:28 +08:00
512859b5c7 feat: add save 2025-12-16 14:26:31 +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