0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/test
Simon Backx 90461c42d2
Added subscriber signup and cancellation deltas to stats API (#15023)
refs https://github.com/TryGhost/Team/issues/1673

When a user switches plan, the paid subscribers delta chart on the dashboard displays the change as a cancellation plus a new subscription. This display is misleading and confusing - instead, plan changes should be excluded from the paid subscribers delta chart.

To accomplish this, we added new properties to the API (signups and cancellations) that can be used to exclude plan changes in the statistics.

Changes in `@tryghost/stats-service`: d0dd218fc7

Related admin changes: https://github.com/TryGhost/Admin/pull/2425
2022-07-13 13:45:24 +02:00
..
e2e-api Added subscriber signup and cancellation deltas to stats API (#15023) 2022-07-13 13:45:24 +02:00
e2e-browser Added note about installing the E2E browsers 2022-02-22 10:20:40 +01:00
e2e-frontend Removed GA feature flags (#14915) 2022-05-26 09:54:30 +02:00
e2e-server 🐛 Fixed signing key identificaiton in JWKs 2022-05-24 12:20:30 +01:00
e2e-webhooks Updated webhook snapshots 2022-07-13 23:05:27 +12:00
integration Added comment CRUD+Moderate permissions 2022-07-08 15:46:11 +02:00
regression Added post tag assignment on user deletion 2022-07-13 03:06:04 +12:00
unit Added unit test coverage to the user service 2022-07-13 03:06:04 +12:00
utils Fixed comments fixtures being created in parallel 2022-07-12 15:59:55 +02:00
.eslintignore Updated casper test fixture to latest version 2022-01-25 14:10:53 +00:00
.eslintrc.js
.jshintrc