Fengling Console - 控制台后端
Go to file
movingsam f33acacbbc refactor(platform): migrate Tenant to anemia model, use Manager pattern
- Convert Tenant to anemia model with long Id (no strong-typed ID)
- Add ApplicationUser, ApplicationRole to Platform.Domain (inherit Identity)
- Add TenantInfo value object for user-tenant redundancy
- Implement TenantManager/TenantStore in Platform.Infrastructure
- Update PlatformDbContext to inherit IdentityDbContext
- Migrate AuthService and Console to use Platform entities
- Remove old TenantRepository (replaced by TenantManager)
- Update AGENTS.md documentation
2026-02-21 13:22:08 +08:00
bin\Debug/net10.0 refactor: clean up Member module and update Console 2026-02-18 23:34:40 +08:00
Controllers refactor(console): migrate tenant management to TenantManager pattern 2026-02-19 21:43:24 +08:00
Datas refactor(console): migrate tenant management to TenantManager pattern 2026-02-19 21:43:24 +08:00
EntityConfigurations refactor(console): migrate tenant management to TenantManager pattern 2026-02-19 21:43:24 +08:00
Managers refactor(console): migrate tenant management to TenantManager pattern 2026-02-19 21:43:24 +08:00
Models refactor(console): migrate tenant management to TenantManager pattern 2026-02-19 21:43:24 +08:00
Properties feat(console): complete migration of User, Tenant, and Role management APIs 2026-02-05 14:21:36 +08:00
Repositories refactor(console): migrate tenant management to TenantManager pattern 2026-02-19 21:43:24 +08:00
Services refactor(console): migrate tenant management to TenantManager pattern 2026-02-19 21:43:24 +08:00
Stores refactor(console): migrate tenant management to TenantManager pattern 2026-02-19 21:43:24 +08:00
appsettings.Development.json feat: 添加Console API认证和OpenIddict集成 2026-02-08 19:01:25 +08:00
appsettings.json chore: update gitignore to allow Vben packages directory 2026-02-13 21:34:52 +08:00
Fengling.Console.csproj debug 2026-02-19 21:40:22 +08:00
Fengling.Console.http feat(console): complete migration of User, Tenant, and Role management APIs 2026-02-05 14:21:36 +08:00
Program.cs refactor(platform): migrate Tenant to anemia model, use Manager pattern 2026-02-21 13:22:08 +08:00