The UI, once the vote view is loaded, should check if the connected address has voted on that process. To this end, we can use this API endpoint (implemented on the SDK AFAIK).
https://github.com/vocdoni/davinci-node/tree/main/api#get-votesprocessidaddressaddress
Then the UI should show something like: "Your address has properly settled a vote".
OFC the voter can still vote again.
The UI, once the vote view is loaded, should check if the connected address has voted on that process. To this end, we can use this API endpoint (implemented on the SDK AFAIK).
https://github.com/vocdoni/davinci-node/tree/main/api#get-votesprocessidaddressaddress
Then the UI should show something like: "Your address has properly settled a vote".
OFC the voter can still vote again.