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

Error display chart in Backlog tab #10

Closed Alsan closed 14 years ago

Alsan commented 14 years ago

When creating a spint (version) with end date over 3 months, the chart in Backlog tab becomes ugly text.

software-project commented 14 years ago

Sprints are intended to last 1-3 weeks, max 6. Diagram looks fine then. If I change it diagrams will become not so precise. If you have better idea for function creating diagram, you are wellcome to help.

Alsan commented 14 years ago

I would suggest to map the sprints to revision, and keep the version as it is. For long term product development planning and previous version of the product change log is also important.

software-project commented 14 years ago

There is no revision model in Redmine. Mapping sprints to version is very good idea and it meets agile manifesto criteria that after each iteration your have new version of working software. Thing to do would be rater changing function that generates bunrdown chart in the way that if range is big it doesnt take each day, but each week or sth like that.