Changes between Version 4 and Version 5 of ProjectManagementIdeas


Ignore:
Timestamp:
Apr 16, 2009, 8:06:33 PM (15 years ago)
Author:
Olemis Lang
Comment:

Issues related to Gantt gadgets. Gantt chart also needs deps >:)

Legend:

Unmodified
Added
Removed
Modified
  • ProjectManagementIdeas

    v4 v5  
    1515 [http://willbarton.com/code/tracgantt/ TracGantt]:: has potential but has some funky fields (e.g., Due to Assign) that don't seem to be appropriate to what we want to do with a Gantt chart.
    1616
    17 There is a [http://www.viewpath.net/Website/ganttcharts/googlegadget.aspx Google Gadget Gantt chart] which might be leveraged for the visualizations once the data is made available.
     17There is a [http://www.viewpath.net/Website/ganttcharts/googlegadget.aspx Google Gadget Gantt chart] which might be leveraged for the visualizations once the data is made available. The chart is developped and maintained by a company (i.e. [http://www.viewpath.net/ ViewPath]). Besides users need access to the internet and their projects environments '''have to''' be available too so that the iGoogle container be able to retrieve the data to display in the chart. All this means that local deployments (intranets, ...) are not possible.
    1818
    1919= Requirements =
     
    134134 1. Specify the interfaces necessary for a Gantt chart to get data from tickets.
    135135   * Each task must have a name, duration, percent complete, and start or end. (The start or end comes from schedule calculations, not direct ticket data.)
     136   * Access to dependencies between tickets is also needed so as to render the chart.
    136137 1. Implement those interfaces on top of TimingAndEstimationPlugin.
    137138