On Wednesday 22 June 2011, renaud wrote:
> for different administrative reason we were not able to confirm the
> team commitment in time.
> Now the button in the sprint backlog is greyed.
>
> Well we can go on and continue managing the scrum daily meeting
> normally and the burn down chart will be computed normally.
>
> However the various team counter, such as velocity, are not
> available in the team dashboard.
> Is there a way to force the confirmation?
As you point out, Agilo forbids confirming the commitment 24 hours after
the sprint start. The rationale behind this is that confirming will
reset any burndown before the commitment, and usually work starts
happening at least a day after the start (otherwise, you can just change
the start date!).
To remove this limitation, you'd have to edit the Agilo source code:
agilo/utils/permissions.py, line 320. Change
if self._has_sprint_started_more_than_one_day_ago(sprint):
# TODO: Maybe TRAC_ADMIN should be able to do it anyway?
return False
to
if self._has_sprint_started_more_than_one_day_ago(sprint):
# modified manually
return True
Cheers
Robert
--
Follow Agilo on Twitter: http://twitter.com/agiloforscrum
Please support us by reviewing and voting on:
http://userstories.com/products/8-agilo-for-scrum
http://ohloh.net/p/agilo-scrum
http://freshmeat.net/projects/agiloforscrum
You have received this message because you are subscribed to
the "Agilo for Scrum" Google Group. This group is focused on
supporting Agilo for Scrum users and is moderated by
Agilo Software GmbH <http://www.agiloforscrum.com>.
To post to this group, send email to [email protected]
To unsubscribe from this group, send an email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/agilo