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 |
|
sunguangming
|
a730ccbdab
|
* Refactor cancel method(model) of task.
|
2023-05-24 11:27:59 +08:00 |
|
sunguangming
|
a22043c4ed
|
* Sort functions of tao.
|
2023-05-23 14:18:38 +08:00 |
|
sunguangming
|
ddeba408ce
|
* Fix code error.
|
2023-05-23 10:15:58 +08:00 |
|
tianshujie
|
e12e2de645
|
* Correct the wrong word.
|
2023-05-18 13:24:49 +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 |
|
zenggang
|
2a95898346
|
* Task activate model method and unit
|
2023-05-15 08:33:48 +00:00 |
|
tianshujie
|
0a30c7158b
|
* Refactor the start method of the task module.
|
2023-05-15 14:16:14 +08:00 |
|
tianshujie
|
17a16097d4
|
* Modify test case for task method.
|
2023-05-11 20:44:29 +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 |
|
hufangzhou
|
e6500c0828
|
* Add English comments for task-batchCreate.
|
2023-05-10 20:11:05 +08:00 |
|
mayue
|
3a7cf4bde6
|
+ Add unit test for splitconsumedtask.
|
2023-05-10 10:31:34 +00:00 |
|
zhouxin
|
c9d73347b2
|
* Batch change stdClass() to stdclass().
|
2023-05-10 08:26:54 +00:00 |
|
zhouxin
|
ecbe4acc67
|
* Refactor fetchByID method of taskTao.
|
2023-05-10 02:58:52 +00:00 |
|
hufangzhou
|
fa68bd7cd0
|
* Remove the checkrequired4batchcreate function from tao to model.
|
2023-05-10 09:04:08 +08:00 |
|
liumengyi
|
95feefaf78
|
* Converts taskID to int.
|
2023-05-09 21:01:37 +08:00 |
|
liumengyi
|
11f8d9d1de
|
* Replace " to '.
|
2023-05-09 20:52:16 +08:00 |
|
tianshujie
|
01be1a637b
|
* Remove this unused "$i" local variable.
|
2023-05-09 20:26:29 +08:00 |
|
tianshujie
|
cda46267ed
|
* Change the bool judgment to strictly equal mode.
|
2023-05-09 20:25:12 +08:00 |
|
tianshujie
|
52c615524e
|
* Modify the format of comments in the tao.php file.
|
2023-05-09 20:21:55 +08: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 |
|
zhouxin
|
bec459dc6f
|
* Order methods for tao.php of task.
|
2023-05-09 08:55:01 +00:00 |
|
zhouxin
|
1588881bf4
|
* Add updateLastEdited and getTeamInfo method, add commit.
|
2023-05-09 08:34:49 +00:00 |
|
liumengyi
|
5aad78362f
|
* Optimize code after code reviewing.
|
2023-05-09 15:43:45 +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 |
|
zhouxin
|
3638e3dcb5
|
* Add doUpdate method for task.
|
2023-05-08 13:05:08 +00:00 |
|
zhouxin
|
3a19cf7713
|
* Add some methods for tao.php of task.
|
2023-05-08 11:40:40 +00:00 |
|
tianshujie
|
dd14441419
|
* Modify function comment of tao.php.
|
2023-05-08 19:01:04 +08:00 |
|
liumengyi
|
7222a9e195
|
* Add unit-test of taskTao-manageTaskTeamMember.
|
2023-05-08 17:06:34 +08:00 |
|
tianshujie
|
140976a503
|
* Add test case for create method.
|
2023-05-08 15:07:06 +08:00 |
|