The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.08 - 2005-08-30

  • THINGS THAT MIGHT BREAK YOUR CODE
    • Dates must now be in YYYY-MM-DD format.
  • ENHANCEMENTS
    • Added --todo option to show only those items needing to be done.
    • Now handles fractional estimates.
    • Now handles deletion dates. We don't DO anything with them, but they're legal, and burndown ignores them.
    • Franctional estimates and velocities in the main listing now show as "+" rather than the decimals. For example, "12" shows as "12", but "12.5" shows as "12+".
  • FIXES
    • No longer double-counts tasks worked on by multiple people in --started.
    • Doesn't print a total when a --started person is specified.

Changes for version 0.07_01 - 2005-08-17

  • THINGS THAT MIGHT BREAK YOUR CODE
    • Previously, a task that was added after coding started was noted like this:
      • --Implement widget (#251, 4hrs, @11/7/05)
      • Now, we use the word "added" instead of "@"
        • --Implement widget (#251, 4hrs, added 11/7/05)
  • ENHANCEMENTS
    • Added whitespace to --started output.
    • Gives total points open on --started.
  • FIXES
    • Fixed potentially destructive bug in a test file:
      • unlink($started, qr#Chimp is working on.+ 107 - Refactor \(1/1\)#s);
      • That "unlink" is, of course, supposed to be "unlike". OOPS!
  • INTERNALS
    • Removed code for handling --detail_level
    • bin/hwd now has no globals.
    • Added many items to TODO list.

Documentation

hwd
The How We Doin'? project tracking tool
Create burndown charts from hwd burndown output

Modules

The great new App::HWD!
Tasks for HWD
Work completed on HWD projects

Examples