System Design
Glossary
Reacterable
— model which can act as Reacter
.
Example: User
, Person
, Organization
, etc
Reactable
— model which can act as Reactant
.
Example: Post
, Comment
, User
, etc
Reacter
— one who reacts.
Reactant
— subject which could receive Reactions.
Reaction
— the response that reveals Reacter's feelings or attitude.
ReactionType
— type of the emotional response.
Example: Like, Dislike, Love, Sad, etc
ReactionCounter
— aggregated statistical values of ReactionTypes related to Reactant.
ReactionTotal
— aggregated statistical values of total reactions count & their weight related to Reactant.
Updated almost 6 years ago
Next Page