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

gray out groups that received no votes #560

Open
1 task
vanderhoop opened this issue Feb 13, 2020 · 2 comments
Open
1 task

gray out groups that received no votes #560

vanderhoop opened this issue Feb 13, 2020 · 2 comments

Comments

@vanderhoop
Copy link
Contributor

vanderhoop commented Feb 13, 2020

As a user in any stage after the labeling-plus-voting stage,
I want groups that received no votes to appear grayed out,
So that groups receiving votes receive greater visual prominence.

By Way Of Explanation: at the moment, all groups have the same level of visual prominence, regardless of their vote count. We currently do sort by vote count descending in the stages that follow labeling-plus-voting, but we can provide even greater focus to the top-vote-getting Groups by dimming/graying out groups that the team didn't feel were important enough to vote for.

"Why not just not display these Groups outright?" Because it can still be helpful to follow-up on items that didn't receive any votes after the retro.

Acceptance Criteria:

  • in stages beyond the labeling-plus-voting stage, Groups that receive no votes should have a lower opacity than groups that did receive votes

Dev Notes

  • Important: to get into the groups interface and do this work, you'll need to set a clientSide feature flag by entering your js console and entering localStorage.setItem('groupingDev', true)

Helpful Links:

  • MDN opacity docs
    • arguably the lowest-cost means of graying things out, but if the implementers find some other means they're more comfortable with, go forth!
@rpsfonseca
Copy link

Not sure if anyone has picked this up, but I'd like to work on this if possible.

@vanderhoop
Copy link
Contributor Author

vanderhoop commented Oct 24, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants