c17442cf4b
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. |
||
---|---|---|
.. | ||
lib | ||
test | ||
.eslintrc.js | ||
.gitignore | ||
index.js | ||
package.json |