* Adjust order of scope list.

This commit is contained in:
zhouxin
2024-01-12 13:11:55 +08:00
parent e18b89c900
commit 7180dbcf42
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
$config->metric = new stdclass();
$config->metric->scopeList = array('system', 'program', 'product', 'project', 'execution', 'dept', 'user');
$config->metric->scopeList = array('program', 'project', 'product', 'execution', 'dept', 'user', 'system');
$config->metric->objectList = array('program', 'line', 'product', 'project', 'productplan', 'execution', 'release', 'story', 'requirement', 'task', 'bug', 'case', 'user', 'effort', 'doc', 'feedback', 'risk', 'issue', 'review');
$config->metric->purposeList = array('scale', 'qc', 'hour', 'cost', 'rate', 'time');
$config->metric->dateList = array('year', 'month', 'week', 'day');