-
-
Notifications
You must be signed in to change notification settings - Fork 12
3.0开发计划
simon edited this page Feb 21, 2020
·
14 revisions
- 事件监听增加动态条件
- 去除选择驱动,改为接口实现
- 使用
laravel events
,去除本身event
- 重构
laravel
对应的interface
以及关系interface
,允许自动调用laravel
本身orm
- 增加
where
条件的语义解析 https://github.com/lorisleiva/laravel-search-string - 增强自动缓存功能,以及分页缓存的处理
-
magic
增加子条件搜索支持 -
magic
增加字符串搜索解析支持 -
magic
增加自定义模板搜索(开发适情况而定),每次指不同的magic
来作为搜索处理条件 -
scene
和guard
整合,理论上来说是合并guard
到默认scene
中去,增加禁止scene
功能 - 增加
microtrait
宏定义 - 增加更新时,自动分拣主
Key
,需要设置开关是否开启此功能 - 添加,编辑事件全部触发,解决现在只有
AbstractRepository
中才可触发的函数 -
Repository
注入magic
自动搜索 -
magic
增加自动录入字段搜索功能,也可支持自定义by搜索功能 - 增加指定搜索关键字
key
,自动with
功能 - 增加无
model
的null repository
-
增加事件监听(不同scene
scene
外部监听时操作即可) - 完整的单元测试,保证代码的可靠性