I am trying to write an equation to solve my problem of figuring out which post is most popular. While one would think the one with the highest stars would be, if the stars are equal then the one with 61 votes should rise higher than the one with 5 for example (since more people are downloading that)
Star system is 1-5
I thought of something like numberofvotes*star
Would that work?
The issue comes in that something with less stars should never rank higher, so the number of stars is always the first determining factor.