tianshujie
|
cb762c8653
|
* Move the getTeamByTask method into model.php.
|
2023-11-16 11:05:27 +08:00 |
|
caoyanyi
|
af44720e67
|
* Replace YY/MM/DD to YYYY-MM-DD.
|
2023-09-18 09:54:37 +08:00 |
|
tianshujie
|
c43b54f0fe
|
* Add getUnfinishTasks method and delete fetchByID method.
|
2023-08-29 11:21:29 +08:00 |
|
tianshujie
|
aea676f15d
|
* Move the file location of the case.
|
2023-08-25 11:23:38 +08:00 |
|
tianshujie
|
009d814722
|
* Change the case of the getleftafterdeleteworkhour file.
|
2023-08-24 11:06:46 +08:00 |
|
tianshujie
|
bc571f9def
|
* Change the case of the gettaskafterdeleteworkhour file.
|
2023-08-24 10:56:06 +08:00 |
|
tianshujie
|
149e082fbb
|
+ Add user data.
|
2023-08-24 10:56:06 +08:00 |
|
tianshujie
|
6cd737b5b5
|
* Format data.
|
2023-08-24 10:47:05 +08:00 |
|
tianshujie
|
9061b1fc6d
|
* Change the case of the checkworkhour file.
|
2023-08-24 10:40:32 +08:00 |
|
tianshujie
|
0970349080
|
* Fix the project data for the case.
|
2023-08-24 10:30:45 +08:00 |
|
caoyanyi
|
6b8063abc3
|
* Change unit test data.
|
2023-08-24 09:58:32 +08:00 |
|
dingguodong
|
0ca5c16fe2
|
+ Add unit test for getting task after deleting workhour.
|
2023-08-22 13:49:51 +08:00 |
|
tianshujie
|
ec2b549095
|
+ Add case for the task module.
|
2023-08-22 13:23:19 +08:00 |
|
dingguodong
|
5bd1185380
|
+ Add unit test for getting the left after deleting workhour.
|
2023-08-22 13:10:07 +08:00 |
|
tianshujie
|
13e5adf2e6
|
* Refactor getFinishedUsers method.
|
2023-08-22 09:23:11 +08:00 |
|
tianshujie
|
74c77b18cd
|
+ Add test case of the cancelparenttask.
|
2023-08-18 10:28:02 +08:00 |
|
tianshujie
|
b3469cd6b2
|
* Change the test case of the updatechildrenbyparent.
|
2023-08-18 10:28:02 +08:00 |
|
tianshujie
|
267ea7e58d
|
+ Add test case for updateChildrenByParent method.
|
2023-08-18 10:03:06 +08:00 |
|
tianshujie
|
65c56bbc78
|
* Change the test case.
|
2023-08-17 15:33:44 +08:00 |
|
zhaoke
|
96896a74ce
|
* Add unit test of taskTao-updateTaskByChildAndStatus.
|
2023-06-09 15:20:39 +08:00 |
|
zhaoke
|
3927306ae3
|
* Add unit test of taskTao-createupdateparenttaskaction.
|
2023-06-09 15:20:39 +08:00 |
|
zhaoke
|
fd03511a2f
|
* Add unit test of taskTao-getParentStatusById.
|
2023-06-09 15:20:39 +08:00 |
|
sunguangming
|
f450d6c0ba
|
* Add task::buildtaskforupdateeffort unit test.
|
2023-06-05 15:22:57 +08:00 |
|
sunguangming
|
164271bf5d
|
* Add task::updateeffort unit test.
|
2023-06-05 14:04:44 +08:00 |
|
sunguangming
|
f044ad9de1
|
* Add getteammembersbyidlist unit test.
|
2023-06-01 14:27:29 +08:00 |
|
caoyanyi
|
a3163f0892
|
+ Add test data for test case.
|
2023-06-01 13:39:31 +08:00 |
|
caoyanyi
|
612c5041c1
|
+ Add unit test for resetEffortLeft method.
|
2023-05-31 09:24:06 +08:00 |
|
sunguangming
|
da4a055aac
|
* Add updateteambyeffort unit test.
|
2023-05-30 13:16:26 +08:00 |
|
sunguangming
|
367ebbafdb
|
* Add buildworkhour unit test.
|
2023-05-30 10:01:32 +08:00 |
|
sunguangming
|
49ce1980da
|
* Add buildtaskforeffort unit test.
|
2023-05-30 09:38:17 +08:00 |
|
sunguangming
|
b96c0fe4cb
|
* Modify unit test.
|
2023-05-30 09:38:17 +08:00 |
|
sunguangming
|
43cf4a11f7
|
* Modify unit test script.
|
2023-05-29 17:28:40 +08:00 |
|
sunguangming
|
f9693fb766
|
* Add task-tao checkworkhour unit test.
|
2023-05-29 16:51:36 +08:00 |
|
tianshujie
|
5fe315c2f4
|
* Refactor getByList method of task module.
|
2023-05-29 11:02:28 +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 |
|
tianshujie
|
56ab6327c2
|
* Refactor batch create method and add test case for batch create task.
|
2023-05-24 14:00:49 +08:00 |
|
sunguangming
|
7b45a6c9bf
|
* Format task edit method, modify unit test script.
|
2023-05-23 16:54:41 +08:00 |
|
sunguangming
|
02596e0665
|
* Add task doUpdate unit test.
|
2023-05-23 15:27:41 +08:00 |
|
tianshujie
|
9ccb7325ed
|
+ Add test case for setteammember method.
|
2023-05-19 13:32:39 +08:00 |
|
tianshujie
|
071292b3fa
|
* Modify test case for managetaskteam and settaskfiles method.
|
2023-05-19 11:31:31 +08:00 |
|
caoyanyi
|
f72943e61c
|
* Change testcase for managetaskteammember method.
|
2023-05-18 16:53:08 +08:00 |
|
tianshujie
|
23ad9b6b96
|
* Refactor the create task method.
|
2023-05-18 13:16:18 +08:00 |
|
tianshujie
|
075dd67719
|
+ Add unit tests for the task start method.
|
2023-05-15 14:16:14 +08:00 |
|
tianshujie
|
17a16097d4
|
* Modify test case for task method.
|
2023-05-11 20:44:29 +08:00 |
|
mayue
|
3a7cf4bde6
|
+ Add unit test for splitconsumedtask.
|
2023-05-10 10:31:34 +00:00 |
|
zenggang
|
59313eefd4
|
* Edit task edit ui and adjust code style
|
2023-05-10 09:57:44 +00:00 |
|
zhouxin
|
5bee0aae7c
|
* Add unit test for updateLastEdited of taskTao.
|
2023-05-10 06:32:46 +00:00 |
|
zhouxin
|
0474b90e3b
|
* Add unit test for checkHasChildren of taskTao.
|
2023-05-10 03:30:13 +00:00 |
|
zhouxin
|
b7304a2f7b
|
* Add unit test for fetchbyid of taskTao.
|
2023-05-10 02:44:18 +00:00 |
|