A web app to manage tasks with dependencies between them
Emmanuel BENOîT
fd50fda73a
Task views now include the list of dependencies and reverse dependencies. In addition, it is impossible to mark a task as completed if it has unsatisfied dependencies, and it is impossible to re-activate a task that has completed reverse dependencies. |
||
---|---|---|
arse@b80ac7ee91 | ||
database | ||
includes | ||
site | ||
.gitignore | ||
.gitmodules | ||
database.sql | ||
README |
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