+ [task#145330] add the comments for scale_of_verified_story_in_execution metric.

This commit is contained in:
wangzemei
2025-06-17 10:03:28 +08:00
parent af1cee1c94
commit e382007ec0
@@ -1,4 +1,23 @@
<?php
/**
* 按执行统计的已验收的研发需求规模数。
* Scale of verified story in execution.
*
* 范围:execution
* 对象:story
* 目的:scale
* 度量名称:按执行统计的已验收的研发需求规模数
* 单位:个
* 描述:按执行统计的已验收的研发需求规模数是指执行中已验收的研发需求的数量。这个度量项可以反映执行的进展。已验收的研发需求规模数越多,说明执行团队在该时间段内取得了更多的研发成果。
* 定义:执行中所处阶段为已验收、交付中、已交付、已发布和关闭原因为已完成的研发需求规模数求和;过滤父研发需求;过滤已删除的研发需求;过滤已删除产品的研发需求;过滤已删除的执行;
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @author Zemei Wang <wangzemei@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_verified_story_in_execution extends baseCalc
{
public $dataset = '';