Skip to content

Update table view to include the total and statistics below the table #36

@click2tman

Description

@click2tman

In total view, we should add all vote counts and provide total below to show how many percent of votes have been counted so far. The calculation will be as follows;

Sum of valid votes obtained for all candidates = Total
Sum of percentage obtained for all candidates = 100%
Percentage of votes counted = (Sum of valid votes obtained for all candidates/Total Registered Voters) * 100
Total Registered Voters = This is the sum of all registered voters. This value is different for each election type. For 2018 presidential, its 3,178,902
Result Status = Provisional
Total Valid Votes = Sum of al vote counts for all candidates
Total Invalid Votes = Difference between total registered voters and total valid votes

Please update table view header column text to tthe following;
Candidate| Party| Votes | Vote %


Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions