Ghost/ghost/staff-service
Rishabh Garg ef353db39a
Grouped mentions from same source in email report (#16470)
refs https://github.com/TryGhost/Team/issues/2754

Mentions from same source are already grouped together in Admin UI, with number of links for each source shown in the grouped mention. Similarly, this change updates the grouping of mentions from same source for email reports, removing any duplicate mention source from the report.
2023-03-23 18:18:03 +05:30
..
lib Grouped mentions from same source in email report (#16470) 2023-03-23 18:18:03 +05:30
test Milestone emails templates and sending implementation (#16318) 2023-03-21 13:39:40 +00:00
.eslintrc.js Added staff service to manage email alert notifications 2022-08-25 18:01:52 +05:30
index.js Added staff service to manage email alert notifications 2022-08-25 18:01:52 +05:30
package.json Update Test & linting packages 2023-03-13 02:36:20 +00:00
README.md Added staff service to manage email alert notifications 2022-08-25 18:01:52 +05:30

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