Add the ability to see number of upvotes/downvotes and net as be able to sort by any of these on the main page

Tell the user if they're trying to reset the password of a non-existent account

On statistics page, see daily, weekly and monthly (and possibly yearly) changes

Add trending order: sorted by weighted average of votes per day (sum(votes/age) for each day).
For example:
Scores for the past 5 days, increasing in age:
1, 2, 4, 2, 10 = (1/1 + 2/2 + 4/3 + 2/4 + 10/5) = 5.83
4, 3, 1, 2, 3 = (4/1 + 3/2 + 1/3 + 2/4 + 3/5) = 6.93

Score for each day should be the sum of the upvotes and downvotes but each on a separate exponential decay curve where the greater the number of votes it has received on that day, the less it effects the score

Ability to favorite a suggestion and see favorites on the dropdown menu

Stats on number of people with using each theme

Individual user stats showing number of upvotes, downvotes and comments


DONE: Upvoting and downvoting on comments
DONE: Hide completed suggestions from the main page


Suggested by: kmecpp
April 28, 2020, 2:33 a.m.

Planned
Login to comment

comment  Comments