Search found 3 matches

by eryjus
26 Sep 2005, 22:37
Forum: Customizations
Topic: Summary :: By Date (days)
Replies: 2
Views: 8227

More granular data by date

Version - 1.0.0rc2

I added the following code to separate the number of issues by the number of days open. Specifically, the value in "1" is the number of bugs open for 1 day or less. The value in the "2" row is the number of bugs open for 2 days or less. The issue I ran into was that a bug can ...
by eryjus
26 Sep 2005, 01:25
Forum: Customizations
Topic: Reporter Effectiveness Questions
Replies: 1
Views: 5983

Reporter Effectiveness Questions

I am wondering about what the intent of the calculations of the Reporter Effectiveness Section is?

Based on looking through the code, I notice that the Severity number is based on an aggregate of the severity of a bug multiplied by a qualifying factor. More severe bugs will carry a greater weight ...
by eryjus
26 Sep 2005, 01:00
Forum: Customizations
Topic: Summary :: By Date (days)
Replies: 2
Views: 8227

Summary :: By Date (days)

I noticed that there is a possibility for bugs to "fall off" the end of the "Summary by Date" chart when the bug has been open for more then 365 days.

The workaround for this is simple. In the config_inc.php file, I added the following line:

$g_date_partitions = array( 1, 2, 3, 7, 30, 60, 90, 180 ...