mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
68bdc1afea
fixes https://github.com/TryGhost/Team/issues/2054 This change adds the sentiment and positive_feedback counts to the posts models. This change isn't really ideal because there are some problems here: - sentiment isn't really a count - we don't need to include the sentiment and positive_feedback as a default for posts (but the same is true for attribution) It would make sense to move this to separate endpoints that only fetch the analytics for a given post when the analytics page is opened. But for our initial skateboard version of audience feedback this should be a good start to already see the data. |
||
---|---|---|
.. | ||
e2e-api | ||
e2e-browser | ||
e2e-frontend | ||
e2e-server | ||
e2e-webhooks | ||
integration | ||
regression | ||
unit | ||
utils | ||
.eslintignore | ||
.eslintrc.js |