algdb icon indicating copy to clipboard operation
algdb copied to clipboard

Alg upvote scoring

Open coder13 opened this issue 4 years ago • 2 comments

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 avatar Sep 06 '20 22:09 coder13

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

Can this be closed?

big213 avatar Sep 25 '20 02:09 big213

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

coder13 avatar Sep 26 '20 01:09 coder13