Merged
Conversation
a411fa3 to
c56915c
Compare
decidim-elections/app/assets/javascripts/decidim/elections/vote.js.es6
Outdated
Show resolved
Hide resolved
decidim-elections/app/assets/javascripts/decidim/elections/vote.js.es6
Outdated
Show resolved
Hide resolved
decidim-elections/app/assets/javascripts/decidim/elections/vote.js.es6
Outdated
Show resolved
Hide resolved
1d41233 to
01c574d
Compare
b919f26 to
3c131a2
Compare
orlera
previously approved these changes
Feb 25, 2021
decidim-elections/app/assets/javascripts/decidim/elections/vote.js.es6
Outdated
Show resolved
Hide resolved
decidim-elections/app/assets/javascripts/decidim/elections/vote.js.es6
Outdated
Show resolved
Hide resolved
decidim-elections/app/assets/javascripts/decidim/elections/vote.js.es6
Outdated
Show resolved
Hide resolved
3c131a2 to
dce314e
Compare
8b2a29c to
cde4448
Compare
Contributor
Author
|
Hi @decidim/mantainers, this can get reviewed. :) |
mrcasals
approved these changes
Mar 2, 2021
entantoencuanto
added a commit
that referenced
this pull request
Mar 4, 2021
* develop: Update the workflow cleanup action to the latest version (#7535) Don't schedule CI jobs for locales PRs (#7534) Fix record encryptor trying to decrypt or decode non-String values (#7536) Add Votings landing page to the design app (#7527) New Crowdin updates (#7530) Fix non-unique IDs element in filter hash cash (#7531) New Crowdin updates (#7485) Add statistics cell to votings landing page and reuse it in other places (#7413) Add Votings landing page layout (#7440) Add share modal to budgets (#7519) Do not change the global test app configs during specs (#7525) Change the order of attachments in budgets (#7524) Remove console warnings from the conversations views (#7523) Don't allow filtering meetings by user group if setting is disabled (#7514) Remove duplicated migration (#7517) New Admin users cannot accept Terms and conditions (#7516) Let installations delay TranslatorJob initialization (#7507) Exit on CI workflow dispatch failures (#7502) Invalidate all user sessions when destroying the account (#7506) Audit vote (#7442)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎩 What? Why?
This PR gives the
voterthe option toaudita vote instead ofcastingit. When the voter audits the vote, he/she has to start the voting process from the beginning. When auditing, the voter receives a file with theplainvote,encryptedVoteandballotHash. In a later step, this audited vote can get verified.📌 Related Issues
Testing
Setup an election and do the key ceremony. As soon as the election starts, vote. After confirming, you see the option to audit your vote or to cast it. The ballot hash is given at that point. When auditing a vote, you download the plainvote, plus encrypted vote, plus the ballot hash. To cast a vote after auditing, you have to repeat the voting process.
📋 Checklist
🚨 Please review the guidelines for contributing to this repository.
docs/.📷 Screenshots