Admin subscriptions #17
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
/admin/subscriptions
show recent subscription events
show upcoming events
show total revenue from subscriptions
show projected revenue 1mo/3mo/6mo/1yr from subscriptions assuming no new signups and no cancelations
/admin/subscriptions/add
form with subscription type select, sub name input, frequency select, cost cents/sats, user identifier
on submit, sends email to user with link, user clicks link to /subscription/subid
/subscription/<sub_id> only viewable to admin and user owning the sub
if sub is not STARTED, show details, terms and get user's content to start the subscription
else show details about the subscription and allow user or admin to cancel it
Admin Sto Admin subscriptions