Ghost/ghost/posts-service
Fabien "egg" O'Carroll 0d7f98f4d1 Supported adding/removing post to collection via Posts API
We've got some fairly simple diffing logic here to update the collections which
a post is in, the bulk of the changes here are to support the return of a DTO
rather than Bookshelf Model. This also helps improve the architecture because
we are step closer to removing infrastructure concerns (HTTP Response Headers)
from the business logic layer.

For now there is a crappy EventString which can be passed back to the
controller which can then handle any HTTP related concerns, although long term
these should be actual events like PostPublished or PostUpdated.
2023-06-16 09:28:19 +02:00
..
lib Supported adding/removing post to collection via Posts API 2023-06-16 09:28:19 +02:00
test Implemented duplicate post functionality (#16767) 2023-05-15 09:30:32 +01:00
.eslintrc.js Moved posts service to its own package 2023-03-20 16:06:42 +01:00
index.js Added posts exporter implementation (#16467) 2023-03-22 09:08:35 +01:00
package.json Implemented bulk editing post access (#16617) 2023-04-12 11:58:46 +02:00
README.md Moved posts service to its own package 2023-03-20 16:06:42 +01:00

Posts Service