#684 closed enhancement (fixed)
Update more than once a day
Reported by: | Owned by: | Sam Bloomquist | |
---|---|---|---|
Priority: | normal | Component: | ScrumBurndownPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.9 |
Description
Idea:
I wondered why the script can only be started once a day. There may / should be progress visible over the day. I inspected the script and found that the only reason was the SQL-Insert-command which cannot be run twice. Instead an SQL-Update-command is needed.
Solution:
Changed the burndown_job.py script to update the burndown table when called more than once a day.
Attachments (1)
Change History (3)
Changed 18 years ago by
Attachment: | burndown_job.py added |
---|
comment:1 Changed 18 years ago by
Status: | new → assigned |
---|
I think a change for updating multiple times a day is fine. I originally only did once per day because on my team, developers did not want to change estimates multiple times in a day. We found one a day to be sufficient. I will post this change to the main page within the week.
I'll probably change the variable name from 'mode' to 'needs_update' or something to make it more clear. But otherwise I'll use it as is.
Thanks.
comment:2 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Enhanced burndown_job.py