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

Improve sending a new vote after adding a new option #16

Open
odeialba opened this issue Jun 16, 2023 · 0 comments
Open

Improve sending a new vote after adding a new option #16

odeialba opened this issue Jun 16, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@odeialba
Copy link
Owner

Once the vote has been submitted and the user can't vote again, if a new option is added, the user will be able to vote again.

The problem is that if only one user votes, the new option will be placed in the wrong place, because the average position is where that user placed it (because only one user has voted for it).

There is no perfect solution, but here are some ideas:

  • Take in count only votes of users after the new option was added.
  • Mark with a different color the options that don't have all the votes.
  • Add two tables: One with only old options and one with new options (adding only votes containing the new option).
  • Add a counter of votes next to each option.
  • ...
@odeialba odeialba added the bug Something isn't working label Jun 30, 2023
@odeialba odeialba assigned odeialba and unassigned odeialba Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant