So this guy says that he figured out how the user of the month works, and i need confirmation
That is correct, that’s from https://github.com/discourse/discourse/blob/master/app/jobs/scheduled/grant_new_user_of_the_month_badges.rb
3 Likes
Well, everything you need to know is in the SQL query in the file that @awesomerobot linked to.
There’s even a comment explaining how it works
Find recent accounts and come up with a score based on how many likes they received, based on how much they posted and how old the accounts of the people who liked them are.
5 Likes
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.