Commit Graph
907 Commits
Author SHA1 Message Date
wangyidong 9062dc6871 * Fix syntax error. 2023-05-24 08:45:03 +08:00
wangyidong d6bb573f56 * Add declare(strict_types=1). 2023-05-23 17:24:05 +08:00
sunhao 795b4583f4 * make executions updated by project change in batch form. 2023-05-23 16:59:04 +08:00
wangyidong 884a6483f0 * Change deleteById to deleteByID. 2023-05-23 14:55:51 +08:00
chentao cf29a06b58 * Implements prduct lines maintenance of product module. 2023-05-23 13:18:53 +08:00
wangyidong 8be8581673 * Remove function getAllExecutionPairsByProduct and replaced by getExecutionPairsByProduct. 2023-05-22 15:11:11 +08:00
wangyidong d7f37bde29 * Remove uid param. use $this->post->uid. 2023-05-22 15:10:08 +08:00
wangyuting 75101081b7 * Enable normal display of product dashboards. 2023-05-22 10:46:28 +08:00
chentao 743632fd74 * Rename the buildSearch4Browse function to buildSearchForBrowse. 2023-05-22 09:26:05 +08:00
Guanxiying a995c89ee3 * Optimize getStats function of productModel. 2023-05-19 16:21:45 +08:00
dingguodong 9d7540053b - Remove return before $this->locate as it doesn't return anything. 2023-05-19 09:23:57 +08:00
dingguodong 78e90a646b * Correct the parameter of function and add return before $this->locate. 2023-05-19 09:08:29 +08:00
chentao 87ef60e098 * product: Directly get root programs from program module. 2023-05-18 17:41:20 +08:00
wangyidong 2a84bad724 * Move display from zen to control. 2023-05-18 17:19:45 +08:00
wangyidong 59e588797d * Code for edit product ui page. 2023-05-18 17:12:00 +08:00
chentao 3f002a6018 * product: Get root program list and render it to product list page. 2023-05-18 16:49:20 +08:00
wangyidong aaacd6a425 * Add param type. 2023-05-18 11:31:42 +08:00
zhouxin 9435469fad * Add method comment. 2023-05-18 01:34:35 +00:00
zhouxin f592d5720a * Add Chinese method comment. 2023-05-18 00:43:21 +00:00
wangyidong 5784e7134a * Remove view->position vars. 2023-05-17 13:30:41 +08:00
wangyidong 4f970b4c18 * Remove appendFlowFields function. 2023-05-17 13:28:51 +08:00
wangyidong 641723e531 * Fix for unchanged var. 2023-05-17 11:30:35 +08:00
wangyidong 006e4b190b * Put action from zen to model. 2023-05-17 11:25:24 +08:00
wangyidong 515f410eaf * Add return before send function. 2023-05-17 11:25:24 +08:00
wangyidong 6c0d79ebb5 * Rename prepareXxxExtras to buildProductForXxx. 2023-05-17 11:25:24 +08:00
wangyidong 7f1e8726ac * Refactor project function. 2023-05-17 09:31:51 +08:00
wangyidong 2d0924d60c * Add comment for why not use zget. 2023-05-17 09:31:51 +08:00
wangyidong 43d5ea640a * Adjust param type. 2023-05-17 09:31:51 +08:00
wangyidong 0b57afdbf4 * Optimize loadModel. 2023-05-17 09:31:51 +08:00
chentao f71871a6cc * product: refactor browse function. 2023-05-16 17:16:15 +08:00
chentao 813f0013da * product: Change parameter type of browse function. 2023-05-16 17:16:15 +08:00
wangyidong b1af5c3bfa * Rename getById to getByID. 2023-05-16 10:44:37 +08:00
wangyidong 56bb040021 * Modify function parameters. 2023-05-16 10:44:37 +08:00
wangyidong 087d8dd974 * Adjust code for product ajaxGetProductByID. 2023-05-16 10:44:37 +08:00
wangyidong 6cd8e2f1ed * Refactor productModel getProductPairsByProject method. 2023-05-16 09:42:57 +08:00
wangyidong f924429b35 * Rename sort to updateOrder. 2023-05-16 09:42:57 +08:00
wangyidong 426e638176 * Adjust code for product ajaxGetProducts method. 2023-05-16 09:42:57 +08:00
wangyidong 69057d831b * Split the database sorting part into the model. 2023-05-15 17:47:46 +08:00
wangyidong 293538260d * Change the method name updateOrder to sort for product module. 2023-05-15 17:47:46 +08:00
chentao 54983d5f32 * Change data of the all page of product module. 2023-05-15 16:38:24 +08:00
wangyidong 94db01b180 * Add data types of arguments for product whitelist. 2023-05-15 14:53:46 +08:00
chentao a935a6e4cd * product: change parameter type of all function. 2023-05-15 13:17:44 +08:00
wangyidong b551b9ce24 * Refactor product manageLine page. 2023-05-15 11:27:50 +08:00
wangyidong a6121fc504 * change for build manageLine page form. 2023-05-12 17:23:56 +08:00
chentao 1efcbc2f7a * product: refactor logic base on the suggestion from code review. 2023-05-12 15:34:07 +08:00
chentao 88e093ccbd * product: replace ?? with ?:. 2023-05-12 14:46:47 +08:00
chentao aa04ee1350 * product: use string as parameter type for all entry function. 2023-05-12 13:23:18 +08:00
wangyidong 0ddfc66e62 * Fix reviewed questions. 2023-05-11 21:01:52 +08:00
chentao b57f08d169 * product: refactor kanban function of control file. 2023-05-11 16:50:28 +08:00
chentao 673535a421 * product: refactor delete function. 2023-05-10 22:46:00 +08:00