[go: up one dir, main page]

Skip to content

Improve voting stats display on the front page

Problem

Agora displays live info about voting for the current period on the front page.

For example, this was during the last Exploration:

image

which AFAIK means that 66.75% of the votes are positive, but the quorum hasn't been reached yet.

This is somewhat confusing because:

  1. The percentage of upvotes and the "Quorum" are on the same line. It's easy to miss or misinterpret the at the end and think that the percentage shown has something to do with the quorum percentage.
  2. It's confusing that one is displayed as a percentage and the other as a boolean in the first place

We should make this a bit more consistent and easier to interpret.

Some suggested solutions have been:

  • put these two stats on two different lines
  • move the icons to the left of the text instead
  • show percentages for both values
  • show on two lines:
    • yay (percentage) and participation (percentage)
    • supermajority (bool) and quorum (bool)
  • just show bools and have percentages on hover

Acceptance criteria

The period voting "summary" info in the front page is improved.

Edited by Pinto Pasquale