We are using JS Gantt view on a Drupal 6 site based on Drupal commons.
We have created a custom content type for tasks.
We are using JS Gantt views; displaying the tasks and their progress works well.
We can't get the dependencies to appear. OUr task content type has a node reference (of another task) as 'predecessor' field. When we map this field to the 'Depends on ID field', nothing happens.
I'd also be interested to use the Parent ID function. What are requirements there? IN our case we'd prefer the parent to be a group (open groups) node. Is that possible?
Comments
Comment #1
danepowell commentedNote that I am no longer actively maintaining this module- jcmartinez may be actively maintaining it, judging by the commit log. I haven't used it in years actually, so my memory is a bit fuzzy. IIRC, dependencies may be entirely broken depending on which version of the jsGantt library you use. Assuming dependencies work at all, though, the 'parent id' would need to be the node ID (nid) of the parent node.
Comment #2
jandekezel commentedThank you Dane. We have mapped a node ID to the 'parent id' field. Since you indicate that the version of jsGannt may be the cause, I'll try to find a working version :-?
Comment #3
danepowell commentedYeah- the reason I abandoned this project initially is because the upstream library appeared to be abandoned as well. I haven't checked lately to see if development has resumed- perhaps it has. That would be pretty awesome, since I think both the jsGantt library and this module had great potential and community support.
You might check out what kind of work jcmartinez is putting into it as well.