* [misc] add scale_of_developed_story_in_product.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
class scale_of_developed_story_in_product extends baseCalc
|
||||
{
|
||||
public $dataset = 'getDevStories';
|
||||
|
||||
public $fieldList = array('t1.estimate', 't1.product', 't1.stage', 't1.closedReason');
|
||||
|
||||
public $result = array();
|
||||
|
||||
public function calculate($row)
|
||||
{
|
||||
}
|
||||
|
||||
public function getResult($options = array())
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user