Ghost/ghost
Fabien O'Carroll c17442cf4b Added memberService to members-api
no-issue

The idea of this service is to sit infront of the repository and handle
application logic which does not belong at the data layer. The exact
naming and structure is TBC but this gives us a place to start pulling
logic out of the controllers, without having to mash it all into the
repository.

Also important to note is that is does not return instances of bookshelf
models, but a JSON representation of the model, this allows us to not
leak internal implementation to consumers.
2021-08-25 21:25:19 +02:00
..
magic-link Published new versions 2021-08-23 14:49:21 +02:00
members-api Added memberService to members-api 2021-08-25 21:25:19 +02:00
members-csv Published new versions 2021-08-23 14:49:21 +02:00
members-importer Published new versions 2021-08-23 14:49:21 +02:00
members-ssr Published new versions 2021-08-23 14:49:21 +02:00