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

Track more data to allow for more accurate calculation of reputation #375

Open
1 task done
FlorianZahn opened this issue Sep 30, 2021 · 0 comments
Open
1 task done

Comments

@FlorianZahn
Copy link
Contributor

FlorianZahn commented Sep 30, 2021

Most reputation calculations for crowdsourced projects work better with more data. Here are a few data points that could be stored to enable a future change in how SponsorBlock calculates reputation:

  • The submissionTime of a vote.

  • A deterministic way of knowing how a user voted in the end, because two votes from the same userID for the same UUID could have equal submission times.

  • A new table that stores a videoID alongside the channelID. This would allow for an easier implementation of Temporary channel-specific VIP (for voting only) #285 and enable a channel specific reputation, where a users votes and submissions are prefered for a specifc channel.

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

1 participant