tianshujie
|
0b963223e9
|
* Refactor updateTeam method and case.
|
2023-08-23 11:21:34 +08:00 |
|
tianshujie
|
b43afca1a0
|
* Filter out non-multiplayer tasks.
|
2023-08-23 11:06:31 +08:00 |
|
dingguodong
|
6f86aa714e
|
* Remove check dao::isError.
|
2023-08-23 09:58:55 +08:00 |
|
tianshujie
|
377e5e0d0d
|
* Change case of the aftersplittask.
|
2023-08-23 09:52:16 +08:00 |
|
dingguodong
|
9154994b3d
|
* Exit function if there is any dao errors.
|
2023-08-23 09:24:36 +08:00 |
|
dingguodong
|
1214f87f21
|
* Add comment and adjust query condition.
|
2023-08-23 09:20:40 +08:00 |
|
tianshujie
|
1914f82da9
|
* Refactor checkEstStartedAndDeadline method.
|
2023-08-23 08:43:09 +08:00 |
|
tianshujie
|
42743d0135
|
- Remove unuse code.
|
2023-08-23 08:35:17 +08:00 |
|
tianshujie
|
bcebfe4327
|
* Refactor getMultiTaskMembers method.
|
2023-08-22 16:56:16 +08:00 |
|
tianshujie
|
efd909c4aa
|
* Refactor getListByConds method.
|
2023-08-22 16:10:37 +08:00 |
|
dingguodong
|
7e27716ea2
|
* Modify comments.
|
2023-08-22 15:29:21 +08:00 |
|
dingguodong
|
3e310bd238
|
* Optimize the comments.
|
2023-08-22 14:44:20 +08:00 |
|
dingguodong
|
658acc9379
|
* Optimize the comments.
|
2023-08-22 14:10:50 +08:00 |
|
dingguodong
|
c3a30b3c07
|
* Optimize the comments.
|
2023-08-22 14:02:25 +08:00 |
|
tianshujie
|
ec48fc8465
|
* Refactor updateOrderByGantt method.
|
2023-08-22 13:55:45 +08:00 |
|
tianshujie
|
42bf61e2fa
|
* Refactor updateExecutionEsDateByGantt and updateEsDateByGantt 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 |
|
caoyanyi
|
f6a45cba75
|
* Change comment and return type for task isClickable.
|
2023-08-22 11:17:49 +08:00 |
|
dingguodong
|
ed7d4b3bcc
|
* Refactor taskModel::deleteWorkhour.
|
2023-08-22 10:04:14 +08:00 |
|
tianshujie
|
13e5adf2e6
|
* Refactor getFinishedUsers method.
|
2023-08-22 09:23:11 +08:00 |
|
tianshujie
|
36ac61fd37
|
- Remove unuse code.
|
2023-08-21 17:23:12 +08:00 |
|
tianshujie
|
cf9d094a22
|
+ Add case of the getExportTasks.
|
2023-08-21 16:35:49 +08:00 |
|
tianshujie
|
36197537eb
|
* Refactor export method.
|
2023-08-21 14:52:49 +08:00 |
|
tianshujie
|
a548c8d8e1
|
* Refactor mergeChartOption method.
|
2023-08-21 13:24:21 +08:00 |
|
tianshujie
|
f021ea27b6
|
* Refactor getDataOfTasksPerStatus method.
|
2023-08-21 11:17:10 +08:00 |
|
dingguodong
|
b0c67e15e3
|
* Fix the error if the object does not exist.
|
2023-08-21 11:10:20 +08:00 |
|
tianshujie
|
5e93dbec89
|
* Refactor getDataOffinishedTasksPerDay method.
|
2023-08-21 11:09:02 +08:00 |
|
tianshujie
|
04e7811449
|
* Refactor getDataOfTasksPerClosedReason method.
|
2023-08-21 11:03:42 +08:00 |
|
tianshujie
|
dd27a54038
|
* Refactor getDataOfTasksPerFinishedBy method.
|
2023-08-21 10:56:08 +08:00 |
|
tianshujie
|
77f7f4dceb
|
* Refactor getDataOfTasksPerConsumed method.
|
2023-08-21 10:51:28 +08:00 |
|
tianshujie
|
accb52838a
|
* Refactor getDataOfTasksPerLeft method.
|
2023-08-21 10:46:26 +08:00 |
|
tianshujie
|
0078006d28
|
* Refactor getDataOfTasksPerEstimate method.
|
2023-08-21 10:42:18 +08:00 |
|
tianshujie
|
460d895072
|
* Refactor getDataOfTasksPerDeadline method.
|
2023-08-21 10:33:04 +08:00 |
|
tianshujie
|
e9c3b3ae16
|
* Refactor getDataOfTasksPerPri method.
|
2023-08-21 10:24:25 +08:00 |
|
tianshujie
|
179a8aee6b
|
* Refactor getDataOfTasksPerType method.
|
2023-08-21 10:19:45 +08:00 |
|
tianshujie
|
dd477aa26e
|
* Refactor getDataOfTasksPerAssignedTo method.
|
2023-08-21 09:59:31 +08:00 |
|
tianshujie
|
b7fda6bdf8
|
* Refactor getDataOfTasksPerModule method.
|
2023-08-21 09:48:59 +08:00 |
|
tianshujie
|
7903b6e530
|
* Refactor getDataOfTasksPerExecution method.
|
2023-08-21 08:39:04 +08:00 |
|
dingguodong
|
b030fcb03f
|
* Rename estimate to effort except object properties and column name.
|
2023-08-18 15:03:25 +08:00 |
|
tianshujie
|
fd234909e6
|
* Change the processData4Report method.
|
2023-08-18 14:27:20 +08:00 |
|
dingguodong
|
b20a77c919
|
+ Set team attributes to the task.
|
2023-08-18 14:22:50 +08:00 |
|
dingguodong
|
13c1544e65
|
* Comment and adjust the function.
|
2023-08-18 13:45:10 +08:00 |
|
dingguodong
|
27368bb32b
|
* Skip getting team info for normal task.
|
2023-08-18 13:45:10 +08:00 |
|
dingguodong
|
3f6aa9d5e7
|
* Fix type error.
|
2023-08-18 13:45:09 +08:00 |
|
tianshujie
|
c3015f2d94
|
+ Add test case of the reportCondition.
|
2023-08-18 13:24:11 +08:00 |
|
tianshujie
|
37e0b24728
|
* Refactor cancal method.
|
2023-08-18 10:28:02 +08:00 |
|
dingguodong
|
608e6b8e40
|
* Set zero datetime or date to null.
|
2023-08-18 09:47:13 +08:00 |
|
tianshujie
|
87f433d8a9
|
- Remove unuse code.
|
2023-08-17 16:27:21 +08:00 |
|
tianshujie
|
65c56bbc78
|
* Change the test case.
|
2023-08-17 15:33:44 +08:00 |
|
dingguodong
|
0fc4b56e07
|
* Optimize and reduce queries if task is closed.
|
2023-08-16 13:52:06 +08:00 |
|