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

Remove system recounts in the admin section #2036

Merged
merged 4 commits into from
Jun 11, 2019
Merged

Conversation

javierm
Copy link

@javierm javierm commented Jun 3, 2019

Background

In the past, we had two numbers to track the total numbers of votes in a booth; what we called "final" recounts and "system" recounts. However, sytem recounts are not relevant anymore.

Objectives

  • Remove system recounts in the admin section, so administrators are not confused when they see two numbers for the same result.

Visual Changes

Before these changes:

Poll recounts show final and system recounts
Booth recounts show final and system recounts

After these changes:

Poll recounts show only final recounts
Booth recounts show only final recounts

Does this PR need a Backport to CONSUL?

Yes.

@javierm javierm self-assigned this Jun 3, 2019
@javierm javierm force-pushed the remove_system_total branch from 46a5666 to 06e868c Compare June 3, 2019 17:10
@javierm javierm changed the title Remove system total results in the admin section Remove system total recounts in the admin section Jun 3, 2019
@javierm javierm changed the title Remove system total recounts in the admin section Remove system recounts in the admin section Jun 3, 2019
@javierm javierm force-pushed the remove_system_total branch from 06e868c to b570972 Compare June 3, 2019 17:56
@javierm javierm changed the title Remove system recounts in the admin section [WIP] Remove system recounts in the admin section Jun 3, 2019
@javierm javierm force-pushed the remove_system_total branch from b570972 to c3cfc90 Compare June 7, 2019 18:18
@javierm javierm force-pushed the remove_system_total branch 2 times, most recently from 99ec068 to 03663c1 Compare June 10, 2019 12:39
@javierm javierm changed the title [WIP] Remove system recounts in the admin section Remove system recounts in the admin section Jun 10, 2019
javierm added 4 commits June 11, 2019 13:30
System count isn't a relevant number because the important one is the
number of votes counted by poll officers. We're still maintaining it for
a month in case poll officers would like to review the results.
Now the code is the same as the code in the poll booth assignment page.
This number was not the important one; the important one is the one
given by the recounts.

Note we're also removing the votes by date, since they're also system
votes.
@javierm javierm force-pushed the remove_system_total branch from 03663c1 to a71f96a Compare June 11, 2019 11:30
@javierm javierm merged commit 70d6dcb into master Jun 11, 2019
@javierm javierm deleted the remove_system_total branch June 11, 2019 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants