Ghost/ghost/staff-service/lib
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
..
email-templates Added an option to recommend back in Admin Settings (#18478) 2023-10-04 15:22:04 +00:00
milestone-email-config.js Milestone emails templates and sending implementation (#16318) 2023-03-21 13:39:40 +00:00
StaffService.js Added emails for recommendations (#18361) 2023-09-26 15:29:17 +00:00
StaffServiceEmails.js Added recommend back URL (#18382) 2023-09-28 10:54:16 +00:00