* Adjust order of scope list.
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user