docbrown/config/reactions.yml
Joshua Wehner 3f26694976
Refactor reaction categories as abstract class collection (#18540)
* Try a ReactionCategory abstract 'model'

* Use ReactionCategory

* Lookup category, pre-reaction

* Lookup category > constant

* Category can sometimes be nil?

* Try something friendlier for code reloading

* Refactor: extract point calculation out of Reaction

* Reaction Category can have color

* Rename reaction points service to follow convention

* method signature changed as well, calculate -> call

* Fix typo, leading comment, and rename data structures for clarity
2022-11-01 10:50:37 +01:00

23 lines
300 B
YAML

---
like:
position: 1
icon: later
readinglist:
position: 2
icon: later
unicorn:
position: 3
icon: later
thumbsup:
privileged: true
score: 5.0
thumbsdown:
privileged: true
score: -10.0
vomit:
privileged: true
score: -50.0
thinking:
published: false
hands:
published: false