This is a task tracking application.
It uses the notion of states to track a task through to completion,
and the notion of state transitions to limit what states a task can
go to from any state.
Each state also has a flag indicating whether or not that task is
in a resolved state or not. This allows for reporting on unresolved
vs resolved tasks for any time frame.
Each state has a date associated with it to determine when a task
reached that state, and tasks have a start date (automatically
assigned when opened), and a closed date (assigned when closed
or rejected).
It makes use of Postgres heavily, and requires exUserFolder.
There is no reporting, or public browser functions in this release. The public browser should be simple for those wanting that type of interface, as should a search facility.
Obligatory Screen Shot
|
Latest Release: |
0.5.1
|
Last Updated: |
2001-09-23 09:37:25 |
Author: |
TheJester
|
Categories: |
Developer |
Maturity: |
Stable |
|