Weighed Averages for Story Completion
Brought to you by:
choucrouteman
This patch will allow you to change the calculation of
the story completion. Until now, the completion was
calculated as an average of task completions, which was
unrealistic if the weights of the individual tasks
varied widely.
I've added an option in Config.inc.php
defineOnce("XP_WEIGHED_STORY_COMPLETION", false);
If this is set to true in Config_local.inc.php, a
weighed average based on the calculated weight of each
task is used instead.
Use the "patch" utility to apply. Based on release 3.3.1
Patch