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

Vote state for users joining after reveal #71

Open
ajayreddy-8374 opened this issue Oct 28, 2023 · 0 comments
Open

Vote state for users joining after reveal #71

ajayreddy-8374 opened this issue Oct 28, 2023 · 0 comments
Labels
enhancement New feature or request v1

Comments

@ajayreddy-8374
Copy link
Collaborator

  • Handle voting state if someone joins the room after the voting is revealed. Currently we take null as vote for that user, decide how to handle this scenario and update the flow accordingly.

  • Similarly if someone leaves the room and rejoins the room, the voting state is lost and user is considered as a new user. Same happens even if user refreshes the page. (Possible solution is to store the vote in local storage or somewhere for some time)

  • if user joins room before voting is revealed i.e voting is still in progress he can vote without any issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v1
Projects
None yet
Development

No branches or pull requests

1 participant