You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, users can only see the aggregate number of votes in the frontend and it's not super clear in the backend. To avoid adding columns, I used X (Y/Z) with X the total, Y digital and Z paper votes.
In the backend, an elegant solution would be to add a tooltip, only visible when hovering. Although that wouldn't work on mobile.
In the frontend, the breakdown could be added on a project's page, under the total amount.
The text was updated successfully, but these errors were encountered:
Right now, users can only see the aggregate number of votes in the frontend and it's not super clear in the backend. To avoid adding columns, I used
X (Y/Z)
with X the total, Y digital and Z paper votes.In the backend, an elegant solution would be to add a tooltip, only visible when hovering. Although that wouldn't work on mobile.
In the frontend, the breakdown could be added on a project's page, under the total amount.
![image](https://user-images.githubusercontent.com/7223028/172138244-fc90898d-072a-4612-abc3-d5d6765a05bd.png)
The text was updated successfully, but these errors were encountered: