Ghost/ghost/core/test/e2e-api
Simon Backx 68bdc1afea
Added post sentiment (#15592)
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.
2022-10-11 17:52:14 +02:00
..
admin Added post sentiment (#15592) 2022-10-11 17:52:14 +02:00
content Increased Vary granularity for versioned requests 2022-09-28 14:48:43 +08:00
members Added audience feedback service and storage (#15584) 2022-10-11 16:32:28 +02:00
members-comments Added temporary fix for random test failures in comments 2022-09-14 17:02:13 +02:00
shared Increased Vary granularity for versioned requests 2022-09-28 14:48:43 +08:00