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

CVChart implementation #169

Open
6 tasks done
Lucianosc opened this issue May 3, 2024 · 0 comments
Open
6 tasks done

CVChart implementation #169

Lucianosc opened this issue May 3, 2024 · 0 comments
Assignees

Comments

@Lucianosc
Copy link
Contributor

Lucianosc commented May 3, 2024

PR: #177

Visualize the increasing support and conviction for a particular proposal with a bar chart. The chart will show the following provided values:

  • threshold
  • total support
  • current conviction
  • We will show a markLine for threshold and conviction

  • No data regarding threshold should be shown in signaling proposals

  • We add a Conviction status when conviction is growing or decreasing

  • We add a message to user to clarify context for proposal, for ex: "Proposal need X amount support..."

We must considered different scenarios:

  • Conviction < Total Support < Threshold
  • Conviction < Threshold < Total Support
  • Total Support < Conviction < Threshold
  • Total Support < Threshold < Conviction
  • Threshold < Conviction < Total Support
  • Threshold < Total Support < Conviction

Chart should look like this:
Screenshot 2024-05-13 at 17 46 02

@Mati0x Mati0x mentioned this issue May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants