From: Andrew S. <and...@pa...> - 2002-11-06 04:38:00
|
On Wed, 6 Nov 2002 00:19:47 +0100 > > Dennis, > > > > I picked up your tool today and have a few ideas you might consider > adding. > > In no particular order: > > > > 1. Convert between deadline and estimated project timelines. > > 2. The total time report for each task/project should also report > > time usage for each subtask recursively. This could also be broken > > down per person per task/project. The estimate stuff lacks a lot of functionality. It's not an area that anyone seems to be working on, and it really needs someone to work on it. > > 3. Even estimated tasks need a "I finished it!" button. :) After a bit of discussion on this list, I coded that one out for version 2. It's easy to reverse in the code. > > 4. Deleting a task fails, telling me there was nothing to do. I'm > running > > PHP 4.12 and PGSQL 7.2.1. Haven't looked into this too much... Umm yeah... Pushing the 'button' gives this - it's a bug. Choosing 'delete' from the menu on the left works O.K. I fixed the problem in CVS a few weeks back. The affected files are /tasks.php and /tasks/task_delete.php. The changes are just a couple of lines. > > 5. Task dependencies and being able to sort tasks based on > > dependency-driven work order would be cool! > > Hmmm... interesting idea. > > My team at work has recently grown to the point that we need a tool > > to > track > > our project development. I think what you've built so far will aid > > us a lot. Thanks for all your time and effort! > > > > Andrew |