mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-19 00:11: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. |
||
---|---|---|
.. | ||
base | ||
api-key.test.js | ||
comment.test.js | ||
custom-theme-setting.test.js | ||
integration.test.js | ||
invite.test.js | ||
member-created-event.test.js | ||
member-feedback.test.js | ||
member-subscribe-event.test.js | ||
member.test.js | ||
newsletter.test.js | ||
permission.test.js | ||
post.test.js | ||
session.test.js | ||
settings.test.js | ||
single-use-token.test.js | ||
stripe-customer-subscription.test.js | ||
subscription-created-event.test.js | ||
tag.test.js | ||
user.test.js |