ergoserv / redmine-progressive-projects-list

⛏️ Redmine plugin that powers a project list with progress bars for every project and version.
https://ergoserv.github.io/redmine-progressive-projects-list/
MIT License
109 stars 57 forks source link

Changes to shown progress bar 100% #69

Closed mausampaio closed 4 years ago

mausampaio commented 7 years ago

If project.issues.count >= 0 the progress bar is shown if the project has or does not have issues If project.issues.count > 0 the progress bar is shown only if the project has issues open or closed if project.issues.open.any? the progress bar is shown only if the project has open issues

image

stgeneral commented 4 years ago

Merged update for the issues progress bar in #91.