These docs are for v7. Click to read the latest docs for v9.

System Design

190613-cog-laravel-love-uml

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.