Just curious what the ‘Score’ attribute on a user post indicates, and/or how it’s calculated. Thanks!
1 Like
Used in the summarize topic function which appears on topics with more than 50 replies.
1 Like
As for how it’s calculated, everything is in the ScoreCalculator class
https://github.com/discourse/discourse/blob/master/lib/score_calculator.rb
11 Likes
Great thanks for this!