Ghost/ghost/staff-service
Aileen Booker e0331bbfcf
Added MilestoneCreatedEvent to staff service notifications (#16307)
refs
https://www.notion.so/ghost/Marketing-Milestone-email-campaigns-1d2c9dee3cfa4029863edb16092ad5c4?pvs=4

- Added MilestoneCreatedEvent subscription to staff-service incl. first
handling
- Logs information for now instead of actually sending an email
2023-02-23 11:20:13 +02:00
..
lib Added MilestoneCreatedEvent to staff service notifications (#16307) 2023-02-23 11:20:13 +02:00
test Added MilestoneCreatedEvent to staff service notifications (#16307) 2023-02-23 11:20:13 +02:00
.eslintrc.js
index.js
package.json
README.md

Staff Service

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