You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make the UI simple/clean, would it be enough to just do what Google does and just have a way to restrict to recent cutoffs, e.g., "created in the last week/month/6 months/year" sort of thing?
I don't think that would be enough. Use case is looking for license created when investigating a purchase of a few weeks ago. Stripe shows the timestamp, but often there's no dashboard query that shows the license id. It would be helpful to search within an hour of purchase.
On second thought, a bulk download for admins of all licenses would be an acceptable workaround. It could be as simple as a list of license id's issued since a given start date, or just all license id's. I can use the admin API to get other data & cache it.
Activity
williamstein commentedon Nov 20, 2020
To make the UI simple/clean, would it be enough to just do what Google does and just have a way to restrict to recent cutoffs, e.g., "created in the last week/month/6 months/year" sort of thing?
DrXyzzy commentedon Nov 20, 2020
I don't think that would be enough. Use case is looking for license created when investigating a purchase of a few weeks ago. Stripe shows the timestamp, but often there's no dashboard query that shows the license id. It would be helpful to search within an hour of purchase.
DrXyzzy commentedon Nov 20, 2020
On second thought, a bulk download for admins of all licenses would be an acceptable workaround. It could be as simple as a list of license id's issued since a given start date, or just all license id's. I can use the admin API to get other data & cache it.