Simon Backx
|
37397e88b6
|
Renamed paid_signups to paid_conversions in post metrics export
no issue
|
2023-03-28 11:43:37 +02:00 |
|
Simon Backx
|
147e0cc0d5
|
Renamed newsletter to newsletter_name in post metrics export
no issue
|
2023-03-28 11:42:30 +02:00 |
|
Simon Backx
|
11abac9c58
|
Added 100% unit test coverage for PostsExporter
fixes https://github.com/TryGhost/Team/issues/2796
|
2023-03-27 10:17:03 +02:00 |
|
Simon Backx
|
7c2b2d0f68
|
Added posts exporter implementation (#16467)
fixes https://github.com/TryGhost/Team/issues/2779
fixes https://github.com/TryGhost/Team/issues/2781
Needs some more manual testing, unit tests and E2E tests. But the
exporting is implemented and some columns are removed based on the site
settings.
|
2023-03-22 09:08:35 +01:00 |
|
Simon Backx
|
0cc3164b25
|
Added export button to posts page with placeholder endpoint (#16456)
fixes https://github.com/TryGhost/Team/issues/2780
refs https://github.com/TryGhost/Team/issues/2781
Adds an export button to the posts page in admin (behind feature flag). It downloads a
placeholder CSV via a real endpoint (`/posts/export`).
|
2023-03-21 10:24:56 +01:00 |
|
Simon Backx
|
a5dff4207e
|
Moved posts service to its own package
fixes https://github.com/TryGhost/Team/issues/2778
It is easier to add extra classes using the latest patterns if it has its own package.
|
2023-03-20 16:06:42 +01:00 |
|