Ghost/ghost/offers/lib/domain
Fabien "egg" O'Carroll a97383f2de Moved Offer event logic into the Offer Entity
We do not want our Repositories to implement business logic like deciding which
events should be created. As that creates too tight of a coupling, and makes it
harder to swap out repositories in future. Instead they should only be concerned
with the storage, retrieval and hydration of Entities from the persistence engine.
2023-09-02 16:58:48 +07:00
..
errors Improved error messages for Offers API 2021-10-22 16:48:52 +02:00
events Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
models Moved Offer event logic into the Offer Entity 2023-09-02 16:58:48 +07:00