jacobobryant / platypub

A publishing platform built with Biff
MIT License
65 stars 13 forks source link

Add subscriber page approach #28

Closed jeffp42ker closed 2 years ago

jeffp42ker commented 2 years ago

I needed this one so I implemented it, what do you think?

  1. Subscribers seems to naturally fit under Newsletters much like Sites View, Preview etc.
  2. Members list limit is hard-coded to 1000, default is 100. No pagination yet implemented.
  3. Only lists Subscribed members. Unsubscribed members would be a separate request to support.
  4. Uses and displays the joinedAt value; the href and referrer attributes are retrieved but not displayed.

subscribers-animation