xieqiyu
|
8ebcd035b6
|
* Modify task required item.
|
2023-11-21 10:32:37 +08:00 |
|
xieqiyu
|
c12833ee57
|
* Modify task required item.
|
2023-11-20 16:40:49 +08:00 |
|
tianshujie
|
cb762c8653
|
* Move the getTeamByTask method into model.php.
|
2023-11-16 11:05:27 +08:00 |
|
朱金勇
|
24285d03c5
|
* Fix type of task left.
|
2023-10-13 02:22:00 +00:00 |
|
caoyanyi
|
f05f70b339
|
* Adjust unit test case checked error.
|
2023-09-22 09:39:17 +08:00 |
|
caoyanyi
|
33c148796e
|
* Adjust date default value.
|
2023-09-22 09:33:57 +08:00 |
|
caoyanyi
|
2f416c55d3
|
* Dealing with database date error issues.
|
2023-09-18 10:40:19 +08:00 |
|
tianshujie
|
c43b54f0fe
|
* Add getUnfinishTasks method and delete fetchByID method.
|
2023-08-29 11:21:29 +08:00 |
|
dingguodong
|
4327d541e2
|
* Compute progress only without changing task object.
|
2023-08-25 13:55:00 +08:00 |
|
tianshujie
|
b24b825f96
|
* Change the function order.
|
2023-08-25 13:42:58 +08:00 |
|
tianshujie
|
c501d2d362
|
* Change the check error code.
|
2023-08-25 13:28:37 +08:00 |
|
caoyanyi
|
140c955e5f
|
* Optimize task list performance.
|
2023-08-25 13:03:04 +08:00 |
|
dingguodong
|
03595e7b9b
|
* Set children for the task which has child tasks.
|
2023-08-25 12:38:50 +08:00 |
|
dingguodong
|
eb5be82d09
|
* Refactor taskTao::computeTaskProgress.
|
2023-08-25 10:34:55 +08:00 |
|
dingguodong
|
033af27ff3
|
* Fix typo in task module and related.
|
2023-08-24 17:14:11 +08:00 |
|
caoyanyi
|
d2fbd1acdf
|
* Replace and, or to &&, ||.
|
2023-08-24 15:42:37 +08:00 |
|
caoyanyi
|
5d8b1ff4ec
|
* Fix sonar error for task module.
|
2023-08-24 15:19:32 +08:00 |
|
caoyanyi
|
40adc1fe25
|
* Replace public to protected.
|
2023-08-24 15:06:47 +08:00 |
|
dingguodong
|
32cb57188a
|
+ Set the datetime and operator when the task is modified.
|
2023-08-24 11:29:03 +08:00 |
|
dingguodong
|
d0a690b34f
|
* Fix type error which the property from from data.
|
2023-08-24 10:54:40 +08:00 |
|
dingguodong
|
c87b09d8f5
|
* Remove extra characters.
|
2023-08-23 11:27:30 +08:00 |
|
dingguodong
|
b90182aabc
|
* Move the checks for record workhour form.
|
2023-08-23 09:58:55 +08:00 |
|
dingguodong
|
f42cdd39aa
|
* Refactor taskTao::checkWorkhour.
|
2023-08-23 09:20:41 +08:00 |
|
dingguodong
|
4853da271b
|
* Use dao::$errors to show error.
|
2023-08-23 09:20:40 +08:00 |
|
dingguodong
|
3e310bd238
|
* Optimize the comments.
|
2023-08-22 14:44:20 +08:00 |
|
tianshujie
|
bf0aa46381
|
* Refactor updateTaskEsDateByGantt method.
|
2023-08-22 13:22:33 +08:00 |
|
dingguodong
|
31a7c66554
|
* Fix bug that use deleted efforts and wrong condition.
|
2023-08-22 13:03:21 +08:00 |
|
dingguodong
|
251566ca7d
|
+ Add functions to process deleting workhour of task.
|
2023-08-22 10:04:14 +08:00 |
|
tianshujie
|
13e5adf2e6
|
* Refactor getFinishedUsers method.
|
2023-08-22 09:23:11 +08:00 |
|
tianshujie
|
74c77b18cd
|
+ Add test case of the cancelparenttask.
|
2023-08-18 10:28:02 +08:00 |
|
tianshujie
|
267ea7e58d
|
+ Add test case for updateChildrenByParent method.
|
2023-08-18 10:03:06 +08:00 |
|
dingguodong
|
8cd201fe9b
|
+ Add a function to set the zero date or datetime of the task to null.
|
2023-08-18 09:47:13 +08:00 |
|
tianshujie
|
65c56bbc78
|
* Change the test case.
|
2023-08-17 15:33:44 +08:00 |
|
zhaoke
|
c9c9ae4e2a
|
* Refactor taskModel-updateParentStatus.
|
2023-06-09 15:20:39 +08:00 |
|
sunguangming
|
8b650b8309
|
* Move code.
|
2023-06-05 14:05:02 +08:00 |
|
sunguangming
|
ae5ace47db
|
* Refactor edit effort method of model.
|
2023-06-05 14:03:32 +08:00 |
|
sunguangming
|
f55386a50c
|
* Fix code error, rename file.
|
2023-06-05 09:27:11 +08:00 |
|
sunguangming
|
b296d868af
|
* Change default value for varchar field.
|
2023-06-01 14:33:23 +08:00 |
|
sunguangming
|
f044ad9de1
|
* Add getteammembersbyidlist unit test.
|
2023-06-01 14:27:29 +08:00 |
|
caoyanyi
|
7a32dfe996
|
* Move resetEffortLeft from model to tao.
|
2023-05-31 09:24:06 +08:00 |
|
sunguangming
|
ed3a3f91bb
|
* Remove unused code.
|
2023-05-30 13:16:26 +08:00 |
|
sunguangming
|
9cf867af24
|
* Rename recordEstimate.
|
2023-05-30 08:38:40 +08:00 |
|
sunguangming
|
f9693fb766
|
* Add task-tao checkworkhour unit test.
|
2023-05-29 16:51:36 +08:00 |
|
sunguangming
|
fe0787fbfe
|
* Modify var name.
|
2023-05-29 15:02:37 +08:00 |
|
sunguangming
|
c635bcb469
|
* Merge code.
|
2023-05-29 14:57:06 +08:00 |
|
tianshujie
|
011f9e1e61
|
* Refactor getbyid method of task module and add test case.
|
2023-05-29 10:04:15 +08:00 |
|
tianshujie
|
4e230ca629
|
* Refactor batchedit method and add test case for task module.
|
2023-05-26 09:58:55 +08:00 |
|
sunguangming
|
2777ec9622
|
* Rename recordEstimate to recordWorkhour.
|
2023-05-25 15:53:00 +08:00 |
|
sunguangming
|
93ff24e1e2
|
* Split task update method.
|
2023-05-24 16:23:29 +08:00 |
|
tianshujie
|
56ab6327c2
|
* Refactor batch create method and add test case for batch create task.
|
2023-05-24 14:00:49 +08:00 |
|