|
View:
New views
19 Messages
—
Rating Filter:
Alert me
|
|
|
[xplanner-dev] [jira] Created: (XPR-397) Theoretical-Ideal and Extrapolated Lines in Burndown ChartTheoretical-Ideal and Extrapolated Lines in Burndown Chart
---------------------------------------------------------- Key: XPR-397 URL: http://jira.codehaus.org/browse/XPR-397 Project: xplanner Issue Type: Improvement Components: Charts Reporter: Cliff R. I'm working on implementing adding a Theoretical and Extrapolated line to the Iteration Task Burn Down chart (the one that keeps track of the hours). Like my other feature, this is a feature request from my team (specifically, my manager). I will also include adding the average velocity so far (hrs / day) and the +/- target completion day. I'll include the patch for the feature in the next week or so. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
[xplanner-dev] [jira] Commented: (XPR-397) Theoretical-Ideal and Extrapolated Lines in Burndown Chart[ http://jira.codehaus.org/browse/XPR-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_94750 ] Jacques Morel commented on XPR-397: ----------------------------------- Can you attach a (even scanned hand made) graph of what you are talking about? Also make sure that you encapsulate the calculation in a strategy object so it can be varied. Inject it through spring. What is average velocity? average since the beginning of the iteration? the running average of the last 5 days... Will it be shown in another graph or as an other line on the current burn down? For longer iteration, it might be good to have another graph altogether. What is +/- target completion day? the difference in days between planned and projected completion days based on current average velocity? > Theoretical-Ideal and Extrapolated Lines in Burndown Chart > ---------------------------------------------------------- > > Key: XPR-397 > URL: http://jira.codehaus.org/browse/XPR-397 > Project: xplanner > Issue Type: Improvement > Components: Charts > Reporter: Cliff R. > > I'm working on implementing adding a Theoretical and Extrapolated line to the Iteration Task Burn Down chart (the one that keeps track of the hours). Like my other feature, this is a feature request from my team (specifically, my manager). > I will also include adding the average velocity so far (hrs / day) and the +/- target completion day. > I'll include the patch for the feature in the next week or so. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
[xplanner-dev] [jira] Updated: (XPR-397) Theoretical-Ideal and Extrapolated Lines in Burndown Chart[ http://jira.codehaus.org/browse/XPR-397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff R. updated XPR-397: ------------------------- Attachment: burn down chart.JPG > Theoretical-Ideal and Extrapolated Lines in Burndown Chart > ---------------------------------------------------------- > > Key: XPR-397 > URL: http://jira.codehaus.org/browse/XPR-397 > Project: xplanner > Issue Type: Improvement > Components: Charts > Reporter: Cliff R. > Attachments: burn down chart.JPG > > > I'm working on implementing adding a Theoretical and Extrapolated line to the Iteration Task Burn Down chart (the one that keeps track of the hours). Like my other feature, this is a feature request from my team (specifically, my manager). > I will also include adding the average velocity so far (hrs / day) and the +/- target completion day. > I'll include the patch for the feature in the next week or so. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
[xplanner-dev] [jira] Commented: (XPR-397) Theoretical-Ideal and Extrapolated Lines in Burndown Chart[ http://jira.codehaus.org/browse/XPR-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_94833 ] Cliff R. commented on XPR-397: ------------------------------ The idea is to be able to visually compare the team's progress with respect to the completion date. Are they on, ahead, or behind schedule? When you say strategy object, do you mean like the DataSampleData class? I've subclassed it for this special case (and re-using as much code as possible). I've done it in a clean way, so if other charts need to be modified in a special way it can be done for them as well. Average velocity is average since the beginning of the iteration. It will be three lines in the same burn-down graph. Charting these lines on another graph will be confusing (although that can be said for charting them on the same graph; I'll have to see what I can do to make sure that isn't a problem). The +/- target completion day is as you said: "the difference in days between planned and projected completion days based on current average velocity." > Theoretical-Ideal and Extrapolated Lines in Burndown Chart > ---------------------------------------------------------- > > Key: XPR-397 > URL: http://jira.codehaus.org/browse/XPR-397 > Project: xplanner > Issue Type: Improvement > Components: Charts > Reporter: Cliff R. > Attachments: burn down chart.JPG > > > I'm working on implementing adding a Theoretical and Extrapolated line to the Iteration Task Burn Down chart (the one that keeps track of the hours). Like my other feature, this is a feature request from my team (specifically, my manager). > I will also include adding the average velocity so far (hrs / day) and the +/- target completion day. > I'll include the patch for the feature in the next week or so. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
[xplanner-dev] [jira] Updated: (XPR-397) Theoretical-Ideal and Extrapolated Lines in Burndown Chart[ http://jira.codehaus.org/browse/XPR-397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff R. updated XPR-397: ------------------------- Attachment: burn down screen shot.bmp This gives you an idea what I'm coming p with. Note that each line has plugged-in numbers (the red would have to be higher for the green to be as shown). > Theoretical-Ideal and Extrapolated Lines in Burndown Chart > ---------------------------------------------------------- > > Key: XPR-397 > URL: http://jira.codehaus.org/browse/XPR-397 > Project: xplanner > Issue Type: Improvement > Components: Charts > Reporter: Cliff R. > Attachments: burn down chart.JPG, burn down screen shot.bmp > > > I'm working on implementing adding a Theoretical and Extrapolated line to the Iteration Task Burn Down chart (the one that keeps track of the hours). Like my other feature, this is a feature request from my team (specifically, my manager). > I will also include adding the average velocity so far (hrs / day) and the +/- target completion day. > I'll include the patch for the feature in the next week or so. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
[xplanner-dev] [jira] Commented: (XPR-397) Theoretical-Ideal and Extrapolated Lines in Burndown Chart[ http://jira.codehaus.org/browse/XPR-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_94858 ] Jacques Morel commented on XPR-397: ----------------------------------- BTW this is great stuff! > Theoretical-Ideal and Extrapolated Lines in Burndown Chart > ---------------------------------------------------------- > > Key: XPR-397 > URL: http://jira.codehaus.org/browse/XPR-397 > Project: xplanner > Issue Type: Improvement > Components: Charts > Reporter: Cliff R. > Attachments: burn down chart.JPG, burn down screen shot.bmp > > > I'm working on implementing adding a Theoretical and Extrapolated line to the Iteration Task Burn Down chart (the one that keeps track of the hours). Like my other feature, this is a feature request from my team (specifically, my manager). > I will also include adding the average velocity so far (hrs / day) and the +/- target completion day. > I'll include the patch for the feature in the next week or so. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
[xplanner-dev] [jira] Commented: (XPR-397) Theoretical-Ideal and Extrapolated Lines in Burndown Chart[ http://jira.codehaus.org/browse/XPR-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_94857 ] Jacques Morel commented on XPR-397: ----------------------------------- The strategy object was to vary the algorithm used to calculate the current velocity to be used in the extrapolated end date. As the iteration becomes longer the average from the beginning of the iteration will have a dampening effect that might not be too good. I myself would prefer an average velocity based on the past n days with n been a function of the iteration length. What do you think? > Theoretical-Ideal and Extrapolated Lines in Burndown Chart > ---------------------------------------------------------- > > Key: XPR-397 > URL: http://jira.codehaus.org/browse/XPR-397 > Project: xplanner > Issue Type: Improvement > Components: Charts > Reporter: Cliff R. > Attachments: burn down chart.JPG, burn down screen shot.bmp > > > I'm working on implementing adding a Theoretical and Extrapolated line to the Iteration Task Burn Down chart (the one that keeps track of the hours). Like my other feature, this is a feature request from my team (specifically, my manager). > I will also include adding the average velocity so far (hrs / day) and the +/- target completion day. > I'll include the patch for the feature in the next week or so. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
[xplanner-dev] [jira] Commented: (XPR-397) Theoretical-Ideal and Extrapolated Lines in Burndown Chart[ http://jira.codehaus.org/browse/XPR-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_94859 ] Jacques Morel commented on XPR-397: ----------------------------------- I haven't reviewed the code for the release burn down but if you can see how to do it for the release as well it would be great! Yes I know I am the typical customer... adding more scope... > Theoretical-Ideal and Extrapolated Lines in Burndown Chart > ---------------------------------------------------------- > > Key: XPR-397 > URL: http://jira.codehaus.org/browse/XPR-397 > Project: xplanner > Issue Type: Improvement > Components: Charts > Reporter: Cliff R. > Attachments: burn down chart.JPG, burn down screen shot.bmp > > > I'm working on implementing adding a Theoretical and Extrapolated line to the Iteration Task Burn Down chart (the one that keeps track of the hours). Like my other feature, this is a feature request from my team (specifically, my manager). > I will also include adding the average velocity so far (hrs / day) and the +/- target completion day. > I'll include the patch for the feature in the next week or so. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
[xplanner-dev] [jira] Commented: (XPR-397) Theoretical-Ideal and Extrapolated Lines in Burndown Chart[ http://jira.codehaus.org/browse/XPR-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_94862 ] Cliff R. commented on XPR-397: ------------------------------ Typical customer indeed... :-) I think that's a separate feature, and I don't (yet) have a good vision on how to offset the dampening effect. We are only doing 4-week sprints, so the duration isn't long enough to need to offset dampening... > Theoretical-Ideal and Extrapolated Lines in Burndown Chart > ---------------------------------------------------------- > > Key: XPR-397 > URL: http://jira.codehaus.org/browse/XPR-397 > Project: xplanner > Issue Type: Improvement > Components: Charts > Reporter: Cliff R. > Attachments: burn down chart.JPG, burn down screen shot.bmp > > > I'm working on implementing adding a Theoretical and Extrapolated line to the Iteration Task Burn Down chart (the one that keeps track of the hours). Like my other feature, this is a feature request from my team (specifically, my manager). > I will also include adding the average velocity so far (hrs / day) and the +/- target completion day. > I'll include the patch for the feature in the next week or so. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
[xplanner-dev] [jira] Commented: (XPR-397) Theoretical-Ideal and Extrapolated Lines in Burndown Chart[ http://jira.codehaus.org/browse/XPR-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_94863 ] Jacques Morel commented on XPR-397: ----------------------------------- That's ok. I would rather have tests than these. I will implement it later on top of your patch. > Theoretical-Ideal and Extrapolated Lines in Burndown Chart > ---------------------------------------------------------- > > Key: XPR-397 > URL: http://jira.codehaus.org/browse/XPR-397 > Project: xplanner > Issue Type: Improvement > Components: Charts > Reporter: Cliff R. > Attachments: burn down chart.JPG, burn down screen shot.bmp > > > I'm working on implementing adding a Theoretical and Extrapolated line to the Iteration Task Burn Down chart (the one that keeps track of the hours). Like my other feature, this is a feature request from my team (specifically, my manager). > I will also include adding the average velocity so far (hrs / day) and the +/- target completion day. > I'll include the patch for the feature in the next week or so. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
[xplanner-dev] [jira] Commented: (XPR-397) Theoretical-Ideal and Extrapolated Lines in Burndown Chart[ http://jira.codehaus.org/browse/XPR-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_94871 ] Cliff R. commented on XPR-397: ------------------------------ I'll do those next week. I'm off the next couple of days and won't be working on this (just so you don't wonder if I've run off). I implemented the burn down chart (fixed the values and am getting them from the data), and I have the average velocity displayed. I just need to implement the +/- completion days and write the tests. I should have the patches to you by the middle of next week. > Theoretical-Ideal and Extrapolated Lines in Burndown Chart > ---------------------------------------------------------- > > Key: XPR-397 > URL: http://jira.codehaus.org/browse/XPR-397 > Project: xplanner > Issue Type: Improvement > Components: Charts > Reporter: Cliff R. > Attachments: burn down chart.JPG, burn down screen shot.bmp > > > I'm working on implementing adding a Theoretical and Extrapolated line to the Iteration Task Burn Down chart (the one that keeps track of the hours). Like my other feature, this is a feature request from my team (specifically, my manager). > I will also include adding the average velocity so far (hrs / day) and the +/- target completion day. > I'll include the patch for the feature in the next week or so. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
[xplanner-dev] [jira] Updated: (XPR-397) Theoretical-Ideal and Extrapolated Lines in Burndown Chart[ http://jira.codehaus.org/browse/XPR-397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Morel updated XPR-397: ------------------------------ Fix Version/s: 0.8b4 > Theoretical-Ideal and Extrapolated Lines in Burndown Chart > ---------------------------------------------------------- > > Key: XPR-397 > URL: http://jira.codehaus.org/browse/XPR-397 > Project: xplanner > Issue Type: Improvement > Components: Charts > Reporter: Cliff R. > Assignee: Jacques Morel > Fix For: 0.8b4 > > Attachments: burn down chart.JPG, burn down screen shot.bmp > > > I'm working on implementing adding a Theoretical and Extrapolated line to the Iteration Task Burn Down chart (the one that keeps track of the hours). Like my other feature, this is a feature request from my team (specifically, my manager). > I will also include adding the average velocity so far (hrs / day) and the +/- target completion day. > I'll include the patch for the feature in the next week or so. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
[xplanner-dev] [jira] Work started: (XPR-397) Theoretical-Ideal and Extrapolated Lines in Burndown Chart[ http://jira.codehaus.org/browse/XPR-397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on XPR-397 started by Jacques Morel. > Theoretical-Ideal and Extrapolated Lines in Burndown Chart > ---------------------------------------------------------- > > Key: XPR-397 > URL: http://jira.codehaus.org/browse/XPR-397 > Project: xplanner > Issue Type: Improvement > Components: Charts > Reporter: Cliff R. > Assignee: Jacques Morel > Fix For: 0.8b4 > > Attachments: burn down chart.JPG, burn down screen shot.bmp > > > I'm working on implementing adding a Theoretical and Extrapolated line to the Iteration Task Burn Down chart (the one that keeps track of the hours). Like my other feature, this is a feature request from my team (specifically, my manager). > I will also include adding the average velocity so far (hrs / day) and the +/- target completion day. > I'll include the patch for the feature in the next week or so. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
[xplanner-dev] [jira] Updated: (XPR-397) Theoretical-Ideal and Extrapolated Lines in Burndown Chart[ http://jira.codehaus.org/browse/XPR-397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Morel updated XPR-397: ------------------------------ Status: Open (was: Submitted) > Theoretical-Ideal and Extrapolated Lines in Burndown Chart > ---------------------------------------------------------- > > Key: XPR-397 > URL: http://jira.codehaus.org/browse/XPR-397 > Project: xplanner > Issue Type: Improvement > Components: Charts > Reporter: Cliff R. > Fix For: 0.8b4 > > Attachments: burn down chart.JPG, burn down screen shot.bmp > > > I'm working on implementing adding a Theoretical and Extrapolated line to the Iteration Task Burn Down chart (the one that keeps track of the hours). Like my other feature, this is a feature request from my team (specifically, my manager). > I will also include adding the average velocity so far (hrs / day) and the +/- target completion day. > I'll include the patch for the feature in the next week or so. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
[xplanner-dev] [jira] Updated: (XPR-397) Theoretical-Ideal and Extrapolated Lines in Burndown Chart[ http://jira.codehaus.org/browse/XPR-397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff R. updated XPR-397: ------------------------- Attachment: burn down chart improvements.patch Here's the patch for the charts page. I have included some unit tests for this. I know this doesn't satisfy your requirement of at least one happy-path acceptance test for each. I'm interested in working to fix the acceptance tests, but I'm not sure exactly what to do (since I'm coming in after they have become as they are). Maybe if we discussed things by e-mail and I got a better picture of what was intended I could look into making some fixes. I might take a little bit more time to do though. > Theoretical-Ideal and Extrapolated Lines in Burndown Chart > ---------------------------------------------------------- > > Key: XPR-397 > URL: http://jira.codehaus.org/browse/XPR-397 > Project: xplanner > Issue Type: Improvement > Components: Charts > Reporter: Cliff R. > Assignee: Jacques Morel > Fix For: 0.8b4 > > Attachments: burn down chart improvements.patch, burn down chart.JPG, burn down screen shot.bmp > > > I'm working on implementing adding a Theoretical and Extrapolated line to the Iteration Task Burn Down chart (the one that keeps track of the hours). Like my other feature, this is a feature request from my team (specifically, my manager). > I will also include adding the average velocity so far (hrs / day) and the +/- target completion day. > I'll include the patch for the feature in the next week or so. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
[xplanner-dev] [jira] Commented: (XPR-397) Theoretical-Ideal and Extrapolated Lines in Burndown Chart[ http://jira.codehaus.org/browse/XPR-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_96112 ] Cliff R. commented on XPR-397: ------------------------------ I'm working on migrating it and I'm able to see it with our live data. After seeing it, I want to make some more tweaks that will make this more useful. I'll post a new patch soon. (patching patches, I know, kind of sad) > Theoretical-Ideal and Extrapolated Lines in Burndown Chart > ---------------------------------------------------------- > > Key: XPR-397 > URL: http://jira.codehaus.org/browse/XPR-397 > Project: xplanner > Issue Type: Improvement > Components: Charts > Reporter: Cliff R. > Assignee: Jacques Morel > Fix For: 0.8b4 > > Attachments: burn down chart improvements.patch, burn down chart.JPG, burn down screen shot.bmp > > > I'm working on implementing adding a Theoretical and Extrapolated line to the Iteration Task Burn Down chart (the one that keeps track of the hours). Like my other feature, this is a feature request from my team (specifically, my manager). > I will also include adding the average velocity so far (hrs / day) and the +/- target completion day. > I'll include the patch for the feature in the next week or so. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
[xplanner-dev] [jira] Commented: (XPR-397) Theoretical-Ideal and Extrapolated Lines in Burndown Chart[ http://jira.codehaus.org/browse/XPR-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_96375 ] Jacques Morel commented on XPR-397: ----------------------------------- > (patching patches, I know, kind of sad) That is call feedback loop and good developers (i.e. the ones that develop software that actually gets used) do it for a living ;-) > Theoretical-Ideal and Extrapolated Lines in Burndown Chart > ---------------------------------------------------------- > > Key: XPR-397 > URL: http://jira.codehaus.org/browse/XPR-397 > Project: xplanner > Issue Type: Improvement > Components: Charts > Reporter: Cliff R. > Assignee: Jacques Morel > Fix For: 0.8b4 > > Attachments: burn down chart improvements.patch, burn down chart.JPG, burn down screen shot.bmp > > > I'm working on implementing adding a Theoretical and Extrapolated line to the Iteration Task Burn Down chart (the one that keeps track of the hours). Like my other feature, this is a feature request from my team (specifically, my manager). > I will also include adding the average velocity so far (hrs / day) and the +/- target completion day. > I'll include the patch for the feature in the next week or so. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
[xplanner-dev] [jira] Updated: (XPR-397) Theoretical-Ideal and Extrapolated Lines in Burndown Chart[ http://jira.codehaus.org/browse/XPR-397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff R. updated XPR-397: ------------------------- Attachment: burn down charts 2.patch Sad but true. Here's my new patch. I'm still using the tourtise svn tool to make my diff. If this isn't working, tell me and I'll just zip up the files. > Theoretical-Ideal and Extrapolated Lines in Burndown Chart > ---------------------------------------------------------- > > Key: XPR-397 > URL: http://jira.codehaus.org/browse/XPR-397 > Project: xplanner > Issue Type: Improvement > Components: Charts > Reporter: Cliff R. > Assignee: Jacques Morel > Fix For: 0.8b4 > > Attachments: burn down chart improvements.patch, burn down chart.JPG, burn down charts 2.patch, burn down screen shot.bmp > > > I'm working on implementing adding a Theoretical and Extrapolated line to the Iteration Task Burn Down chart (the one that keeps track of the hours). Like my other feature, this is a feature request from my team (specifically, my manager). > I will also include adding the average velocity so far (hrs / day) and the +/- target completion day. > I'll include the patch for the feature in the next week or so. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
[jira] Commented: (XPR-397) Theoretical-Ideal and Extrapolated Lines in Burndown Chart[ http://jira.codehaus.org/browse/XPR-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=144279#action_144279 ] David Peterson commented on XPR-397: ------------------------------------ Where is this feature development at? I don't see any further commentary after May 2007. Is this dead? The story seems to indicate that it is in progress. > Theoretical-Ideal and Extrapolated Lines in Burndown Chart > ---------------------------------------------------------- > > Key: XPR-397 > URL: http://jira.codehaus.org/browse/XPR-397 > Project: xplanner > Issue Type: Improvement > Components: Charts > Reporter: Cliff R. > Assignee: Jacques Morel > Fix For: 0.8b4 > > Attachments: burn down chart improvements.patch, burn down chart.JPG, burn down charts 2.patch, burn down screen shot.bmp > > > I'm working on implementing adding a Theoretical and Extrapolated line to the Iteration Task Burn Down chart (the one that keeps track of the hours). Like my other feature, this is a feature request from my team (specifically, my manager). > I will also include adding the average velocity so far (hrs / day) and the +/- target completion day. > I'll include the patch for the feature in the next week or so. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
| Free embeddable forum powered by Nabble | Forum Help |