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

Random candidate order and voter instruction confirmations #385

Merged
merged 4 commits into from
Nov 20, 2023

Conversation

mikefranze
Copy link
Collaborator

Description

Adds setting to randomize candidate orders on the ballots. Order was already randomized but this allows you to disable it. Randomizing order is enabled by default.
Also adds setting for requiring voter confirm they've read ballot instructions. Hooks are in to enable/disable it, but keeping it locked in the settings form for now until we get the checkbox added to the ballot.

Screenshots / Videos (frontend only)

Settings page
image
With randomization disabled
image
With randomization enabled
image

Related Issues

closes #335
provides hook for #363

Copy link
Member

@ArendPeter ArendPeter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Thanks for adding this, the useElection context looks really handy

@mikefranze
Copy link
Collaborator Author

Looks good! Thanks for adding this, the useElection context looks really handy

Thanks! It helps simplify the interfaces a lot.

@mikefranze mikefranze merged commit 68d560e into Equal-Vote:main Nov 20, 2023
3 checks passed
@mikefranze mikefranze deleted the election-settings branch December 9, 2023 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stop Random Display Order of Candidates (on the ballot)
2 participants