- State “DONE” from “TODO” [2015-01-07 Wed 19:22]
- Note taken on [2015-01-06 mar. 18:19]
pandoc could be installed as a binary - Note taken on [2015-01-06 mar. 17:13]
Add README.txt to the distribution
$ sudo python setup.py install
Traceback (most recent call last):
File "setup.py", line 32, in <module>
long_description=open('README.txt').read(),
IOError: [Errno 2] No such file or directory: 'README.txt'
AN05392S@U1404:/media/sf_Personnel/ESPACE_KM/python-gantt
- Group have children
- Task do not have children
- State “DONE” from “TODO” [2015-01-09 Fri 22:41]
Support common tags with http://orgmode.org/worg/org-tutorials/org-taskjuggler.html
- State “DONE” from “TODO” [2015-01-06 mar. 17:04]
- State “DONE” from “TODO” [2015-01-09 Fri 22:40]
- The ORDERED property which allows you to state that the child tasks have to be completed in the order they appear (top most first).
- The BLOCKER property which allows you to state that a task depends on either a previous sibling (“previous-sibling”) or any other task by stating the task_id property of the predecessor
- [ ] Effort
- [ ] task_id
- [ ] resource_id
- [X] scheduling / dependencies / deadline / effort
- State “DONE” from “TODO” [2015-01-06 mar. 17:40]
- State “DONE” from “TODO” [2015-01-06 mar. 17:40]
use yield ?
in order to have a task defined after. > just an additional recommendation: For longer Task titles, they don’t fit well into the barchart itself. > This is in particular the case when times are short (few months in my case). It would be therefore best, > if all Task names would be simply aligned as a list left to the actual diagram (like a row label). > Hope you understand what I mean.is there a way to specify a special class of Tasks, namely a milestone? Typically these are shown as diamonds.
Started : a milestone is on 3 lines.
- for milestone itself
- for task depending on milestone
I changed “tx = 5” to “tx = 20”. I would suggest to make this horizontal offset an attribute of the project class. Then one can specify it as a property of each project.
exemple : http://www.4csys.com/images/gantt_chart_2.jpg / http://www.4csys.com/gantt_chart.htm