Score. Score for a Post. How is this calculated?

Just curious what the ‘Score’ attribute on a user post indicates, and/or how it’s calculated. Thanks!

1 me gusta

Used in the summarize topic function which appears on topics with more than 50 replies.

2 Me gusta

As for how it’s calculated, everything is in the ScoreCalculator class :wink:

https://github.com/discourse/discourse/blob/master/lib/score_calculator.rb

14 Me gusta

Great thanks for this!