A web app to manage tasks with dependencies between them
Find a file
Emmanuel BENOîT d28f5741fe Initial sub-tasks support
In addition to normal dependencies, the application now supports
sub-tasks. Sub-tasks can be added into any existing task (including
other sub-tasks, Inception-style).

Dependencies can only be added between global tasks, or between
sub-tasks of the same task. It is no longer possible to mark a task as
finished if it has incomplete sub-tasks, and conversedly, it is not
possible to reactivate a sub-task if its parent is marked as completed.

A pair of buttons allowing tasks to be moved up and down in the task
hierarachy have been added.
2012-02-10 09:20:35 +01:00
arse@cdb2e952f5 Item name on "new task" form 2012-02-07 09:29:20 +01:00
database Initial sub-tasks support 2012-02-10 09:20:35 +01:00
includes Initial sub-tasks support 2012-02-10 09:20:35 +01:00
site Initial sub-tasks support 2012-02-10 09:20:35 +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 Initial sub-tasks support 2012-02-10 09:20:35 +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