Vote #72665
完了Gantt progress lines (html only)
80%
説明
This is a patch for trunk r10659.
Taken from the "MS Project functionality descrition":http://office.microsoft.com/en-us/project-help/about-progress-lines-HP001045770.aspx:
??For the status date (today) of your project, it draws a progress line connecting in-progress tasks and tasks that should have started, creating a graph on the Gantt Chart with peaks pointing to the left for work that is behind schedule and peaks pointing to the right for work that is ahead of schedule.
The distance from the vertical line to the peak indicates the degree to which the task is ahead of or behind schedule as of the progress or status date.??
!gantt-progress-line-html.png!
journals
+1
--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
Could you please describe the purpose?
To draw the critical path?
--------------------------------------------------------------------------------
Etienne Massip wrote:
> Could you please describe the purpose?
Microsoft Project has same feature. Please check the following url for the description of progress lines.
http://office.microsoft.com/en-us/project-help/about-progress-lines-HP001045770.aspx
--------------------------------------------------------------------------------
I didn't even know it existed, thanks.
You should add a checkbox to activate/deactivate this functionality and please make the JS code more readable (more explicit variable names and some lines breaks) so it can be reviewed easily. For compression it can be uglified afterwards.
Change ??today_red_line?? id to a more general one (e.g. no color indication in the id).
--------------------------------------------------------------------------------
I don't really see the benefit of this feature, maybe displaying precedes/blocks relations (#3436) would be a better option to start improving the gantt chart.
--------------------------------------------------------------------------------
Gantt progress line needs in Japanese enterprise.
Customer always requires it to developer.
--------------------------------------------------------------------------------
Just one suggestion. Those display could be switched. As a project manager I need sometimes different displays of my gantt. This could be some implementation, another one could be those connected display.
The whole gantt could be sorted by start- or enddate, or maybe sorted by number. This would be a benefit too.
--------------------------------------------------------------------------------
Daniel Felix wrote:
> This could be some implementation, another one could be those connected display.
It is #3436.
> The whole gantt could be sorted by start- or enddate, or maybe sorted by number. This would be a benefit too.
See #7335#note-16.
--------------------------------------------------------------------------------
This is a patch for trunk r10880.
I have added a checkbox to activate/deactivate this functionality
!progress-line-checkbox.png!
And I has changed JavaScript code (more explicit variable names).
--------------------------------------------------------------------------------
This is a patch for trunk r10927.
Fixed drawing when gantt is scrolled.
--------------------------------------------------------------------------------
Jean-Philippe Lang wrote:
> I don't really see the benefit of this feature, maybe displaying precedes/blocks relations (#3436) would be a better option to start improving the gantt chart.
I have posted a patch at #3436#note-22.
--------------------------------------------------------------------------------
This is a patch rebased trunk r11137.
--------------------------------------------------------------------------------
!progress-line-checkbox.png!
After the recent changes, there should be two checkboxes.
1. Display Progress Lines
2. Display Relation Lines
Both could be a bit confusing for the enduser.
--------------------------------------------------------------------------------
Daniel Felix wrote:
> After the recent changes, there should be two checkboxes.
> 1. Display Progress Lines
> 2. Display Relation Lines
Done.
This is a patch for trunk r11137.
!gantt-progress-line-html-r11137-V2.png!
--------------------------------------------------------------------------------
Daniel Felix wrote:
> After the recent changes, there should be two checkboxes.
> 1. Display Progress Lines
> 2. Display Relation Lines
>
> Both could be a bit confusing for the enduser.
Patch looks nice to me, would love to have this option.
Would "only" miss handling the critical path of the version/project and we would have a full Gantt.
--------------------------------------------------------------------------------
This is a patch for trunk r11140.
Changes:
* On default, "Relations" checkbox is true, "progress line" checkbox is false.
* Add "Relations" colors on checkbox.
It is difficult to know which color is "blocks" or "proceeds".
!gantt-progress-line-html-r11140.png!
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
_Daniel Felix_ wrote:
> [...]
> After the recent changes, there should be two checkboxes.
> 1. Display Progress Lines
> 2. Display Relation Lines
If Gantt progress lines are being integrated (which I think is a good idea if it can be supported), I'd say yes.
_Toshi MARUYAMA_ wrote:
> This is a patch for trunk r11140.
>
> Changes:
>
> * On default, "Relations" checkbox is true, "progress line" checkbox is false.
> * Add "Relations" colors on checkbox.
> It is difficult to know which color is "blocks" or "proceeds".
>
> [...]
Looks good to me.
--------------------------------------------------------------------------------
Hi Toshi,
i just tried the latest patch. It works fine with r11165!
Thanks for your great work! Hope to see this in the next major. :-)
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Patch committed in trunk. Toshi, thanks for this new gantt improvement!
--------------------------------------------------------------------------------
German translation for r11213
@label_gantt_progress_line: Fortschrittslinie@
--------------------------------------------------------------------------------
Daniel Felix wrote:
> German translation for r11213
> @label_gantt_progress_line: Fortschrittslinie@
Committed in trunk r11223, thanks.
--------------------------------------------------------------------------------
BUG: If i change the filter and click apply, progress line state is not preserved
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Gabriel Mazetto wrote:
> BUG: If i change the filter and click apply, progress line state is not preserved
Fixed in r11571.
--------------------------------------------------------------------------------
related_issues
relates,Closed,3436,Show relations in Gantt diagram
relates,New,12816,Filter issues by progress state