our-weekend-project / gripedotdev

A site for griping, not for solutions!
1 stars 1 forks source link

Determine post ranking system #11

Open cameronstinson4 opened 5 years ago

cameronstinson4 commented 5 years ago

We need a way to keep the main page fresh with newish gripes while giving enough time for top posts to get popular. So in comes some kind of ranking algorithm.

cameronstinson4 commented 5 years ago

My thoughts are: something like a simple function to determine a "relevance" score.

relevance = arbitraryCoeffecient * sumReactions / (timePosted - timeNow)