-
Notifications
You must be signed in to change notification settings - Fork 7
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
Manual Counts Policy - Ballot Count Reporting #4073
Conversation
@adghayes what do you think about implementing this as a checkbox under report by instead? Such as Report By "Ballot Type" instead of having a distinct option? |
I think of it as a dropdown because I'm assuming we will eventually add sheet counts which will be in the same dropdown. That being said, we don't have sheet counts yet, so it could be a checkbox for now. re: collapsing the "Report By," here's what I wrote in the polish doc:
|
@mattroe one thing I would be more favorable toward is just dropping the option altogether and always showing BMD vs. HMPB counts. I think I went a little overboard with scope when designing this, and it's only a small downside to always have more information on the report. |
@adghayes Good point. Agree that we could simplify this interface by removing the option altogether and defaulting to this breakdown. For the future: could we not apply the same "Report By" UX for sheets? I understand it's not the same query type, but I would argue a user just thinks of it as "reporting by sheet count" instead of "reporting by ballot count". |
Yup, there's no reason we can't apply the same UX. And maybe you're right, that the "Report By" UX would be clearer for users as it was for you. Happy to make it that way if that's the consensus. But I personally still don't like it, even more so for the sheet example than the previous example. Because the "Report By" entails some splitting of results into its constituent parts. Separating sheet counts is sort of that, sort of not... because the sum of sheet counts is not the ballot count. It could be a cute little checkbox. It's not a hill I'll die on but that's my gut. It's possible I just can't see through the implementation to the UX. |
0524274
to
d7996c7
Compare
d7996c7
to
bb5557c
Compare
Overview
@mattroe and I discussed how our policy with manual results is that we always show them separately on reports where they contribute to the overall ballot count or vote count. This is what we do for the tally reports - if there are any manual results, the reports flip to show manual counts.
When I built the ballot count reporting (PDF and CSV), I included options to show the ballot count breakdown differently. 'none' would never show manual counts, and 'manual' would always show manual counts. This is in violation of our decided policy.
In this PR, I simply remove the idea the ballot count breakdown as an editable feature - it is always the maximal option - BMD, HMPB, Total and, if applicable, Manual.