Task Management is important in any project. By automating task
scheduling and assignment, projects can become more organized. This is
what the Task Manager Program does. The Task Manager Program is a set
of scripts written in Perl, that display output in a WWW Browser, like
Netscape. The scripts generate HTML code on the fly, providing tables
and buttons through which users can interact. HTML, which is the basis for
the Graphical User Interface, is easy to modify,
thereby making the Task Manager Program easy to customize to suit custom
environments. Also, since Netscape has been ported to all
platforms, the Task Manager will have the same look and feel on all
of those platforms.
-
- Task Management v.0.8.5
-
Features:
- 3 Classes of Users
- Administrator
- * Creates/Removes Users and Groups
- * Edit/Delete Tasks, Enhancements, Todos, and Dones
- User
- * Ability to be a member and leader of various groups
- * Ability to read tasks assigned to group
- * Ability to add task to groups they are leaders of
- Guest
- * Ability to read tasks of the groups they are members of
- Infinite Number of Project Groups
- Function to generate an easily readable printout of all tasks
Version 0.85 Design Documentation
- Task Management v0.9.
-
Design Documentation:
Implementation:
- The server was basically implemented in accordance to the original desing docs including the Design Amendments above.
- The GUI was paritally implemented but not full functional in accordance to the Original Design.
- See the README file in the development directory for the current state of the implementation.
- A HTTP Server with:
- Ability to execute CGI scripts
- Supports NCSA HTTP Style Authentication (including .htgroups)
- PERL version 4 or greater
- Unix Operating System (though it could easily be ported to NT)
Latest Available Version 0.8.5
- Tze-John Tang -- ttang@chisolutions.com
- Joseph W. Yoder -- yoder@cat.ncsa.uiuc.edu
- Lynn Y. Zhang -- lynn@cat.ncsa.uiuc.edu