software-project / scrum-pm

Scrum PM is a plugin for Redmine ticket management system. It adds Scrum items like backlog, dashboard and others.
www.software-project.eu/EN/scrumpm
126 stars 47 forks source link

Progress is updated upon "pending" #52

Closed bondsbw closed 14 years ago

bondsbw commented 14 years ago

The progress automatically updates to 50% when a task becomes pending. I imagine that most people would assume it to not change (if it was already 0%, it would stay 0%).

software-project commented 14 years ago

From Scrum point of view it is no difference if something is done in 10% or 90%. Basing on that attribure I'm assigning issues to one of three columns. If you like you can change line 179 in isseu_sprints_controller.rb to "1" instead of "50" and it will do quite well.