Modify

Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#684 closed enhancement (fixed)

Update more than once a day

Reported by: stueker@… 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)

burndown_job.py (3.4 KB) - added by stueker@… 18 years ago.
Enhanced burndown_job.py

Download all attachments as: .zip

Change History (3)

Changed 18 years ago by stueker@…

Attachment: burndown_job.py added

Enhanced burndown_job.py

comment:1 Changed 18 years ago by Sam Bloomquist

Status: newassigned

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 Sam Bloomquist

Resolution: fixed
Status: assignedclosed

(In [1269]) Changed burndown_job.py so that it can be run multiple times per day. fixes #684

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Sam Bloomquist.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.