Commit Graph

26 Commits

Author SHA1 Message Date
Kimi CLI
e29d731dd7 docs: remove GSD Copilot instructions
- Remove .github/instructions/ directory (14 files)
- Remove .github/copilot-instructions.md
- Remove scripts/EXAMPLES.md and README.md
- Switch to CleanDDD workflow (cleanddd-* skills)
2026-03-08 15:49:20 +08:00
Sam
9544bfe61f Add .gitignore 2026-02-25 17:26:55 +08:00
movingsam
fb466b35ea debug 2026-02-19 21:40:22 +08:00
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
daf8bc9e24 feat(member): add member management module with frontend and backend
- Add MemberQueryEndpoints with CRUD operations and status management
- Add frontend member management pages (list, detail, points, tags)
- Add frontend routes and API client for member module
- Move completed docs to docs/completed/
2026-02-17 16:29:34 +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
movingsam
ab3d755f63 refactor: change PointsAccountId to Guid-based strongly typed ID 2026-02-17 15:30:10 +08:00
movingsam
f3a0601257 fix: remove IdGenerator usage - let EF SnowFlakeValueGenerator handle ID generation 2026-02-16 22:40:07 -08:00
movingsam
eb1d4ac4f7 refactor: apply CleanDDD strongly typed ID and add Deleted/RowVersion
- Convert CampaignId to partial record implementing IGuidStronglyTypedId
- Add PointsAccountId as IInt64StronglyTypedId with Snowflake ID generation
- Add Deleted and RowVersion to MemberEntity and PointsAccount
- Update PointsAccountEntityTypeConfiguration to use SnowFlakeValueGenerator

BREAKING CHANGE: PointsAccount now uses PointsAccountId (long) instead of plain long
2026-02-16 22:03:04 -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
087948a8e1 docs: reorganize documentation structure
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-02-15 10:32:23 +08:00
sam
c3ae2b618c chore: update gitignore to allow Vben packages directory 2026-02-13 21:34:52 +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
3b8b86a258 feat: add points rule migration 2026-02-09 19:10:11 +08:00
Sam
8cc1638d76 feat: register points rule services 2026-02-09 19:09:01 +08:00
Sam
2574634459 feat: add points rule endpoints 2026-02-09 19:06:08 +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
1485981d90 feat: add points rule repository implementations 2026-02-08 21:29:14 +08:00
Sam
4830c9b2ae feat: add points rule entity configurations 2026-02-08 21:27:02 +08:00
Sam
7eee913c3c feat: add points rule repository interfaces 2026-02-08 21:24:48 +08:00
Sam
176120d51f feat: add points rule domain entities 2026-02-08 21:23:46 +08:00
Sam
90c6912fd5 feat: add points rule enums 2026-02-08 21:19:42 +08:00
Sam
05631b6589 feat(console): complete migration of User, Tenant, and Role management APIs 2026-02-05 14:21:36 +08:00