Opened 18 years ago
Closed 18 years ago
#1248 closed enhancement (fixed)
Update burndown chart on each ticket update
Reported by: | tote | Owned by: | Sam Bloomquist |
---|---|---|---|
Priority: | high | Component: | ScrumBurndownPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
It would improve user experience a lot if we didn't have to wait for our cron job to run while the burndown chart gets updated. I think the ideal solution would be if the burndown chart was updated after each ticket update.
Attachments (0)
Change History (6)
comment:1 Changed 18 years ago by
Priority: | normal → high |
---|---|
Status: | new → assigned |
comment:2 follow-up: 3 Changed 18 years ago by
I definitely think this is a good idea.
Another thought (maybe requiring a new ticket), would be to optionally plot burndown points according to each change, but still on a daily axis. This way the plugin would be more useful in a modified scrum where estimates may be changed during a sprint. So if an estimate of a future ticket needs to be changed to show more work, and another ticket has some work completed (less effort remaining), the chart will show the increase and decrease instead of showing almost no change if they cancel each other out.
comment:3 Changed 18 years ago by
Replying to andyg:
I definitely think this is a good idea.
Another thought (maybe requiring a new ticket), would be to optionally plot burndown points according to each change, but still on a daily axis. This way the plugin would be more useful in a modified scrum where estimates may be changed during a sprint. So if an estimate of a future ticket needs to be changed to show more work, and another ticket has some work completed (less effort remaining), the chart will show the increase and decrease instead of showing almost no change if they cancel each other out.
I second this idea.
comment:4 Changed 18 years ago by
I'm so excited by this, I might just hack up the code myself to do it.
comment:6 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This is a good idea and should be fairly simple. I definitely should have done this to begin with to eliminate the whole need for the cron job. If I can get ahead on my "real job" duties in the next week or two, I'll try to make this change.