Subscriptions model #11

Closed
opened 2025-02-13 23:14:13 -05:00 by null · 0 comments
Owner

tracks user/product subscriptions -- links user_id to product_id for start_date to renew_date, has a state one of

TRIAL - can be paid or try for free for limited period, which will convert to START automatically if not CANCELED
START - checkout paid for an extended period, which will convert to RENEWAL automatically if not CANCELED
RENEWAL - automatically billed if not CANCELED

it has another field with enum

COMPLETED
CANCELED

It also has an invoice date (aka start date) and a renews_at date.

tracks user/product subscriptions -- links user_id to product_id for start_date to renew_date, has a state one of TRIAL - can be paid or try for free for limited period, which will convert to START automatically if not CANCELED START - checkout paid for an extended period, which will convert to RENEWAL automatically if not CANCELED RENEWAL - automatically billed if not CANCELED it has another field with enum COMPLETED CANCELED It also has an invoice date (aka start date) and a renews_at date.
null changed title from Subscriptions model [draft] to Subscriptions model 2025-02-13 23:35:27 -05:00
null closed this issue 2025-02-14 23:19:57 -05:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: null/ecomm-store#11
No description provided.