Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Site Owners to Export to CSV the Subscriptions list/table #3241

Open
kimwhite opened this issue Jan 3, 2025 · 1 comment
Open

Allow Site Owners to Export to CSV the Subscriptions list/table #3241

kimwhite opened this issue Jan 3, 2025 · 1 comment

Comments

@kimwhite
Copy link
Contributor

kimwhite commented Jan 3, 2025

Site owners would like to export the Subscription Table, similar to how they can now export Members List and Orders.

Example
export-subscriptions

@ideadude
Copy link
Member

The work around I think is to export members and filter by subscription id.

Is there any data needed that isn't included in the members export?

What are the user stories around when folks need this and what they are doing with the data? That would help to inform how exactly we build this.

I suppose we could naively export a CSV with exactly the data in this table, but (1) I'm not sure that's what is really wanted and (2) we don't want to build something we will have to support that isn't really needed.

Might be clever, but a possibility might be to (a) update the members list to be able to filter to only members with subscriptions, then (b) make this export CSV link just a link to the members export with that filter on (and any other filters/queries active on the current subscriptions page).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants