Gantt Diagram

Gantt Diagram

- Joan Pallarès の投稿
返信数: 3
Hi, we are two UPF students (Barcelona, Spain) interested in developing a Gantt Diagram for the moodle timetable, where you could see the deadline of the activities and change it in a interactive way (maybe with AJAX).

We made a search in the forums and there where some topics talking about Gantt Diagram, specially this: task/bug tracker so we think we've arrived late, only making it with AJAX would be the  unique improvement. Should we consider it a new feature or integrate it into "task/bug tracker"?
Joan Pallarès への返信

Re: Gantt Diagram

- David Elfau の投稿
I've thought in making something similar.
The idea is making a module that allows you to see all the tasks in the course, with this you would be able to see when they start and finish
Changing it dinamically would be great too

Here you have a little diagram
添付 moodle.jpg
Joan Pallarès への返信

Re: Gantt Diagram

- Jeff Graham の投稿
The task/bug tracker uses jpgraph for the backend... it has some issues for licensing. It is free for non-commercial or educational use but requires a separate license for commercial use. I believe that this makes it incompatible with the GPL. 

Additionally the gantt chart only works for that custom module if you have jpgraph installed. Also since jpgraph renders a static image I'm not sure how you would use AJAX with this setup.

regards,
Jeff