* measurement: init metric files.

This commit is contained in:
zhouxin
2023-07-18 14:27:44 +08:00
parent a2cc3f8733
commit 25db9e33e6
76 changed files with 3297 additions and 0 deletions
@@ -0,0 +1,44 @@
<?php
/**
* 按全局统计的年度关闭项目的任务消耗工时数。
* consume_of_annual_closed_project.
*
* 范围:global
* 对象:project
* 目的:hour
* 度量名称:按全局统计的年度关闭项目的任务消耗工时数
* 单位:h
* 描述:按全局统计的年度关闭项目的任务消耗工时数是指在某年度关闭的项目中团队或组织实际花费的总工时数,用于完成任务。该度量项可以用来评估团队或组织在任务执行过程中的工时投入情况和对资源的利用效率。较高的年度关闭项目的任务消耗工时数可能需要审查工作流程和资源分配,以提高工作效率和进度控制。
* 定义:所有项目任务的消耗工时数求和
项目状态为已关闭
关闭时间为某年
过滤已删除的项目
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class consume_of_annual_closed_project extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,44 @@
<?php
/**
* 按全局统计的月度关闭项目的任务消耗工时数。
* consume_of_monthly_closed_project.
*
* 范围:global
* 对象:project
* 目的:hour
* 度量名称:按全局统计的月度关闭项目的任务消耗工时数
* 单位:h
* 描述:按全局统计的月度关闭项目的任务消耗工时数是指团队或组织在某月内预计需要花费的总工时数,用于完成任务。该度量项可以用来评估团队或组织在任务执行过程中的工时投入情况和对资源的利用效率。较高的月度关闭项目的任务消耗工时数可能需要审查工作流程和资源分配,以提高工作效率和进度控制。
* 定义:所有项目任务消耗工时数求和
项目状态为已关闭
关闭时间为某年某月
过滤已删除的项目
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class consume_of_monthly_closed_project extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,44 @@
<?php
/**
* 按全局统计的年度关闭项目的任务预计工时数。
* estimate_of_annual_closed_project.
*
* 范围:global
* 对象:project
* 目的:hour
* 度量名称:按全局统计的年度关闭项目的任务预计工时数
* 单位:个
* 描述:按全局统计的年度关闭项目的任务预计工时数是指团队或组织在某年度预计需要花费的总工时数。该度量项可以用来评估团队或组织在任务完成方面的工时规划和估算准确性。较准确的年度完成任务预计工时数可以帮助团队更好地安排资源和时间,提高任务的完成效率和进度控制。
* 定义:所有项目任务的预计工时数求和
项目状态为已关闭
关闭时间为某年
过滤已删除的项目
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class estimate_of_annual_closed_project extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,44 @@
<?php
/**
* 按全局统计的年度已关闭项目投入总人天。
* hour_of_annual_closed_project.
*
* 范围:global
* 对象:project
* 目的:hour
* 度量名称:按全局统计的年度已关闭项目投入总人天
* 单位:人天
* 描述:按全局统计的年度关闭项目投入总人天是指在某年度关闭项目的团队总共投入的工作天数。该度量项可以用来评估项目的人力资源投入情况。投入总人天的增加可能意味着项目投入的工作时间和资源的增加。
* 定义:复用:
按全局统计的年度关闭项目消耗工时数
公式:
按全局统计的年度关闭项目投入总人天=按全局统计的年度已关闭项目任务的消耗工时数/后台配置的每天可用工时
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class hour_of_annual_closed_project extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,45 @@
<?php
/**
* 按全局统计的年度研发需求交付率。
* rate_of_annual_delivered_story.
*
* 范围:global
* 对象:story
* 目的:rate
* 度量名称:按全局统计的年度研发需求交付率
* 单位:%
* 描述:按全局统计的研发需求交付率表示按全局统计的年度已交付的研发需求规模数相对于按全局统计的有效研发需求数。这个度量项衡量了研发团队按时交付年度需求的能力。交付率越高,代表研发团队能够按时将年度需求交付给其他团队,实现年度目标的实现。
* 定义:复用:
按产品统计的年度交付研发需求数
按产品统计的年度有效研发需求数
公式:
按产品统计的年度研发需求完成率=按产品统计的年度交付研发需求数/按产品统计的年度有效研发需求数*100%
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class rate_of_annual_delivered_story extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,45 @@
<?php
/**
* 按全局统计的年度研发需求完成率。
* rate_of_annual_finished_story.
*
* 范围:global
* 对象:story
* 目的:rate
* 度量名称:按全局统计的年度研发需求完成率
* 单位:%
* 描述:按全局统计的研发需求完成率表示按全局统计的年度已完成的研发需求数相对于按全局统计的有效研发需求数。这个指标衡量了整体研发团队在完成年度研发需求方面的效率和质量。完成率越高,说明研发团队能够按时完成年度目标,并且需求达到预期的质量标准。
* 定义:复用:
按全局统计的年度完成研发需求数
按全局统计的年度有效研发需求数
公式:
按全局统计的年度研发需求完成率=按全局统计的年度完成研发需求数/按全局统计的年度有效研发需求数*100%
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class rate_of_annual_finished_story extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,45 @@
<?php
/**
* 按全局统计的年度完成项目中项目的延期完成率。
* rate_of_delayed_project_which_finished.
*
* 范围:global
* 对象:project
* 目的:rate
* 度量名称:按全局统计的年度完成项目中项目的延期完成率
* 单位:个
* 描述:按全局统计的年度完成项目中项目的延期完成率是指按全局统计的年度完成项目中延期完成项目数与关闭项目数之比。这个度量项可以帮助团队评估某年度项目按期关闭的能力和效果,并作为项目管理的绩效指标之一。较高的延期完成率可能需要团队关注项目计划和资源安排的问题。
* 定义:复用:
按全局统计的年度关闭项目数
按全局统计的年度延期关闭项目数
公式:
按全局统计的年度项目延期关闭率=按全局统计的年度延期关闭项目数/按全局统计的年度关闭项目数
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class rate_of_delayed_project_which_finished extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,45 @@
<?php
/**
* 按全局统计的研发需求交付率。
* rate_of_delivered_story.
*
* 范围:global
* 对象:story
* 目的:rate
* 度量名称:按全局统计的研发需求交付率
* 单位:%
* 描述:按全局统计的研发需求交付率表示按全局统计的已交付的研发需求数相对于按全局统计的有效研发需求数。这个度量项衡量了研发团队按时交付需求的能力。交付率越高,代表研发团队能够按时将需求交付给其他团队,实现产品的正常发布。
* 定义:复用:
按全局统计的已交付研发需求数
按全局统计的有效研发需求数
公式:
按产品统计的研发需求完成率=按产品统计的已交付研发需求数/按产品统计的有效研发需求数*100%
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class rate_of_delivered_story extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,45 @@
<?php
/**
* 按全局统计的研发需求完成率。
* rate_of_finished_story.
*
* 范围:global
* 对象:story
* 目的:rate
* 度量名称:按全局统计的研发需求完成率
* 单位:%
* 描述:按全局统计的研发需求完成率表示按全局统计的已完成的研发需求数相对于按全局统计的有效研发需求数。这个指标反映了整体研发团队在完成研发需求方面的效率和质量。完成率越高,说明研发团队能够按时交付需求,并且需求达到预期的质量标准。
* 定义:复用:
按全局统计的完成研发需求数
按全局统计的有效研发需求数
公式:
按全局统计的研发需求完成率=按全局统计的已完成研发需求数/按全局统计的有效研发需求数*100%
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class rate_of_finished_story extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,45 @@
<?php
/**
* 按全局统计的年度完成项目中项目的按期完成率。
* rate_of_undelayed_project_which_finished.
*
* 范围:global
* 对象:project
* 目的:rate
* 度量名称:按全局统计的年度完成项目中项目的按期完成率
* 单位:个
* 描述:按全局统计的年度完成项目中项目的按期完成率是指按全局统计的年度完成项目中按期完成项目数与关闭项目数之比。这个度量项可以帮助团队评估某年度项目按期关闭的能力和效果,并作为项目管理的绩效指标之一。较高的按期完成率表示团队能够按时完成项目,说明对项目管理和交付能力较高。
* 定义:复用:
按全局统计的年度关闭项目数
按全局统计的年度完成项目中项目的按期完成率
公式:
按全局统计的年度项目按期关闭率=按全局统计的年度按时关闭项目数/按全局统计的年度关闭项目数
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class rate_of_undelayed_project_which_finished extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,43 @@
<?php
/**
* 按全局统计的年度关闭反馈数。
* count_of_annual_closed_feedback.
*
* 范围:global
* 对象:feedback
* 目的:scale
* 度量名称:按全局统计的年度关闭反馈数
* 单位:个
* 描述:按全局统计的年度关闭反馈数是指在某年度处理并关闭的用户反馈的数量。这个度量项可以帮助团队评估在某年度对用户反馈的响应能力和问题解决能力。较高的年度关闭反馈数可能暗示着团队能够高效地解决用户反馈并持续改进产品,提升用户满意度和产品质量。
* 定义:所有的反馈个数求和
关闭时间为某年
过滤已删除的反馈
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_annual_closed_feedback extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,44 @@
<?php
/**
* 按全局统计的年度结束产品数。
* count_of_annual_closed_product.
*
* 范围:global
* 对象:product
* 目的:scale
* 度量名称:按全局统计的年度结束产品数
* 单位:个
* 描述:按全局统计的年度结束产品数表示每年停止研发和运营的产品数量。此度量项反映了组织每年停止研发和运营的产品数量,可以用于评估组织的产品组合调整和战略转型情况。
* 定义:所有的产品个数求和
关闭时间为某年
过滤已删除的产品
(过滤影子产品)
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_annual_closed_product extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,43 @@
<?php
/**
* 按全局统计的年度关闭计划数。
* count_of_annual_closed_productplan.
*
* 范围:global
* 对象:productplan
* 目的:scale
* 度量名称:按全局统计的年度关闭计划数
* 单位:个
* 描述:按全局统计的年度关闭计划数表示每年关闭的计划数量。该度量项反映了组织每年关闭的计划数量,可以用于评估组织的计划管理效能和调整情况。
* 定义:所有的计划个数求和
关闭时间为某年
过滤已删除的计划
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_annual_closed_productplan extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,43 @@
<?php
/**
* 按全局统计的年度关闭项目数。
* count_of_annual_closed_project.
*
* 范围:global
* 对象:project
* 目的:scale
* 度量名称:按全局统计的年度关闭项目数
* 单位:个
* 描述:按全局统计的年度关闭项目数是指在某年度完成并关闭的项目数量。这个度量项可以帮助团队了解某年度项目的执行情况和成果,并进行项目交付能力的评估。较高的年度关闭项目数表明团队在项目交付方面具有较高的效率。
* 定义:所有的项目个数求和
关闭时间为某年
过滤已删除的项目
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_annual_closed_project extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,44 @@
<?php
/**
* 按全局统计的年度关闭一级项目集数。
* count_of_annual_closed_top_program.
*
* 范围:global
* 对象:program
* 目的:scale
* 度量名称:按全局统计的年度关闭一级项目集数
* 单位:个
* 描述:按全局统计的年度关闭一级项目集数表示每年结束并关闭的一级项目集的数量。此度量项反映了组织每年关闭的一级项目集数量,可以用于评估组织的项目管理的绩效和成果。
* 定义:所有的一级项目集的个数求和
关闭时间为某年
状态为已关闭
过滤已删除的项目集
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_annual_closed_top_program extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,43 @@
<?php
/**
* 按全局统计的年度新增反馈数。
* count_of_annual_created_feedback.
*
* 范围:global
* 对象:feedback
* 目的:scale
* 度量名称:按全局统计的年度新增反馈数
* 单位:个
* 描述:按全局统计的年度新增反馈数是指在某年度收集到的用户反馈的数量。这个度量项可以帮助团队了解用户对产品的发展趋势和需求变化,并进行产品策略的调整和优化。较高的年度新增反馈数可能暗示着产品的用户基础扩大或者功能迭代带来了更多用户参与。
* 定义:所有的反馈个数求和
创建时间为某年
过滤已删除的反馈
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_annual_created_feedback extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,44 @@
<?php
/**
* 按全局统计的年度新增产品数。
* count_of_annual_created_product.
*
* 范围:global
* 对象:product
* 目的:scale
* 度量名称:按全局统计的年度新增产品数
* 单位:个
* 描述:按全局统计的年度新增产品数表示每年新增加的产品数量。此度量项反映了组织每年新增加的产品数量,可以用于评估组织的产品创新能力和市场拓展情况。
* 定义:所有的产品个数求和
创建时间为某年
过滤已删除的产品
(过滤影子产品)
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_annual_created_product extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,43 @@
<?php
/**
* 按全局统计的年度新增计划数。
* count_of_annual_created_productplan.
*
* 范围:global
* 对象:productplan
* 目的:scale
* 度量名称:按全局统计的年度新增计划数
* 单位:个
* 描述:按全局统计的年度新增计划数表示每年新增加的计划数量。该度量项反映了组织在每年新增加的计划数量,可以用于评估组织的计划管理和战略规划情况。
* 定义:所有的计划个数求和
创建时间为某年
过滤已删除的计划
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_annual_created_productplan extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,43 @@
<?php
/**
* 按全局统计的年度新增项目数。
* count_of_annual_created_project.
*
* 范围:global
* 对象:project
* 目的:scale
* 度量名称:按全局统计的年度新增项目数
* 单位:个
* 描述:按全局统计的年度新增项目数是指某年度新启动的项目数量。这个度量项可以帮助团队了解某年度的项目规模和工作负荷,以及项目管理和资源分配的需求。较高的年度新增项目数可能需要团队根据资源和能力进行优先级和规划管理。
* 定义:所有的项目个数求和
创建时间为某年
过滤已删除的项目
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_annual_created_project extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,43 @@
<?php
/**
* 按全局统计的年度新增发布数。
* count_of_annual_created_release.
*
* 范围:global
* 对象:release
* 目的:scale
* 度量名称:按全局统计的年度新增发布数
* 单位:个
* 描述:按全局统计的年度新增发布数表示每年新增加的发布数量。该度量项反映了组织每年增加的发布数量,可以用于评估组织产品发布的速度和规模。
* 定义:所有的发布个数求和
发布时间为某年
过滤已删除的发布
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_annual_created_release extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,43 @@
<?php
/**
* 按全局统计的年度新增研发需求数。
* count_of_annual_created_story.
*
* 范围:global
* 对象:story
* 目的:scale
* 度量名称:按全局统计的年度新增研发需求数
* 单位:个
* 描述:按全局统计的年度新增研发需求数表示每年新增加的研发需求的数量。该度量项反映了组织每年新增加的研发需求数量,可以用于评估组织的研发需求增长和规模扩展情况。
* 定义:所有的研发需求个数求和
创建时间为某年
过滤已删除的研发需求
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_annual_created_story extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,43 @@
<?php
/**
* 按全局统计的年度新增一级项目集数。
* count_of_annual_created_top_program.
*
* 范围:global
* 对象:program
* 目的:scale
* 度量名称:按全局统计的年度新增一级项目集数
* 单位:个
* 描述:按全局统计的年度新增一级项目集数表示每年新建立的一级项目集的数量。此度量项反映了组织每年新开展的重要项目集数量,可以用于评估组织的项目管理的扩张和战略规划情况。
* 定义:所有的一级项目集的个数求和
创建时间为某年
过滤已删除的项目集
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_annual_created_top_program extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,42 @@
<?php
/**
* 按全局统计的年度交付研发需求数。
* count_of_annual_delivered_story.
*
* 范围:global
* 对象:story
* 目的:scale
* 度量名称:按全局统计的年度交付研发需求数
* 单位:个
* 描述:按全局统计的年度交付研发需求数表示每年交付的研发需求的数量。该度量项反映了组织每年交付给用户的研发需求数量,可以用于评估组织的研发需求交付效能和效果。
* 定义:所有的所处阶段为已发布且发布时间为某年或关闭原因为已完成且关闭时间为某年的研发需求个数求和
过滤已删除的研发需求
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_annual_delivered_story extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,43 @@
<?php
/**
* 按全局统计的年度完成计划数。
* count_of_annual_finished_productplan.
*
* 范围:global
* 对象:productplan
* 目的:scale
* 度量名称:按全局统计的年度完成计划数
* 单位:个
* 描述:按全局统计的年度完成计划数表示每年完成的计划数量。该度量项反映了组织每年完成的计划数量,可以用于评估组织的计划管理绩效和成果。
* 定义:所有的计划个数求和
完成时间为某年
过滤已删除的计划
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_annual_finished_productplan extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,44 @@
<?php
/**
* 按全局统计的年度完成研发需求数。
* count_of_annual_finished_story.
*
* 范围:global
* 对象:story
* 目的:scale
* 度量名称:按全局统计的年度完成研发需求数
* 单位:个
* 描述:按全局统计的年度完成研发需求数表示每年完成的研发需求的数量。该度量项反映了组织每年完成的研发需求数量,可以用于评估组织的研发需求完成能力和绩效。
* 定义:所有的研发需求个数求和
关闭时间为某年
关闭原因为已完成
过滤已删除的研发需求
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_annual_finished_story extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,43 @@
<?php
/**
* 按全局统计的已关闭反馈数。
* count_of_closed_feedback.
*
* 范围:global
* 对象:feedback
* 目的:scale
* 度量名称:按全局统计的已关闭反馈数
* 单位:个
* 描述:按全局统计的已关闭反馈数是指已经处理完毕并关闭的用户反馈的数量。这个度量项可以反映团队对用户反馈的关注度和处理效率。较高的已关闭反馈总数可能意味着团队能够及时响应用户反馈,并持续改进产品以解决用户问题。
* 定义:所有的反馈个数求和
状态为已关闭
过滤已删除的反馈
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_closed_feedback extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,44 @@
<?php
/**
* 按全局统计的结束的产品数。
* count_of_closed_product.
*
* 范围:global
* 对象:product
* 目的:scale
* 度量名称:按全局统计的结束的产品数
* 单位:个
* 描述:按全局统计的结束的产品数表示已经停止研发和运营的产品数量。此度量项反映了组织中已经停止研发和运营的产品数量,可以用于评估组织的产品生命周期管理和战略调整。
* 定义:所有产品的个数求和
状态为结束
过滤已删除的产品
(过滤影子产品)
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_closed_product extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,43 @@
<?php
/**
* 按全局统计的所有层级已关闭项目集数。
* count_of_closed_program.
*
* 范围:global
* 对象:program
* 目的:scale
* 度量名称:按全局统计的所有层级已关闭项目集数
* 单位:个
* 描述:按全局统计的已关闭项目集总数表示已关闭的项目集数量。此度量项反映了组织过去一段时间内关闭的项目集数量,可以用于评估组织的项目管理成果。
* 定义:所有项目集的个数求和
状态为已关闭
过滤已删除的项目集
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_closed_program extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,43 @@
<?php
/**
* 按全局统计的已关闭项目数。
* count_of_closed_project.
*
* 范围:global
* 对象:project
* 目的:scale
* 度量名称:按全局统计的已关闭项目数
* 单位:个
* 描述:按全局统计的已关闭项目数是指已经完成并关闭的项目数量。这个度量项可以帮助团队了解已经完成的项目数量和整体的项目执行情况。
* 定义:所有的项目个数求和
状态为已关闭
过滤已删除的项目
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_closed_project extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,43 @@
<?php
/**
* 按全局统计的已关闭研发需求数。
* count_of_closed_story.
*
* 范围:global
* 对象:story
* 目的:scale
* 度量名称:按全局统计的已关闭研发需求数
* 单位:个
* 描述:按全局统计的已关闭研发需求数表示已经关闭的研发需求的数量。该度量项反映了组织中已经关闭的研发需求的数量,可以用于评估组织的研发需求管理绩效和成果。
* 定义:所有的研发需求个数求和
状态为已关闭
过滤已删除的研发需求
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_closed_story extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,43 @@
<?php
/**
* 按全局统计的已关闭一级项目集数。
* count_of_closed_top_program.
*
* 范围:global
* 对象:program
* 目的:scale
* 度量名称:按全局统计的已关闭一级项目集数
* 单位:个
* 描述:按全局统计的已关闭一级项目集总数表示已关闭的一级项目集数量。此度量项反映了组织中已关闭的一级项目集数量,可以用于评估组织的项目集管理绩效和成果。
* 定义:所有一级项目集的个数求和
状态为已关闭
过滤已删除的项目集
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_closed_top_program extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,44 @@
<?php
/**
* 按全局统计的完成项目中延期完成项目数。
* count_of_delayed_project.
*
* 范围:global
* 对象:project
* 目的:scale
* 度量名称:按全局统计的完成项目中延期完成项目数
* 单位:个
* 描述:按全局统计的完成项目中延期完成项目数是指超过预定计划时间而关闭的项目数量。这个度量项可以帮助团队评估项目的时间管理和执行能力,并识别延期原因并采取适当措施。较高的延期完成项目数可能需要团队关注项目计划和资源安排的问题。
* 定义:所有的项目个数求和
状态为已关闭
完成日期>项目启动时的计划截止日期
过滤已删除的项目
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_delayed_project extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,45 @@
<?php
/**
* 按全局统计的年度完成项目中延期完成项目数。
* count_of_delayed_project_which_finished.
*
* 范围:global
* 对象:project
* 目的:scale
* 度量名称:按全局统计的年度完成项目中延期完成项目数
* 单位:个
* 描述:按全局统计的年度完成项目中延期完成项目数是指在某年度完成的项目中按预定计划时间关闭的项目数量。这个度量项可以帮助团队评估某年度项目的时间管理和执行能力,并识别延期原因并采取适当措施。较高的延期关闭项目数可能需要团队关注项目计划和资源安排的问题。
* 定义:复用:
按全局统计的年度关闭项目数
按全局统计的每年完成项目中按期完成项目数
公式:
按全局统计的年度延期完成项目数=按全局统计的年度关闭项目数-按全局统计的每年完成项目中按期完成项目数
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_delayed_project_which_finished extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,42 @@
<?php
/**
* 按全局统计的已交付研发需求数。
* count_of_delivered_story.
*
* 范围:global
* 对象:story
* 目的:scale
* 度量名称:按全局统计的已交付研发需求数
* 单位:个
* 描述:按全局统计的已交付研发需求数表示已交付给用户的研发需求的数量。该度量项反映了组织中已经交付给用户的研发需求的数量,可以用于评估组织的研发需求交付能力和合作效果。
* 定义:所有的所处阶段为已发布或关闭原因为已完成的研发需求个数求和
过滤已删除的研发需求
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_delivered_story extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,43 @@
<?php
/**
* 按全局统计的所有层级进行中项目集数。
* count_of_doing_program.
*
* 范围:global
* 对象:program
* 目的:scale
* 度量名称:按全局统计的所有层级进行中项目集数
* 单位:个
* 描述:按全局统计的进行中项目集总数表示当前正在进行中的项目集数量。此度量项反映了组织当前正在进行中的项目集数量,可以用于评估组织的项目集管理进展和资源分配情况。
* 定义:所有项目集的个数求和
状态为进行中
过滤已删除的项目集
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_doing_program extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,43 @@
<?php
/**
* 按全局统计的进行中项目数。
* count_of_doing_project.
*
* 范围:global
* 对象:project
* 目的:scale
* 度量名称:按全局统计的进行中项目数
* 单位:个
* 描述:按全局统计的进行中项目数是指目前正在进行中的项目数量。这个度量项可以帮助团队了解当前正在进行的工作量和资源分配情况,以及项目的执行进度和效率。
* 定义:所有的项目个数求和
状态为进行中
过滤已删除的项目
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_doing_project extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,43 @@
<?php
/**
* 按全局统计的反馈总数。
* count_of_feedback.
*
* 范围:global
* 对象:feedback
* 目的:scale
* 度量名称:按全局统计的反馈总数
* 单位:个
* 描述:按全局统计的反馈总数是指收集到的所有用户反馈的数量。这个度量项可以帮助团队了解用户对产品的关注点和问题,并作为改进产品质量和用户满意度的依据。较高的反馈总数可能暗示着用户的活跃度和关注度较高,需要团队及时响应和处理,同时暗示产品问题可能有很多。
* 定义:所有的反馈个数求和
过滤已删除的反馈
过滤已删除的产品
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_feedback extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,43 @@
<?php
/**
* 按全局统计的已完成计划数。
* count_of_finished_productplan.
*
* 范围:global
* 对象:productplan
* 目的:scale
* 度量名称:按全局统计的已完成计划数
* 单位:个
* 描述:按全局统计的已完成计划数表示已经完成的计划数量。该度量项反映了组织中已经完成的计划数量,可以用于评估组织的计划执行能力和绩效。
* 定义:所有计划的个数求和
状态为已完成
过滤已删除的计划
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_finished_productplan extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,43 @@
<?php
/**
* 按全局统计的已完成研发需求数。
* count_of_finished_story.
*
* 范围:global
* 对象:story
* 目的:scale
* 度量名称:按全局统计的已完成研发需求数
* 单位:个
* 描述:按全局统计的已完成研发需求数表示已经完成的研发需求的数量。该度量项反映了组织中已经完成的研发需求的数量,可以用于评估组织的研发需求执行能力和绩效。
* 定义:所有的研发需求个数求和
关闭原因为已完成
过滤已删除的研发需求
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_finished_story extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,44 @@
<?php
/**
* 按全局统计的无效研发需求数。
* count_of_invalid_story.
*
* 范围:global
* 对象:story
* 目的:scale
* 度量名称:按全局统计的无效研发需求数
* 单位:个
* 描述:按全局统计的无效研发需求数是指被判定为无效的研发需求数量。无效需求可能包括重复需求、不可实现的需求、或者与产品策略和目标不符的需求。通过对无效需求的统计,可以帮助团队优化需求管理和筛选机制,以提高需求有效性和资源利用率。较高的无效需求数量可能需要对需求收集和评估流程进行改进。
* 定义:所有的研发需求个数求和
关闭原因为重复、不做、设计如此和已取消
过滤已删除的研发需求
过滤已删除的产品
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_invalid_story extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,42 @@
<?php
/**
* 按全局统计的产品线总数。
* count_of_line.
*
* 范围:global
* 对象:line
* 目的:scale
* 度量名称:按全局统计的产品线总数
* 单位:个
* 描述:按全局统计的产品线总数表示整个组织中的产品线数量。此度量项反映了组织的产品线广度,可以用于评估组织的产品组合策略和业务发展方向。
* 定义:所有产品线的个数求和
过滤已删除的产品线
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_line extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,42 @@
<?php
/**
* 按全局统计的里程碑发布总数。
* count_of_marker_release.
*
* 范围:global
* 对象:release
* 目的:scale
* 度量名称:按全局统计的里程碑发布总数
* 单位:个
* 描述:按全局统计的里程碑发布总数表示在发布中的重要里程碑的数量。该度量项反映了组织在发布中所设定的重要里程碑的数量,可以用于评估组织在产品发布过程中的进展和跟踪。
* 定义:所有的里程碑发布个数求和
过滤已删除的发布
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_marker_release extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,43 @@
<?php
/**
* 按全局统计的月度关闭项目数。
* count_of_monthly_closed_project.
*
* 范围:global
* 对象:project
* 目的:scale
* 度量名称:按全局统计的月度关闭项目数
* 单位:个
* 描述:按全局统计的年度关闭项目数是指在某月度关闭的项目数量。这个度量项可以帮助团队了解某年度项目的执行情况和成果,并进行项目交付能力的评估。较高的年度关闭项目数表明团队在项目交付方面具有较高的效率。
* 定义:所有的项目个数求和
关闭时间为某年某月
过滤已删除的项目
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_monthly_closed_project extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,43 @@
<?php
/**
* 按全局统计的月度新增项目数。
* count_of_monthly_created_project.
*
* 范围:global
* 对象:project
* 目的:scale
* 度量名称:按全局统计的月度新增项目数
* 单位:个
* 描述:按全局统计的月度新增项目数是指在某月度新启动的项目数量。这个度量项可以帮助团队了解某年度项目规模和工作负荷,以及项目管理和资源分配的需求。较高的年度新增项目数可能需要团队根据资源和能力进行优先级和规划管理。
* 定义:所有的项目个数求和
创建时间为某年某月
过滤已删除的项目
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_monthly_created_project extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,43 @@
<?php
/**
* 按全局统计的月度新增发布数。
* count_of_monthly_created_release.
*
* 范围:global
* 对象:release
* 目的:scale
* 度量名称:按全局统计的月度新增发布数
* 单位:个
* 描述:按全局统计的月度新增发布数表示每月新增加的发布数量。该度量项反映了组织每月增加的发布数量,可以用于评估组织产品发布的周期和频率。
* 定义:所有的发布个数求和
发布时间为某年某月
过滤已删除的发布
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_monthly_created_release extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,43 @@
<?php
/**
* 按全局统计的月度新增研发需求数。
* count_of_monthly_created_story.
*
* 范围:global
* 对象:story
* 目的:scale
* 度量名称:按全局统计的月度新增研发需求数
* 单位:个
* 描述:按全局统计的月度新增研发需求数表示每月新增加的研发需求的数量。该度量项反映了组织每月新增加的研发需求数量,可以用于评估组织的研发需求增长趋势和紧迫性。
* 定义:所有的研发需求个数求和
创建时间为某年某月
过滤已删除的研发需求
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_monthly_created_story extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,44 @@
<?php
/**
* 按全局统计的月度完成研发需求数。
* count_of_monthly_finished_story.
*
* 范围:global
* 对象:story
* 目的:scale
* 度量名称:按全局统计的月度完成研发需求数
* 单位:个
* 描述:按全局统计的月度完成研发需求数表示每月完成的研发需求的数量。该度量项反映了组织每月完成的研发需求数量,可以用于评估组织的研发需求完成情况和效率。
* 定义:所有的研发需求个数求和
关闭时间为某年某月
关闭原因为已完成
过滤已删除的研发需求
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_monthly_finished_story extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,44 @@
<?php
/**
* 按全局统计的正常的产品数。
* count_of_normal_product.
*
* 范围:global
* 对象:product
* 目的:scale
* 度量名称:按全局统计的正常的产品数
* 单位:个
* 描述:按全局统计的正常的产品数表示处于正常状态的产品数量。此度量项反映了组织中处于正常研发和运营状态的产品数量,可以用于评估组织的研发能力和运营能力。
* 定义:所有产品的个数求和
状态为正常
过滤已删除的产品
(过滤影子产品)
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_normal_product extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,43 @@
<?php
/**
* 按全局统计的产品总数。
* count_of_product.
*
* 范围:global
* 对象:product
* 目的:scale
* 度量名称:按全局统计的产品总数
* 单位:个
* 描述:按全局统计的产品总数表示整个组织中的产品数量。此度量项反映了组织所提供的产品数量,可以用于评估组织的产品组合的规模和多样性。
* 定义:所有产品的个数求和
过滤已删除的产品
(过滤影子产品)
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_product extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,42 @@
<?php
/**
* 按全局统计的计划总数。
* count_of_productplan.
*
* 范围:global
* 对象:productplan
* 目的:scale
* 度量名称:按全局统计的计划总数
* 单位:个
* 描述:按全局统计的计划总数表示整个组织中产品计划的数量。该度量项反映了组织中所有计划的总数,包括正在进行中的计划和已经完成的计划,可以用于评估组织的计划管理情况。
* 定义:所有的计划的个数求和
过滤已删除的计划
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_productplan extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,42 @@
<?php
/**
* 按全局统计的所有层级的项目集总数。
* count_of_program.
*
* 范围:global
* 对象:program
* 目的:scale
* 度量名称:按全局统计的所有层级的项目集总数
* 单位:个
* 描述:按全局统计的项目集总数表示在整个组织范围内的项目集数量。此度量项反映了整个组织所管理的项目集数量。可以作为评估组织规模和复杂度的指标。
* 定义:所有项目集的个数求和
过滤已删除的项目集
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_program extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,42 @@
<?php
/**
* 按全局统计的项目总数。
* count_of_project.
*
* 范围:global
* 对象:project
* 目的:scale
* 度量名称:按全局统计的项目总数
* 单位:个
* 描述:按全局统计的项目总数是指目前系统内的总项目数量。这个度量项可以帮助团队了解当前的项目规模和工作量,并作为项目管理的基础数据之一。项目总数可以涉及不同状态的项目,包括未开始、进行中、已挂起和已关闭的项目。
* 定义:所有的项目个数求和
过滤已删除的项目
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_project extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,42 @@
<?php
/**
* 按全局统计的发布总数。
* count_of_release.
*
* 范围:global
* 对象:release
* 目的:scale
* 度量名称:按全局统计的发布总数
* 单位:个
* 描述:按全局统计的发布总数表示整个组织的总发布数量。该度量项反映了组织总共发布的产品或服务的数量,可以用于评估组织的产品发布活动和战略。
* 定义:所有的发布个数求和
过滤已删除的发布
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_release extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,42 @@
<?php
/**
* 按全局统计的研发需求总数。
* count_of_story.
*
* 范围:global
* 对象:story
* 目的:scale
* 度量名称:按全局统计的研发需求总数
* 单位:个
* 描述:按全局统计的研发需求总数表示组织中的研发需求的总数。该度量项反映了组织中所有研发需求的数量,可以用于评估组织的研发活动和需求管理能力。
* 定义:所有的研发需求个数求和
过滤已删除的研发需求
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_story extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,43 @@
<?php
/**
* 按全局统计的所有层级已挂起项目集数。
* count_of_suspended_program.
*
* 范围:global
* 对象:program
* 目的:scale
* 度量名称:按全局统计的所有层级已挂起项目集数
* 单位:个
* 描述:按全局统计的已挂起项目集总数表示被暂时中止或搁置的项目集数量。此度量项反映了组织中因为各种原因而被暂时搁置的项目集数量,可以用于评估组织的项目集管理的风险和不确定性。
* 定义:所有项目集的个数求和
状态为已挂起
过滤已删除的项目集
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_suspended_program extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,43 @@
<?php
/**
* 按全局统计的已挂起项目数。
* count_of_suspended_project.
*
* 范围:global
* 对象:project
* 目的:scale
* 度量名称:按全局统计的已挂起项目数
* 单位:个
* 描述:按全局统计的已挂起项目数是指因某种原因而暂停或停滞的项目数量。这个度量项可以帮助团队了解存在的挂起项目的数量和原因,并进行适当的调整和解决。
* 定义:所有的项目个数求和
状态为已挂起
过滤已删除的项目
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_suspended_project extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,42 @@
<?php
/**
* 按全局统计的一级项目集总数。
* count_of_top_program.
*
* 范围:global
* 对象:program
* 目的:scale
* 度量名称:按全局统计的一级项目集总数
* 单位:个
* 描述:按全局统计的一级项目集总数表示组织中处于一级层级的项目集数量。此度量项反映了组织中一级项目集的数量,可以用于评估组织的项目集管理的结构和层级划分。
* 定义:所有一级项目集的个数求和
过滤已删除的项目集
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_top_program extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,45 @@
<?php
/**
* 按全局统计的未关闭项目数。
* count_of_unclosed_project.
*
* 范围:global
* 对象:project
* 目的:scale
* 度量名称:按全局统计的未关闭项目数
* 单位:个
* 描述:按全局统计的未关闭项目数是指在特定时间范围内未开始或仍然在进行中的项目数量。这个度量项可以衡量项目管理和执行的效率。
* 定义:复用:
按全局统计的已关闭项目数
按全局统计的项目总数
公式:
按全局统计的未关闭项目数=按全局统计的项目总数-按全局统计的已关闭项目数
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_unclosed_project extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,44 @@
<?php
/**
* 按全局统计的未关闭研发需求数。
* count_of_unclosed_story.
*
* 范围:global
* 对象:story
* 目的:scale
* 度量名称:按全局统计的未关闭研发需求数
* 单位:个
* 描述:按全局统计的未关闭研发需求数表示尚未完成的研发需求的数量。该度量项反映了组织中尚未完成并关闭的研发需求的数量,可以用于评估组织的研发需求执行进展和挑战。
* 定义:复用:
按全局统计的研发需求总数
按全局统计的已关闭研发需求数
公式:按全局统计的未关闭研发需求数=按全局统计的研发需求总数-按全局统计的已关闭研发需求数
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_unclosed_story extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,44 @@
<?php
/**
* 按全局统计的未关闭一级项目集数。
* count_of_unclosed_top_program.
*
* 范围:global
* 对象:program
* 目的:scale
* 度量名称:按全局统计的未关闭一级项目集数
* 单位:个
* 描述:按全局统计的未关闭一级项目集总数表示未关闭的一级项目集数量。此度量项反映了组织中未关闭的一级项目集数量,可以用于评估组织的项目集管理的进展和挑战。
* 定义:复用:
按全局统计的一级项目集总数
按全局统计的已关闭一级项目集数
公式:按全局统计的未关闭一级项目集数=按全局统计的一级项目集总数-按全局统计的已关闭一级项目集数
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_unclosed_top_program extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,44 @@
<?php
/**
* 按全局统计的完成项目中按期完成项目数。
* count_of_undelayed_project.
*
* 范围:global
* 对象:project
* 目的:scale
* 度量名称:按全局统计的完成项目中按期完成项目数
* 单位:个
* 描述:按全局统计的完成项目中按期关闭项目数是指按预定计划时间关闭的项目数量。这个度量项可以帮助团队评估项目的时间管理和执行能力。较高的按期关闭项目数表示团队能够按时交付项目,有助于保持项目进展和客户满意度。
* 定义:所有的项目个数求和
状态为已关闭
完成日期<=项目启动时的计划截止日期
过滤已删除的项目
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_undelayed_project extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,44 @@
<?php
/**
* 按全局统计的年度启动项目中按期完成项目数。
* count_of_undelayed_project_which_started.
*
* 范围:global
* 对象:project
* 目的:scale
* 度量名称:按全局统计的年度启动项目中按期完成项目数
* 单位:个
* 描述:按全局统计的年度启动项目中按期完成项目数是指在某年度启动的项目中按预定计划时间关闭的项目数量。这个度量项可以帮助团队评估某年度项目的时间管理和执行能力,并衡量项目的进展和交付效果。较高的按时关闭项目数表明团队能够按时交付项目,有助于保持项目的正常进行和客户满意度。
* 定义:所有的项目个数求和
启动时间为某年
完成日期<=项目启动时的计划截止日期(根据历史记录推算)
过滤已删除的项目
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_undelayed_project_which_started extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,45 @@
<?php
/**
* 按全局统计的未完成计划数。
* count_of_unfinished_productplan.
*
* 范围:global
* 对象:productplan
* 目的:scale
* 度量名称:按全局统计的未完成计划数
* 单位:个
* 描述:按全局统计的未完成计划数表示未完成的计划数量。该度量项反映了组织中未完成的计划数量,可以用于评估组织的计划执行进展和挑战。
* 定义:复用:
按全局统计的已完成计划数
按全局统计的计划总数
公式:
按全局统计的未完成计划数=按全局统计的计划总数-按全局统计的已完成计划数
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_unfinished_productplan extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,45 @@
<?php
/**
* 按全局统计的有效研发需求数。
* count_of_valid_story.
*
* 范围:global
* 对象:story
* 目的:scale
* 度量名称:按全局统计的有效研发需求数
* 单位:个
* 描述:按全局统计的有效研发需求数是指被确认为有效的研发需求数量。有效需求指的是符合产品策略和目标,可以实施并且对用户有价值的需求。通过对有效需求的统计,可以帮助团队评估产品需求的质量和重要性,并进行优先级排序和资源分配。较高的有效需求数量通常表示产品的功能和特性满足了用户和市场的期望,有利于实现产品的成功交付和用户满意度。
* 定义:复用:
按全局统计的无效研发需求数
按全局统计的研发需求总数
公式:
按全局统计的有效研发需求数=按全局统计的研发需求总数-按全局统计的无效研发需求数
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_valid_story extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,43 @@
<?php
/**
* 按全局统计的所有层级未开始项目集数。
* count_of_wait_program.
*
* 范围:global
* 对象:program
* 目的:scale
* 度量名称:按全局统计的所有层级未开始项目集数
* 单位:个
* 描述:按全局统计的未开始项目集总数表示尚未开始的项目集数量。此度量项反映了组织中尚未开始实施的项目集数量,可以用于评估组织的项目集管理的计划和准备程度以及研发工作的规模。
* 定义:所有项目集的个数求和
状态为未开始
过滤已删除的项目集
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_wait_program extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,43 @@
<?php
/**
* 按全局统计的未开始项目数。
* count_of_wait_project.
*
* 范围:global
* 对象:project
* 目的:scale
* 度量名称:按全局统计的未开始项目数
* 单位:个
* 描述:按全局统计的未开始项目数是指目前未启动的项目数量。这个度量项可以帮助团队了解当前需要启动的项目数量和工作规划。
* 定义:所有的项目个数求和
状态为未开始
过滤已删除的项目
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class count_of_wait_project extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,43 @@
<?php
/**
* 按全局统计的年度关闭研发需求规模数。
* scale_of_annual_closed_story.
*
* 范围:global
* 对象:story
* 目的:scale
* 度量名称:按全局统计的年度关闭研发需求规模数
* 单位:个
* 描述:按全局统计的年度关闭研发需求规模数表示某年度关闭的研发需求的规模总数。该度量项反映了组织每年关闭的研发需求的规模总数,可以用于评估组织的研发需求规模管理和调整情况。
* 定义:所有的研发需求规模数求和
关闭时间为某年
过滤已删除的研发需求
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class scale_of_annual_closed_story extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,42 @@
<?php
/**
* 按全局统计的年度交付研发需求规模数。
* scale_of_annual_delivered_story.
*
* 范围:global
* 对象:story
* 目的:scale
* 度量名称:按全局统计的年度交付研发需求规模数
* 单位:个
* 描述:按全局统计的年度交付研发需求规模数表示某年度交付的研发需求的规模总数。该度量项反映了组织每年交付给其他团队或部门的研发需求的规模总数,可以用于评估组织的研发需求交付管理和效果。
* 定义:所有的所处阶段为已发布且发布时间为某年或关闭原因为已完成且关闭时间为某年的研发需求规模数求和
过滤已删除的研发需求
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class scale_of_annual_delivered_story extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,44 @@
<?php
/**
* 按全局统计的年度完成研发需求规模数。
* scale_of_annual_finished_story.
*
* 范围:global
* 对象:story
* 目的:scale
* 度量名称:按全局统计的年度完成研发需求规模数
* 单位:个
* 描述:按全局统计的年度完成研发需求规模数表示某年度完成的研发需求的规模总数。该度量项反映了组织每年完成的研发需求的规模总数,可以用于评估组织的研发需求规模管理和效果。
* 定义:所有的研发需求规模数求和
关闭时间为某年
关闭原因为已完成
过滤已删除的研发需求
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class scale_of_annual_finished_story extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,43 @@
<?php
/**
* 按全局统计的已完成研发需求规模数。
* scale_of_finished_story.
*
* 范围:global
* 对象:story
* 目的:scale
* 度量名称:按全局统计的已完成研发需求规模数
* 单位:个
* 描述:按全局统计的已完成研发需求规模数表示已经完成的研发需求的规模总数。该度量项反映了组织已经完成的研发需求的规模总数,可以用于评估组织的研发需求规模管理和成果。
* 定义:所有的研发需求规模数求和
关闭原因为已完成
过滤已删除的研发需求
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class scale_of_finished_story extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,44 @@
<?php
/**
* 按全局统计的无效研发需求规模数。
* scale_of_invalid_story.
*
* 范围:global
* 对象:story
* 目的:scale
* 度量名称:按全局统计的无效研发需求规模数
* 单位:个
* 描述:按全局统计的无效研发需求数是指被判定为无效的研发需求数量。无效需求可能包括重复需求、不可实现的需求、或者与产品策略和目标不符的需求。通过对无效需求的统计,可以帮助团队优化需求管理和筛选机制,以提高需求有效性和资源利用率。较高的无效需求数量可能需要对需求收集和评估流程进行改进。
* 定义:所有的研发需求规模数求和
关闭原因为重复、不做、设计如此和已取消
过滤已删除的研发需求
过滤已删除的产品
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class scale_of_invalid_story extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,43 @@
<?php
/**
* 按全局统计的月度关闭研发需求规模数。
* scale_of_monthly_closed_story.
*
* 范围:global
* 对象:story
* 目的:scale
* 度量名称:按全局统计的月度关闭研发需求规模数
* 单位:个
* 描述:按全局统计的月度关闭研发需求规模数表示某月度关闭的研发需求的规模总数。该度量项反映了组织每月关闭的研发需求的规模总数,可以用于评估组织的研发需求规模管理和调整情况。
* 定义:所有的研发需求规模数求和
关闭时间为某年某月
过滤已删除的研发需求
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class scale_of_monthly_closed_story extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,42 @@
<?php
/**
* 按全局统计的月度交付研发需求规模数。
* scale_of_monthly_delivered_story.
*
* 范围:global
* 对象:story
* 目的:scale
* 度量名称:按全局统计的月度交付研发需求规模数
* 单位:个
* 描述:按全局统计的月度交付研发需求数表示某月度交付的研发需求的数量。该度量项反映了组织每月交付给用户的研发需求数量,可以用于评估组织的研发需求交付效能和效果。
* 定义:所有的所处阶段为已发布且发布时间为某年某月或关闭原因为已完成且关闭时间为某年某月的研发需求规模数求和
过滤已删除的研发需求
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class scale_of_monthly_delivered_story extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,44 @@
<?php
/**
* 按全局统计的月度完成研发需求规模数。
* scale_of_monthly_finished_story.
*
* 范围:global
* 对象:story
* 目的:scale
* 度量名称:按全局统计的月度完成研发需求规模数
* 单位:个
* 描述:按全局统计的月度完成研发需求规模数表示某月度完成的研发需求的规模总数。该度量项反映了组织每月完成的研发需求的规模总数,可以用于评估组织的研发需求规模管理和效果。
* 定义:所有的研发需求规模数求和
关闭时间为某年某月
关闭原因为已完成
过滤已删除的研发需求
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class scale_of_monthly_finished_story extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,42 @@
<?php
/**
* 按全局统计的所有研发需求规模数。
* scale_of_story.
*
* 范围:global
* 对象:story
* 目的:scale
* 度量名称:按全局统计的所有研发需求规模数
* 单位:个
* 描述:按全局统计的所有研发需求规模数表示研发需求的规模总数。该度量项反映了组织研发需求的规模总数,可以用于评估组织的研发需求规模管理和成果。
* 定义:所有的研发需求规模数求和
过滤已删除的研发需求
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class scale_of_story extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}
@@ -0,0 +1,45 @@
<?php
/**
* 按全局统计的有效研发需求规模数。
* scale_of_valid_story.
*
* 范围:global
* 对象:story
* 目的:scale
* 度量名称:按全局统计的有效研发需求规模数
* 单位:个
* 描述:按全局统计的有效研发需求数是指被确认为有效的研发需求数量。有效需求指的是符合产品策略和目标,可以实施并且对用户有价值的需求。通过对有效需求的统计,可以帮助团队评估产品需求的质量和重要性,并进行优先级排序和资源分配。较高的有效需求数量通常表示产品的功能和特性满足了用户和市场的期望,有利于实现产品的成功交付和用户满意度。
* 定义:复用:
按全局统计的无效研发需求规模数
按全局统计的研发需求规模数
公式:
按全局统计的有效研发需求数=按全局统计的研发需求规模数-按全局统计的无效研发需求规模数
* 度量库:
* 收集方式:realtime
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author qixinzhi <qixinzhi@easycorp.ltd>
* @package
* @uses func
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @Link https://www.zentao.net
*/
class scale_of_valid_story extends baseCalc
{
public $dataset = null;
public $fieldList = array();
//public funtion getStatement($dao)
//{
//}
public function calculate($data)
{
}
public function getResult($options = array())
{
return $this->filterByOptions($this->result, $options);
}
}