| 1 |
$Id: $
|
| 2 |
|
| 3 |
Tasks.module by Jake Gordon (jakeg)
|
| 4 |
A tasklist module
|
| 5 |
|
| 6 |
FEATURES
|
| 7 |
|
| 8 |
- A collaborative tasklist
|
| 9 |
- Assigning tasks to users
|
| 10 |
- Colour coding of tasks by user
|
| 11 |
- Ordering of tasks
|
| 12 |
- Tasks completion dates
|
| 13 |
- Unlimited sub-task(list)s
|
| 14 |
|
| 15 |
|
| 16 |
REQUIREMENTS
|
| 17 |
|
| 18 |
- Drupal 4.7
|
| 19 |
- MySQL as your database engine (for .install file to create required database table)
|
| 20 |
|
| 21 |
INSTALLATION
|
| 22 |
|
| 23 |
- Copy files to your module directory
|
| 24 |
- Turn the module on at admin/modules
|
| 25 |
- should automatically create teh necessary database table if using MySQL
|
| 26 |
- Give appropriate permissions at admin/access
|
| 27 |
- Create your master tasklist at node/add/tasks
|
| 28 |
- The tasklist is viewable at /tasks, though this just redirects to the URL of your master tasklist node
|
| 29 |
|
| 30 |
(TIP: colour code tasks by user by going to user/[userid]/edit and changing your tasklist colour)
|