Due to lack of time and bad design choices, this project is abandoned, although I do plan on reviving it in some form once taskd is released.
task web
is a Django-based web front-end for taskwarrior.
Although it currently very much in it's infancy, the project is intended to allow
users to host a taskwarrior database for syncing with task merge
, as well as adding,
editing, and closing tasks through the web.
NOTE: task web
is not yet in a usable state and WILL CORRUPT YOUR TASK DATA
Make sure you have backups before testing the the task sync feature.
task web
isn't yet available on pypi, and setup.py
doesn't work quite yet, but if you
are willing to put up with a lot of bugs, just git pull
and configure it like any other
django project (customize settings.py
, set up http server, etc...).
task web
requires the following software:
- Add calendar view, and other useful taskwarrior charts/stats
- Better multi-user support
- Better tablet/mobile support
- Lots of usability enhancements
Any bugs can be reported on the github issue tracker.