Ghost/ghost/core/test
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
..
e2e-api Added post sentiment (#15592) 2022-10-11 17:52:14 +02:00
e2e-browser Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
e2e-frontend 🐛 Prevented member creation when logging in (#15526) 2022-10-05 18:11:06 +07:00
e2e-server Added full flow test for click tracking (#15546) 2022-10-10 10:15:31 -05:00
e2e-webhooks Added post sentiment (#15592) 2022-10-11 17:52:14 +02:00
integration Added members_feedback table (#15581) 2022-10-11 13:21:31 +02:00
regression Increased Vary granularity for versioned requests 2022-09-28 14:48:43 +08:00
unit Added post sentiment (#15592) 2022-10-11 17:52:14 +02:00
utils Added tests for click events in the activity feed 2022-10-06 11:43:39 +02:00
.eslintignore Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
.eslintrc.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00