Ghost/ghost/audience-feedback
Simon Backx e540344ef2
Added audience feedback service and storage (#15584)
fixes https://github.com/TryGhost/Team/issues/2049
fixes https://github.com/TryGhost/Team/issues/2053

- This adds a new audience feedback package to Ghost. 
- A new members API to give feedback on posts using the `/api/feedback` endpoint.
- Added a new authentication middleware that supports both uuid-based and session based authentication.
2022-10-11 16:32:28 +02:00
..
lib Added audience feedback service and storage (#15584) 2022-10-11 16:32:28 +02:00
test Added audience feedback service and storage (#15584) 2022-10-11 16:32:28 +02:00
.eslintrc.js Added audience feedback service and storage (#15584) 2022-10-11 16:32:28 +02:00
index.js Added audience feedback service and storage (#15584) 2022-10-11 16:32:28 +02:00
package.json Added audience feedback service and storage (#15584) 2022-10-11 16:32:28 +02:00
README.md Added audience feedback service and storage (#15584) 2022-10-11 16:32:28 +02:00

Audience Feedback

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