Ghost/ghost/staff-service
Sag 15adb254f0
Added an option to recommend back in Admin Settings (#18478)
refs https://github.com/TryGhost/Product/issues/3978

- added "GET /incoming_recommendations/" browse endpoint to the Admin
API - we store incoming recommendations as mentions in the database. The
new endpoint reuses the Mentions API underneath to fetch verified
mentions of type recommendation - recommendation-specific attributes are
returned by the new endpoint, including calculated fields such as the
"RecommendingBack" boolean
- show "Recommend back" option for sites recommending me, only if I
haven't recommended the site already
2023-10-04 15:22:04 +00:00
..
lib Added an option to recommend back in Admin Settings (#18478) 2023-10-04 15:22:04 +00:00
test Updated tips & donations settings and email notification design (#17679) 2023-08-10 18:35:42 +01:00
.eslintrc.js
index.js
package.json Update dependency handlebars to v4.7.8 2023-08-31 13:26:36 +00:00
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