-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
# Todo List | ||
# Todo List | ||
|
||
## Biwen.Settings | ||
|
||
- [x] Setting自动验证器 (Based on `FluentValidation`) | ||
- [X] Setting UI 配置分页功能 (Based on `jquery.tables`) | ||
- [X] 提供CachingProvider自定义功能,系统自带NullCacheProvider,MemoryCacheProvider | ||
- [X] 实现INotify<T> | ||
- [X] 提供更多的SettingStore支持.EFCore,JsonFile etc. | ||
- [X] 提供对OrchardCore的支持 | ||
- [x] Setting自动验证器 (Based on `FluentValidation`) | ||
- [X] Setting UI 配置分页功能 (Based on `jquery.tables`) | ||
- [X] 提供CachingProvider自定义功能,系统自带NullCacheProvider,MemoryCacheProvider | ||
- [X] 实现INotify<T> | ||
- [X] 提供更多的SettingStore支持.EFCore,JsonFile etc. | ||
- [X] 提供对OrchardCore的支持 | ||
- [X] Localization zh & en | ||
- [ ] 支持丰富的参数编辑功能 | ||
- [X] 提供WebApi支持 | ||
- [X] 提供Setting仓储加密功能 #10 | ||
- [X] 支持分布式存储,订阅发布等功能 V2.0 | ||
- [X] 提供IOptions,IConfigurenation支持 | ||
- [ ] 对Settings配置项支持版本控制(回滚) 审计功能 | ||
- [ ] 支持主节点(任意能修改配置的节点)对各消费节点心跳健康检测 | ||
- [ ] 支持丰富的参数编辑功能 | ||
- [X] 提供WebApi支持 | ||
- [X] 提供Setting仓储加密功能 #10 | ||
- [X] 支持分布式存储,订阅发布等功能 V2.0 | ||
- [X] 提供IOptions,IConfigurenation支持 | ||
- [ ] 对Settings配置项支持版本控制(回滚) 审计功能 | ||
- [ ] 支持主节点(任意能修改配置的节点)对各消费节点心跳健康检测 |