Commit Graph
1320 Commits
Author SHA1 Message Date
tianshujie 0a30c7158b * Refactor the start method of the task module. 2023-05-15 14:16:14 +08:00
liumengyi 726b6945da * Fix bug of build menu. 2023-05-15 08:46:55 +08:00
zenggang 73510d72bd * Task activate batchupdate method and unit 2023-05-12 09:29:07 +00:00
zhouxin 185c81618e * Delete useless param. 2023-05-12 08:33:24 +00:00
liumengyi 7625a4fdab * Refactor task-pause and add unit test. 2023-05-12 16:19:22 +08:00
tianshujie 840e38100a * Whether the modify judgment actions button displays issues. 2023-05-12 09:34:16 +08:00
zhouxin 5f1480922b * Add team data fixer. 2023-05-11 23:33:15 +00:00
tianshujie 17a16097d4 * Modify test case for task method. 2023-05-11 20:44:29 +08:00
tianshujie 0ea7ace95a * Reduce logical operators in judgments. 2023-05-11 20:06:35 +08:00
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