MASA.Framework Roadmap for 0.6.0
Roadmap
This issue represents a list of major investments that our team will focus on in the 0.6.0 time frame. It doesn't include all the features and bug fixes we'll be working on in the meantime 这个Issue代表我们团队将在 0.6.0 内重点关注的列表。它不包括我们将在此期间进行的所有功能和错误修复。
Note that this is an aspirational list of what we hope to get to. Many of these items will require thorough investigation and design, which can result in changes to our plans. We will end up cutting some things and making changes as we go, but will try to keep this issue up to date to reflect on our progress and learnings. 请注意,这是一个我们希望达到的愿望清单。 其中许多项目需要彻底的调查和设计,这可能会导致我们的计划发生变化。我们最终可能会消减一些东西,并做出改变,但将努力保持这个Issue是最新的,以反映我们的进步和学习。
The roadmap consists of the following features: 路线图包括以下特性
Cache(缓存)
- [x] Redis #235
- [x] Add fuzzy filter (新增模糊筛选) #173 #185
- [x] DistributedMemory (分布式内存缓存) #235
Configuration
- [x] Dcc: Fix the CallerProvider obtained by ConfigurationManager does not correspond #215 Dcc: 修复ConfigurationManager获取到的CallerProvider不对应 #215
- [x] Dcc: Simplified Dcc configuration #215 Dcc: 简化Dcc配置 #215
Identity
- [x] Support Blazor Server #230 支持Blazor Server #230
- [x] Support Blazor WebAssembly #230 支持Blazor WebAssembly #230
- [x] Support for custom user models #192 支持自定义用户模型 #192
Caller (调用者)
- [x] HttpClient #168 #184 #203
- [x] DaprClient #168 #184 #203
MinimalAPIS
- [x] Supports automatic mapping of routes And a group of services to set a permission policy once #238 #243 #253 支持自动映射路由和一组服务设置一次权限策略 #238 #243 #253
Cqrs (读写分离)
- Query removes the restriction that Result is not empty #171 #184 Query移除Result不为空限制 #171 #184
Data (数据)
- Support serialization and deserialization (支持序列化、反序列化) #192 #203
- Support type conversion (支持类型转换) #192 #203
- Refactor IdGenerator, support IdGeneratorFactory (重构IdGenerator、支持IdGeneratorFactory) #188
- Mapster supports nested type mappings (Mapster支持嵌套类型映射) #249
- Fix soft delete bug (修复软删除Bug) #250