Skip to content

Include abstention votes #4298

@bedeho

Description

@bedeho

Currentl works like this

    approval_quorum_bar
    This bar indicates the value : ( votes_count - abstentions) /council_size
    
    approval threshold bar
    This bar indicates the value : approves / (votes_count - abstention)
    
    slash quorum bar
    This bar indicates the value : (votes_count - abstentions) /council_size
    
    slash threshold bar
    This bar indicates the value : slashes / (votes_count - abstention)

Change to

    approval_quorum_bar
    This bar indicates the value : votes_count/council_size
    
    approval threshold bar
    This bar indicates the value : approves/votes_count
    
    slash quorum bar
    This bar indicates the value : votes_count/council_size
    
    slash threshold bar
    This bar indicates the value : slashes/votes_count

NB: requires more discussion

┆Issue is synchronized with this Asana task by Unito

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions