-
Notifications
You must be signed in to change notification settings - Fork 16
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
Show number of votes on claims #559
Comments
@rafachadud @juramos-2020 do we have a design for this already? |
Hi @NeoVier @lucca65 @rafachadud Now that we have the claim opening a modal, is it still necessary to have this information on the number of votes on the card? https://www.figma.com/file/LTaoCg6DKv6EPQAlt6Fngs/New-analysis-page?node-id=64%3A1413 As you can see on this screen, when you open the modal, the number of people who voted for the claim appears |
I still think this is needed, because a validator has no way to know if this action requires 3,5, 7 votes. also since "no one" looks like an user, it can be misleading
It shows who voted on what but not the number done and the number required |
In this case, the number done and the number required should they appear on the card or when opening the modal? @lucca65 |
I think the numbers could appear on the modal, but on the cards we could have a progress bar, this way validators can quickly inspect the ones needing more attention, without having to open them up or read anything. here is a quick video with several cards with progress bars on it: https://www.youtube.com/watch?v=juLk17Awr_Q |
+1! I like the idea of having a notion on how its going just by glancing at it! |
that's right. I also think it makes more sense if this information appears on the card. we already have something similar on the governance screen. I can do something like this: https://www.figma.com/file/7Ci3rdDNQQ7KabYyDLE3LY/Governance?node-id=4%3A445 |
I like it @juramos-2020, it could be a little different as we have approvals/reprovals and then missing votes, which could be gray or something like it! Also we can have a different way to showing it when voting is completed because lets imagine it requires 5 votes. 3 positives and 2 negatives are complete completion means you don't have to do anything else, but might not "fill the bar" you know? |
Yes, I know. I can create a proposal until friday. Can be? |
Sure @juramos-2020, thanks 😄 |
Hi @lucca65 @NeoVier What do you think? https://www.figma.com/file/LTaoCg6DKv6EPQAlt6Fngs/New-analysis-page?node-id=230%3A0 Maybe on this screen we can leave “No One” just as a tag. What do you think? https://www.figma.com/file/LTaoCg6DKv6EPQAlt6Fngs/New-analysis-page?node-id=240%3A3130 |
I love the bars! the colors are bright and visible! Do you think we could bring the status tag (approved, disapproved, pending) more close to the progress bar? |
I love it @juramos-2020, good job! 🔥 |
Hi @lucca65 I made an example to show you what it would like with the tag next to the progress bar. The impression it gives me is that have two elements talking the same thing. https://www.figma.com/file/LTaoCg6DKv6EPQAlt6Fngs/New-analysis-page?node-id=265%3A312 I was think about this... What if on this screen (which shows the already analyzed claim) we used only one of these elements? Even because the progress bar arose from the need for administrators to quickly analyze those claims that still needed votes. What do you thing? https://www.figma.com/file/LTaoCg6DKv6EPQAlt6Fngs/New-analysis-page?node-id=269%3A818 |
@juramos-2020 Not sure how I feel about not showing the bars on the "Analyzed" page... some people might still want to see how the voting is going, or just know the result from a glance. Maybe we could incorporate the function of the tag on the bar itself and get rid of the tag? What do you think @juramos-2020 @lucca65? |
i love this solution, because the way the tag is, it's not as visible as it could be... |
It's ok. I'll send the screen change tomorrow okay? I'm not home right now 😅 |
Hi @lucca65 and @NeoVier Here is of the new scren: https://www.figma.com/file/LTaoCg6DKv6EPQAlt6Fngs/New-analysis-page?node-id=230%3A143 |
@lucca65 and @NeoVier can I tackle this issue? |
@victorgdev go ahead bro! This one should actually be a good first issue 😅 You've already seen the part of the code that deals with claims, so you kind of know where to find information on approved/disapproved/pending votes each claim has (and we already have all that information on the frontend), so this one should be 🍰 |
+1000 |
Is your feature request related to a problem? Please describe.
In order to know how many people have voted on a claim, people have to click on the claim, open the claim page, and see who has already voted
Describe the solution you'd like
Show the number of votes on the claim card and on the claim page
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: