Ghost/ghost/offers/lib/application
Fabien "egg" O'Carroll 127c61d4c6 Moved OfferRepository to core
As per our architecture guidelines we want to keep bookshelf implementations of
Repositories in Ghost core, so that all the bookshelf code is kept together, and
the packages implementing business logic with entities and services require less
dependencies to test. This separation should also help us inadvertently add
business logic to repository implementations by having a more "physical"
boundary between them.
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
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