ChiliProject is not maintained anymore.
Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and
we urge all existing users to migrate their data to a maintained
system, e.g. Redmine. We will
provide a migration script later. In the meantime, you can use the
instructions by
Christian Daehn.
Forums » Develop »
EVM and Gantt chart
Added by Tiago Franco at 2011-08-03 10:18 am
Hi,
I'm an heavy user of Redmine, and I use it to manage a 7 people team with several projects. Complexity is growing and I need to work out some enhancements on the processes that we're using.
- EVM - I need to put Earned Value Management techniques in the process - adding CPI and SPI is a start and probably enhancing the project dashboard to show on-schedule and on-cost indicators too
- Gantt - I really need to put an editable Gantt into place - currently is almos impossible to replan a project
With this said, what are the opinion of the Cilli Project members regarding these features? Is it something desirable to be placed in the project plan (i.e. future features) or should I start thinking in a plugin based approach?
Thanks,
Tiago Franco
Tiago Franco wrote:
- EVM - I need to put Earned Value Management techniques in the process - adding CPI and SPI is a start and probably enhancing the project dashboard to show on-schedule and on-cost indicators too
Since I've never heard of EVM, CPI, or SPI I don't think those are generic concepts that would fit in the core. A plugin approach would probably be best.
- Gantt - I really need to put an editable Gantt into place - currently is almos impossible to replan a project
An editable Gantt would be nice to have in the core. I don't think doing it through a plugin would be the best approach so I'd recommend you create a core patch for this.
Eric Davis
Eric Davis wrote:
Tiago Franco wrote:
- Gantt - I really need to put an editable Gantt into place - currently is almos impossible to replan a project
An editable Gantt would be nice to have in the core. I don't think doing it through a plugin would be the best approach so I'd recommend you create a core patch for this.
Agreed from me too ;)
References for starting points: patch #2024 for feature #1806, both on redmine.org.