Date index for Nov 2003
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [achievo] Plans for Achievo
Hi,
Chris Cameron wrote:
Are there any plans to be able to show graphs of actual and estimated times
for project phases?
So much plans, and so little time.. :)
Looking at the code it doesn't seem too difficult if one knew the database
structure! Or am I oversimplifying whatever it is I'm seeing?
It's not too difficult indeed I think.
Have a look at modules/graph/attributes/class.datagraphattribute.inc.
It's one of the few well documented utility classes, and quite a
powerful one. Allows you to plot a graph with only very little
implementation. In short, you only implement the retrieval of the data
and the graphattribute does the rest.
In modules/project/class.projectstats.inc, you'll find several example
usages of this attribute. (In the application, those graphs can be seen
in the 'project statistics' menu item.)
As for the databasemodel, we have one for version 0.8 on
http://www.achievo.org/development/documentation. It changed a bit in
Achievo 1.0, but not the project and time registration parts.
Greetings,
Ivo