A web app to manage tasks with dependencies between them
Find a file
Emmanuel BENOîT 56741bccaa Task assignment
Tasks can be assigned to users. An user may decide to "claim" a task
directly, which will assign the task to him. Otherwise, it is possible
to set some arbitrary user as the assignee or remove the assignee
completely through the edition form.

Marking a task as completed will remove the assignee, while
re-activating a task will assign it to the user who re-activated it.

Also, fixed a bug which allowed a completed task to be edited.
2012-02-06 16:54:20 +01:00
arse@c73baa8488 Arse update 2012-02-06 15:07:12 +01:00
database Task assignment 2012-02-06 16:54:20 +01:00
includes Task assignment 2012-02-06 16:54:20 +01:00
site Task assignment 2012-02-06 16:54:20 +01:00
.gitignore Initial import of tasks application 2012-02-05 18:47:04 +01:00
.gitmodules Initial import of tasks application 2012-02-05 18:47:04 +01:00
database.sql Database creation script fixed 2012-02-06 15:05:15 +01:00
README Initial import of tasks application 2012-02-05 18:47:04 +01:00

Requires PostgreSQL 9.0+

1) Copy/rename database/config-sample.sql to database/config.sql,
2) Set the web app's user name and the database's name in database/config.sql,
3) Run the database.sql script from psql,
4) Copy/rename includes/config-sample.inc.php to includes/config.inc.php,
5) Set user name / password in includes/config.inc.php