Skip to content

Add a governance quorum indicator on each proposal card showing current participation vs the required threshold #826

Description

@Chucks1093

Summary

Voters have no visibility into whether a proposal is on track to meet quorum before voting ends. A quorum progress bar on each proposal card showing current participation percentage versus the required quorum threshold would help holders understand whether their vote is needed.

Scope

  • Fetch quorumBps and totalCirculatingSupply alongside proposal data
  • Compute current participation as totalVotingWeight / totalCirculatingSupply * 100
  • Render a quorum progress bar on each active proposal card filled to the participation percentage
  • Show the required quorum threshold as a marker on the bar
  • Display 'Quorum reached' in green or 'Quorum not yet reached' in amber based on the comparison

Acceptance Criteria

  • Participation percentage computed and bar filled correctly
  • Quorum threshold marker shown at the correct position
  • 'Quorum reached' shown in green when participation meets the threshold
  • 'Quorum not yet reached' shown in amber when below threshold
  • Bar updates after each vote without a full page reload

ETA: 12 hours


Coordinate on Telegram

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions