issues
search
TrustTheVote-Project
/
VoteTrackerPlus
The VoteTrackerPlus root repo
GNU General Public License v2.0
3
stars
2
forks
source link
3rd endpoint: given a filled-in ballot, verify and accept it, returning the ballot check and voter index
#77
Closed
windoverwater
closed
1 year ago
windoverwater
commented
1 year ago
Preliminary notes:
if the client passes back a valid filled-in ballot, accept_ballot needs to verify and accept_it.
would want to add a validate function (perhaps from cast_ballot) if it does not already exist. May need to write one.
this endpoint returns the ballot check and the voter index id
Preliminary notes: