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