-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We are trying a new strategy to capitalize our development. Individual tasks will be marked as capitalized or not. At the end of the iteration the total velocity calculation will also include a sub calculation of the completed capitalized work. This commit: - Adds `sCapitalized` to the `Story` data type. It defaults to `False`. - We need to duplicate stat calculations for capitalized stories. The printing of stats and calculation of stats has been decoupled with the `CompletionStats` data type.
- Loading branch information
Showing
2 changed files
with
68 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters