Ghost/ghost/post-events
Naz 99f29a169c Removed post delete related event handling
closes https://github.com/TryGhost/Arch/issues/91

- We have on cascade delete (a9f9f6121a/ghost/core/core/server/data/schema/schema.js (L1068)) on `post_id` column which handles post deletion logic automatically on DB level.
- The commented out handlers in the long term should be hooked up with public CollectionService methods on the client side.
2023-09-15 13:50:25 +08:00
..
src Removed post delete related event handling 2023-09-15 13:50:25 +08:00
test Removed post delete related event handling 2023-09-15 13:50:25 +08:00
.eslintrc.js Switched to TypeScript eslint config 2023-08-09 18:27:56 +02:00
package.json Updated linting and testing packages 2023-09-01 15:51:17 +02:00
README.md
tsconfig.json

Post Events

Post Entity Domain events

Usage

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests