活动
从 2017-05-10 到 2017-06-08
2017-06-08
2017-06-07
- 07:46 PHP开发(前) #300 (已关闭): 重构 Department.class.php
- 07:39 PHP开发(前) #300 (跟进中): 重构 Department.class.php
- 07:38 PHP开发(前) #299 (已关闭): 重构 UserGroup.class.php
- 07:15 PHP开发(前) #299 (跟进中): 重构 UserGroup.class.php
- 07:12 PHP开发(前) #298 (已关闭): 重构 commandHandler
- 07:11 PHP开发(前) #297 (已关闭): 重构 command
- 06:53 PHP开发(前) #296 (已关闭): 重构 UserGroupController
- 06:38 PHP开发(前) #295 (已关闭): 重构 DepartmentController
- 06:25 PHP开发(前) #294 (已关闭): 更新框架
2017-06-06
- 10:08 PHP开发(前) #301 (已关闭): 重构 ApplyUserGroupForm.class.php
- **ApplyUserGroupForm.class.php**
* 去除`getStatus()`函数.
* `approve()` 和 `decline()` 提炼 `updateStatus()`函数.
* `edit()... - 10:07 PHP开发(前) #300 (已关闭): 重构 Department.class.php
- **Department.class.php**
* `enabled`,`disabled` 使用`Status`性状和接口.
* 去除`getStatus()`函数.
**EnableableTrait.class.php**
... - 10:07 PHP开发(前) #299 (已关闭): 重构 UserGroup.class.php
- **UserGroup.class.php**
* `enabled`,`disabled` 使用`Status`性状和接口.
* 去除`getStatus()`函数.
**EnableableTrait.class.php**
*... - 10:07 PHP开发(前) #298 (已关闭): 重构 commandHandler
- #### 重构
**`EnabledDepartmentCommandHandler`**
改名为动词 `enableDepartmentCommandHandler`.
**`DisabledDepartmentCommandHa... - 10:06 PHP开发(前) #297 (已关闭): 重构 command
- #### 重构
**`EnabledDepartmentCommand`**
改名为动词 `enableDepartmentCommand`.
**`DisabledDepartmentCommand`**
改名为动词 `disab... - 10:06 PHP开发(前) #296 (已关闭): 重构 UserGroupController
- #### 重构 `UserGroupController`
用户应用服务层减少职责,职责分散在各个文件.
`UserGroupController`
* addUserGroup
* editUserGroup
`UserGroupS... - 10:05 PHP开发(前) #295 (已关闭): 重构 DepartmentController
- #### 重构 `DepartmentController`
用户应用服务层减少职责,职责分散在各个文件.
`DepartmentController`
* addDepartment
* editDepartment
`Depart... - 10:05 PHP开发(前) #294 (已关闭): 更新框架
增加错误处理
添加路由缓存
添加 include 和 fields
导出 Atom