-
Notifications
You must be signed in to change notification settings - Fork 0
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
Generate Assertions endpoint #73
Comments
Note this will need to deal with error responses from raire-service, e.g. TIED_WINNERS. These are returned in the http header and (in most cases) should be reported to the user. |
Also note this will have to update the winner field in the data structure subsequently used to generate reports. This was not done in the prototype. I think this is ContestResult, but need to check. We debated whether it's appropriate to have an IRVContestResult for just this reason. |
Use ContestResult::setWinners and ContestResult::setLosers. IRV has only one winner, so every candidate who is not the winner is a loser. |
Implement the Generate Assertions endpoint, calling the /generate-assertions endpoint in raire-service.
The text was updated successfully, but these errors were encountered: