Public repo
brand_loyalty
An Elixir repository exploring brand loyalty domain logic and the application shapes around it.
Elixir
View library
brand_loyalty is an Elixir project around loyalty-domain modeling. Even when a repository is small, domain projects are useful because they force names, events, and flows to become concrete.
The interesting part is the boundary between business behavior and implementation. Loyalty systems tend to involve points, rules, accounts, rewards, and state changes, which makes them a good place to practice clear application structure.