NAME
App::HWD - How We Doin', the task tracking tool
VERSION
Version 0.12
SYNOPSIS
This module is nothing more than a place-holder for the version info and the TODO list.
TODO
Better documentation
Samples so that prospective users can see what it will do.
Tutorial showing different commands and output
Add support for HWDFILE environment variable so those of us who are only ever using one file don't have to keep retyping the name all the time.
Make sure a rollup task has no hours, and that any task with no hours has tasks below it.
Add support for changing estimates on a task
Open tasks are doubling up if two people have it open.
Show task history
Show tasks that are too big.
Show tasks that have gone over
Weekly burndown
The
--burndown
flag gives totals as they happen. I want them to give a Monday-morning total since I like to plot weekly, not daily.
FUNCTIONS
These functions are used by hwd, but are kept here so I can easily test them.
get_tasks_and_work( @tasks )
Reads tasks and work, and applies the work to the tasks.
Returns references to @tasks
, @work
, %tasks_by_id
and @errors
.
AUTHOR
Andy Lester, <andy at petdance.com>
BUGS
Please report any bugs or feature requests to bug-app-hwd at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-HWD. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
ACKNOWLEDGEMENTS
Thanks to Neil Watkiss and Luke Closs for features and patches.
COPYRIGHT & LICENSE
Copyright 2005 Andy Lester, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.