Commit Graph
1311 Commits
Author SHA1 Message Date
hufangzhou da20605d4b * Get the parent task ID from URL. 2023-05-11 16:07:54 +08:00
hufangzhou d6969808e9 * Remove the updateParentAfterSplit function that its code has been implemented in method updateParentStatus. 2023-05-11 15:50:15 +08:00
lishuo 9462d2ba3c * Adjust the ternary operator under the task module. 2023-05-11 15:06:25 +08:00
lishuo c52641ca27 * Optimizing comments. 2023-05-11 13:42:44 +08:00
hufangzhou 45f4c834b8 * Change childTasks variable name to children. 2023-05-10 20:16:44 +08:00
hufangzhou e6500c0828 * Add English comments for task-batchCreate. 2023-05-10 20:11:05 +08:00
zhouxin 5db73bc70d * Add updateParent method to update a task's parent. 2023-05-10 11:08:02 +00:00
zenggang 59313eefd4 * Edit task edit ui and adjust code style 2023-05-10 09:57:44 +00:00
zenggang 6526d699bd * Edit updateteam method 2023-05-10 09:55:50 +00:00
zhouxin e8c19c8d99 * Rename variable for readability. 2023-05-10 08:56:31 +00:00
zhouxin c9d73347b2 * Batch change stdClass() to stdclass(). 2023-05-10 08:26:54 +00:00
zhouxin 58e1b88b67 * Record task version when edit task. 2023-05-10 07:52:39 +00:00
zhouxin 108061337d * Delete code that duplicated with zen. 2023-05-10 07:37:58 +00:00
zhouxin 3ca2fe8c09 * Add a call to the doUpdate method. 2023-05-10 06:59:01 +00:00
zhouxin abe44c88d2 * Get required fields for update method of task. 2023-05-10 06:46:33 +00:00
zhouxin 67601bf800 * Remove fixer from controller of task. 2023-05-10 06:40:23 +00:00
hufangzhou 1e5a3c30b3 * Changed the calling class for checkrequired4batchcreate function. 2023-05-10 09:10:16 +08:00
hufangzhou fa68bd7cd0 * Remove the checkrequired4batchcreate function from tao to model. 2023-05-10 09:04:08 +08:00
tianshujie 2ca8338150 * Delete the useless temporary variable $childTaskID and $taskID. 2023-05-09 20:40:59 +08:00
tianshujie efed19a6f8 * Delete the useless temporary variable $datas. 2023-05-09 20:40:59 +08:00
tianshujie cec388c4d4 * Remove this unused "$index" local variable. 2023-05-09 20:40:59 +08:00
tianshujie ce97198ef1 * Replace this use of "join" with "implode". 2023-05-09 20:40:59 +08:00
tianshujie e93c9b780e * Delete useless temporary variable $tasks. 2023-05-09 20:40:59 +08:00
tianshujie 276198774e * Reduce the number of conditional operators. 2023-05-09 20:40:59 +08:00
tianshujie 019fad27f3 * Remove this unused "$earliestTime" local variable. 2023-05-09 20:40:59 +08:00
tianshujie 8294b1dea4 * Change the variable judgment to strictly equal. 2023-05-09 19:43:57 +08:00
tianshujie 55a578111b * Remove this unused "$skip" local variable. 2023-05-09 19:43:57 +08:00
tianshujie b6b580549c * Remove this unused "$i" local variable. 2023-05-09 19:43:57 +08:00
tianshujie b6ec7f7ece * Fix code problems with SonarQube scanning. 2023-05-09 19:30:23 +08:00
zenggang 1ba7e6c0ee * Adjust task code 2023-05-09 10:46:06 +00:00
liumengyi a3e66c5699 * Change array_map to array_column. 2023-05-09 18:42:28 +08:00
liumengyi e3c3be6401 * Optimize code after code reviewing. 2023-05-09 18:21:50 +08:00
liumengyi 5aad78362f * Optimize code after code reviewing. 2023-05-09 15:43:45 +08:00
tianshujie a884aa145f * Add test case for updatekanbandata method. 2023-05-09 13:40:45 +08:00
hufangzhou 0af9d5043a * Remove the undefined variable. 2023-05-09 11:23:23 +08:00
hufangzhou 2f3d7ef168 * Add the task-batchcreate unit test. 2023-05-09 10:50:19 +08:00
mayue 0c4577afd7 * Add unit test for afterSplitTask and optimized some codes. 2023-05-09 02:46:54 +00:00
liumengyi 502cce9c83 + Add code comment of task-computeBeginAndEnd. 2023-05-08 20:21:37 +08:00
liumengyi b2e6756091 * Modify unit-test of task-computeWorkingHours. 2023-05-08 19:24:12 +08:00
tianshujie a0bfb84c8d * Modify test case for aftercreate function. 2023-05-08 18:28:56 +08:00
liumengyi 7222a9e195 * Add unit-test of taskTao-manageTaskTeamMember. 2023-05-08 17:06:34 +08:00
zenggang b4f66fa5cc * Adjust task code 2023-05-08 08:58:00 +00:00
tianshujie ab3c620bfe * Fixed undefined variables in batch update tasks. 2023-05-08 15:35:19 +08:00
tianshujie 0f79319591 * Fixed undefined variables in batch update tasks. 2023-05-08 15:30:01 +08:00
tianshujie 140976a503 * Add test case for create method. 2023-05-08 15:07:06 +08:00
hufangzhou c7f4071142 * Add the updatekanban4batchcreate unit test. 2023-05-08 14:52:15 +08:00
guofeilong 595999ff66 * Code refactors for function project update . 2023-05-08 11:26:34 +08:00
liumengyi c2000637f1 * Fix bug of task-manageTaskTeam. 2023-05-08 10:54:52 +08:00
liumengyi 9c558abe87 * Refactoer task-manageTaskTeam. 2023-05-08 10:37:07 +08:00
tianshujie f3157df21c * Modify test case for computehours4multiple method. 2023-05-06 16:21:26 +08:00