You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
coder13
changed the title
Alg upvoting scoring
Alg upvote scoring
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.
The text was updated successfully, but these errors were encountered: