-
Notifications
You must be signed in to change notification settings - Fork 4
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
Problem: Members cannot vote on potential presentations #53
Comments
@gazhayes am trying to implement EloRatings for the presentations. I am following through code on both Emurpas and Blockrazor; however, am finding it a bit challenging. As embarrassing as this may sound, I think its because I don't fully understand how Elo Rankings work, lol. I would greatly appreciate an overview or an explanation on how its intended especially in the context of the current project 🙏 😅 |
Ah ok, maybe I should do this one (and document it really well) then. The idea is to rank items based on comparisons of many people. It's actually a chess player ranking algorithm for ranking large numbers of chess players, but instead of a player winning or losing a match, potential presentations win or lose a member's vote. |
aah I see. @gazhayes am going to unassign myself from this and leave it to you while I do a little reading. I'll probably check in again in about a day or two and if you would still need me to chip in then, I will be more than happy to do so 😁 |
@gazhayes am going to make a few cosmetic changes to the Project. Let me know of there's anything else that needs priority |
Solution: Allow members to vote on potential presentations using the same ELO ranking as blockrazor uses for rating wallets etc
The text was updated successfully, but these errors were encountered: