Implementation
I have been assigned to look at streber and see how to update it so that it feets proxistep needs. So i would like to try an implementation of gantt diagrams. I am not aware of how to do it for the moment, but i will do my best.
What do you think of the idea?
from Axelle
I think the gantt diagrams are a huge tasks because it involves a lot of additional features:
- Task dependencies
- Information weather tasks are completed parallel or not (depending on assignment to person)
- Information for ordering tasks in time (order_id)
- either though ajax or though assigning date
- Functions to layout tasks in time
- Clarifying the usage for time information (see discussing tasks & time)
I would estimate that altogether it will be one or two months of work. And it will not be the easiest things to start with :)