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

Update votes when deleting and merging workshops? #111

Open
franc6 opened this issue Aug 4, 2020 · 2 comments
Open

Update votes when deleting and merging workshops? #111

franc6 opened this issue Aug 4, 2020 · 2 comments

Comments

@franc6
Copy link
Collaborator

franc6 commented Aug 4, 2020

When using the moderation page, the admin can delete a workshop, or merge two workshops. Since the workflow allows moderation after voting has started, should we also update the votes if a workshop is deleted or merged? For example, if a workshop is deleted, it doesn't make sense for it to still have votes, and calculating the results (which the admin may or may not do intentionally) could result in some odd results.

Likewise, if two workshops are merged, should the resulting single workshop get all of the votes for both? This case isn't as simple as it sounds, though, since it's likely that a user voted for both workshops that were merged together, and DB table constraints would disallow a simple merge here. If we want to merge votes, we should probably drop duplicate votes, keeping the higher vote for the resulting workshop (e.g. a user may have given a full vote to the first workshop, and only a .25 vote to the second, the end result should give a single full vote to the merged workshop). Again, this will certainly change the final results, but likely increase the vote total for the merged workshop, giving it better priority for attendees, which is probably the desired outcome.

@tpokorra
Copy link
Member

tpokorra commented Aug 5, 2020

for ICCM Europe, we only have a voting period of a couple of hours, so we usually don't moderate after voting has started. We only moderate before the voting has started, to merge workshops that sound very similar, to avoid splitting votes and losing both workshops altogether. I for myself like the process to be as transparent as possible, so merging workshops during or after the voting would confuse people. and in the end, another workshop will fall off the list, and people might not understand that.

It sounds like you have a different scenario. Then your suggestion makes sense. Good point to consider the quarter votes.

@franc6
Copy link
Collaborator Author

franc6 commented Aug 5, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants