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

Alg upvote scoring #22

Open
coder13 opened this issue Sep 6, 2020 · 2 comments
Open

Alg upvote scoring #22

coder13 opened this issue Sep 6, 2020 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@coder13
Copy link
Member

coder13 commented Sep 6, 2020

This issue purely exists for discussion: will be marked as closed when implemented down the road.

We need a way to make newer votes matter more than older votes.

One way to do this is to take unix timestamps, pipe them through some function, and get an output that then gets incremented to the current score to produce a new score.

This operation should be reversible so long as we know when a user upvoted an alg.

@coder13 coder13 changed the title Alg upvoting scoring Alg upvote scoring Sep 6, 2020
@coder13 coder13 added the help wanted Extra attention is needed label Sep 6, 2020
@big213
Copy link
Member

big213 commented Sep 25, 2020

Implemented a basic reddit-style up/down vote system for algs in 9272035

Can this be closed?

@coder13
Copy link
Member Author

coder13 commented Sep 26, 2020

This should exist purely for discussion for a more advanced upvoting scoring system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants