Re: Sources of the "ttable" view
Benjamin BAYART <[email protected]> Thu, 24 Apr 2003 11:37:13 +0200
| Newsgroups | gmane.comp.gnome.apps.mr-project.devel |
|---|---|
| Message-ID | <[email protected]> |
Le Thu, Apr 24, 2003 at 11:13:25AM +0200, Richard Hult: > > > This view depends on several things in MrProject: > > - the mg-gantt-header > > - the mg-gantt-background > > - the mg-scale-utils > > - the task dialog > > - the resource dialog > > We should look into putting these things in a convenience library to use > across mrproject, perhaps. In the other view I'm working on, I reused the mg-ttable-tree and mg-ttable-model, since this is also a resource based view. Perhaps it would be of interest to have the trees in a convenient library: - mg-gantt-tree/model is task/task based - mg-ttable-tree/model is resource/assignment based - there can be a mg-resource-tree resource/resource based (hierarchy in the tree according to the group) - there can also be a task/assignment based tree, where one would see, for each task, who is working on it... Of course, all of those are not yet usefull in MrProject, but can become usefull for others views. Regards, Benjamin.