Commit Graph

9 Commits

Author SHA1 Message Date
movingsam
489f02cb5f refactor: clean up Member module and update Console
- Remove redundant PointsRule repositories (use single PointsRuleRepository)
- Clean up Member migrations and consolidate to single Init migration
- Update Console frontend API and components for Tenant
- Add H5LinkService for member H5 integration
2026-02-18 23:34:40 +08:00
movingsam
73f84a1237 fix: resolve strongly typed ID compilation errors
- Change PointsAccountId to IGuidStronglyTypedId
- Update PointsTransaction to use PointsAccountId
- Update Domain Events and Command responses
- Fix Member and Activity endpoint references
- Remove duplicate PointsChangedEvent in Application layer
2026-02-17 15:42:07 +08:00
sam
92247346dd refactor: major project restructuring and cleanup
Changes:

- Remove deprecated Fengling.Activity and YarpGateway.Admin projects

- Add points processing services with distributed lock support

- Update Vben frontend with gateway management pages

- Add gateway config controller and database listener

- Update routing to use header-mixed-nav layout

- Add comprehensive test suites for Member services

- Add YarpGateway integration tests

- Update package versions in Directory.Packages.props

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-02-15 10:34:07 +08:00
Sam
96503a593d feat(member): change MemberId to Guid strongly typed id
- Convert MemberId from long to Guid strongly typed ID
- Update all Member commands to use record pattern with MemberId
- Update all Member endpoints to use record pattern with MemberId
- Update entity configurations to use GuidVersion7ValueGenerator
- Add implicit conversion operators for MemberId

Migration: ChangeMemberIdToGuid
2026-02-10 00:41:35 +08:00
Sam
ce6b80e334 feat: add process expired points command 2026-02-09 19:00:07 +08:00
Sam
4745c91915 feat: add calculate points command 2026-02-09 18:57:52 +08:00
Sam
9ee1e3bb72 feat: add points rule matcher service 2026-02-09 18:56:55 +08:00
Sam
a92847530d feat: add points rule DTOs 2026-02-08 21:30:34 +08:00
Sam
05631b6589 feat(console): complete migration of User, Tenant, and Role management APIs 2026-02-05 14:21:36 +08:00