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

Automatically compute contest outcomes from ballot manifests #34

Open
ranweiler opened this issue Feb 26, 2017 · 2 comments
Open

Automatically compute contest outcomes from ballot manifests #34

ranweiler opened this issue Feb 26, 2017 · 2 comments

Comments

@ranweiler
Copy link

The Dominion ballot manifest contains sufficient information to directly compute candidate shares for all contests.

  • Add backend code to compute the per-contest shares
  • Expose computed shares to frontend
  • Automatically populate contest/candidate share fields from the derived computation

Questions:

  • Should the computed shares be overrideable by users? Under what circumstances?
  • Is it (always) appropriate to derive vote shares from the ballot manifest?
@ranweiler
Copy link
Author

CC @nealmcb, @kiniry.

@nealmcb
Copy link

nealmcb commented Feb 27, 2017

I'd call them margins, both in absolute ballots, and in percentages. Not in a range 0-1.
I don't think users will override margins by manual entry. In fact they won't want to do just about anything per-contest by manual entry - too many contests....
But they certainly will want to be able to input margins which are different than the set of CVRs they have. These will come from the state-wide Election Reporting system, and may be modified by numbers of ballots that are uncounted (to be considered as a best-case for the loser) etc.

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

No branches or pull requests

2 participants