Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Active project list not really helpful #78

Open
nickbe opened this issue May 2, 2016 · 0 comments
Open

Active project list not really helpful #78

nickbe opened this issue May 2, 2016 · 0 comments
Milestone

Comments

@nickbe
Copy link

nickbe commented May 2, 2016

This is not high priority, but here the active project bars are showing either 100% or something close to 0% (in projects where I have 1 or 2 open tickets). This looks always something like this

C
CCCCCCCCC
CCCCCCCCC
C
C
C
CCCCCCCCC

Personally I think this doesn't help in any way.

I suggest to keep the bars, letting the color of the progress bar fade from a lighter blue/gray for 1% (somewhere around CEE0EF) to a darker blue/gray (like 256CAA). (Either make the complete progress bar the same color, or let the color always fade from left (light) to darker color right depending on the percentage.

The question is: What value reprents 100%, and what the current rate of progress.
Since we're going through statuses I suggest we calculate the current progress per project as follows:

SUM( CURRENT_KANBAN_STATUS_POS_NR_OF_OPEN_ISSUE) / ((COUNT(OPEN_ISSUES) * COUNT(PROJECT_KANBAN_STATUS_COLUMNS)) x 100

After playing with the values on a piece of paper I'm pretty confident this would be a rather better progress bar view. And instead of the % value I would simply like to see the total number of open tickets per project.

@satrun77 satrun77 added this to the 3.0.0 milestone Jul 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants