buttondown / roadmap

Buttondown's public roadmap
53 stars 0 forks source link

SubscriberDetail page should show specific import information (if present) rather than just "Added via import" #2971

Closed jmduke closed 1 month ago

jmduke commented 3 months ago

In the subscriber detail page, we have a little badge showing where a subscriber came from: for imported subscribers, we say "Added via import".

image

Let's expand this to say specifically which export the subscriber came from. Gaze upon my beautiful mockup:

image

That source should link to filtering the subscribers list page by that given subscriber import ID for now (which is, e.g, /subscribers?subscriber_import=12903u1-23i.)

The first step here will be actually surfacing the subscriber import in the Subscriber object in the API which is in api/views/subscribers/routes.) Start by working on a PR to add that to the Subscriber schema.