tianshujie
|
c7535fe28e
|
* Optimization of task status flow related methods.
|
2023-05-19 14:14:26 +08:00 |
|
tianshujie
|
e1ebd32648
|
+ Add start page of task module.
|
2023-05-19 10:35:12 +08:00 |
|
daitingting
|
0839d28a8c
|
* Rename confirmBug to confirm.
|
2023-05-19 01:48:28 +00:00 |
|
tianshujie
|
1511d46e47
|
* Add test case for createtaskofaffair method.
|
2023-05-18 16:36:37 +08:00 |
|
tianshujie
|
41784ae125
|
* Add test case for createtaskoftest method.
|
2023-05-18 16:04:26 +08:00 |
|
tianshujie
|
23ad9b6b96
|
* Refactor the create task method.
|
2023-05-18 13:16:18 +08:00 |
|
tianshujie
|
a3119fed06
|
* Modify the task module's method name and delete useless code.
|
2023-05-17 11:04:16 +08:00 |
|
tianshujie
|
c23553c979
|
* Refactor batchcreate task page.
|
2023-05-17 10:18:03 +08:00 |
|
tianshujie
|
1e813338c4
|
* Optimize the method for start task.
|
2023-05-17 10:18:03 +08:00 |
|
tianshujie
|
80edbd838a
|
* Optimize the method names and logic for create task.
|
2023-05-16 17:10:24 +08:00 |
|
tianshujie
|
55caa4067b
|
* Optimize the logic of edit a task.
|
2023-05-16 16:43:13 +08:00 |
|
tianshujie
|
188f5c8b02
|
* Fixed a create task error.
|
2023-05-16 11:28:00 +08:00 |
|
tianshujie
|
df8b733691
|
* Refactor batchcreate task pages.
|
2023-05-16 11:06:40 +08:00 |
|
tianshujie
|
0a30c7158b
|
* Refactor the start method of the task module.
|
2023-05-15 14:16:14 +08:00 |
|
zenggang
|
73510d72bd
|
* Task activate batchupdate method and unit
|
2023-05-12 09:29:07 +00:00 |
|
liumengyi
|
7625a4fdab
|
* Refactor task-pause and add unit test.
|
2023-05-12 16:19:22 +08:00 |
|
hufangzhou
|
4b55214e85
|
* Get kanban data by calling the getKanbanData function in the responseKanban function.
|
2023-05-12 14:31:55 +08:00 |
|
hufangzhou
|
6a045a152a
|
* Add regionID param to getKanbanData function.
|
2023-05-12 13:38:38 +08:00 |
|
zenggang
|
05c465b5f2
|
* Adjust task zen method
|
2023-05-12 05:26:24 +00:00 |
|
liumengyi
|
2bda72de16
|
* Refactor the view of task-create.
|
2023-05-11 20:53:19 +08:00 |
|
lishuo
|
5a1ab3e24c
|
* Replace setcookie function to helper::setcookie.
|
2023-05-11 15:36:23 +08:00 |
|
mayue
|
9b2c401c79
|
* Remove a single variable and return early.
|
2023-05-10 12:42:07 +00:00 |
|
mayue
|
fddbdf9e95
|
* Delete zen's setMenuByTab function.
|
2023-05-10 12:36:36 +00:00 |
|
hufangzhou
|
947759d412
|
* Change the showFields variable name to checkedFields.
|
2023-05-10 20:31:13 +08:00 |
|
hufangzhou
|
e6500c0828
|
* Add English comments for task-batchCreate.
|
2023-05-10 20:11:05 +08:00 |
|
mayue
|
b980e7fd5b
|
* Optimizing variable operations.
|
2023-05-10 11:52:17 +00:00 |
|
mayue
|
d81351a4b9
|
* Modify preStory to prevStory.
|
2023-05-10 11:21:22 +00:00 |
|
mayue
|
0a2b90f779
|
* Move isLimitedInExecution function from control to zen.
|
2023-05-10 11:14:39 +00:00 |
|
tianshujie
|
aa11a3778c
|
* Return result of ajax.
|
2023-05-10 18:28:37 +08:00 |
|
zhouxin
|
d9441347b4
|
* Batch change execLaneType to executionLaneType.
|
2023-05-10 08:21:57 +00:00 |
|
zhouxin
|
612ad81fed
|
* Batch change execGroupBy to executionGroupBy.
|
2023-05-10 08:11:57 +00:00 |
|
tianshujie
|
149cf806dd
|
* Modify an undefined variable name.
|
2023-05-09 20:57:21 +08:00 |
|
zenggang
|
ac0233a604
|
* Edit task commonAction method
|
2023-05-09 12:44:08 +00:00 |
|
tianshujie
|
6c621e206c
|
* Delete the useless temporary variable $field.
|
2023-05-09 20:40:59 +08:00 |
|
tianshujie
|
695bbaa8ee
|
* Remove this unused "$field" local variable.
|
2023-05-09 20:27:49 +08:00 |
|
tianshujie
|
6476c6f96a
|
* Replace this use of "join" with "implode".
|
2023-05-09 20:27:07 +08:00 |
|
tianshujie
|
cda46267ed
|
* Change the bool judgment to strictly equal mode.
|
2023-05-09 20:25:12 +08:00 |
|
tianshujie
|
dcf345d871
|
* Change the comment format in zen.php.
|
2023-05-09 20:21:55 +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 |
|
tianshujie
|
8831a2740c
|
* Optimize code after code reviewing.
|
2023-05-09 18:11:38 +08:00 |
|
tianshujie
|
0c467b479d
|
* Optimize code after code reviewing.
|
2023-05-09 17:05:15 +08:00 |
|
tianshujie
|
c65e0902a7
|
* Optimize code after code reviewing.
|
2023-05-09 16:04:36 +08:00 |
|
tianshujie
|
14d558c1e0
|
* Optimize code after code reviewing.
|
2023-05-09 15:56:31 +08:00 |
|
liumengyi
|
5aad78362f
|
* Optimize code after code reviewing.
|
2023-05-09 15:43:45 +08:00 |
|
tianshujie
|
59f12781bf
|
* Optimized code logic.
|
2023-05-09 13:56:56 +08:00 |
|
tianshujie
|
a884aa145f
|
* Add test case for updatekanbandata method.
|
2023-05-09 13:40:45 +08:00 |
|
mayue
|
1a7e6153dd
|
* Change private to protected.
|
2023-05-09 05:20:18 +00:00 |
|
mayue
|
0c4577afd7
|
* Add unit test for afterSplitTask and optimized some codes.
|
2023-05-09 02:46:54 +00:00 |
|
zhouxin
|
7b67bf797e
|
* Add some dao determine for zen.php of task.
|
2023-05-08 11:51:31 +00:00 |
|