Closed virgile-dev closed 6 years ago
Signup page:
@LucasIsasmendi why is this closed? This is still missing:
@aecc
If you think that we should split this task in multiple others ("Please install Metamask", user validation, fullscreen, etc) feel free to do it. However I'm a fan of having everything written down on github issues so we can really understand what is missing and what we need to work on. So if we close this issue let's create others that reflect what we will do.
In the smart contract you can createNewBallot()
without registerNewVoter()
, so there is no user validation in the backend. Will we change this in the future?
Also email verification is a process of 3 steps: you get the user email, send a token validation to the email account and then you validate the user when clicks in the token. We don't have that in blockchain space since key pair is the user identity
Yes, there needs to be validation for creating a new Ballot, it's actaully commented out with a TODO. We commented it for hackaton purposes. If we cannot do this type of validation, I propose to skip the validation topic for a discussion in another issue and leave the signup form to add a name and register yourself as a voter
Perfect, I will add that validation again and use only to register yourself