Ghost/ghost/offers/lib/application
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
..
OfferMapper.js Updated offers setup to allow trial values 2022-08-11 11:04:39 +05:30
OfferRepository.js Moved Offer event logic into the Offer Entity 2023-09-02 16:58:48 +07:00
OffersAPI.js Fixed missing options when creating or editing an Offer 2022-08-24 13:56:07 +02:00
UniqueChecker.js Moved application concerns to an application dir 2021-10-08 12:27:17 +02:00