ionicsoft / vidon

A student project to create a video on demand web service. Will only host public-access content.
0 stars 1 forks source link

Subscriptions #18

Closed Wyvernix closed 5 years ago

Wyvernix commented 5 years ago

Issue:

Customers must be able to subscribe to shows. They

Proposal:

Wyvernix commented 5 years ago

My thoughts for implementing the subscriptions feature would be to add a renewal date for the customers in the database and a cancellation flag for the subscriptions in the database. Then we would have a scheduled job run every day that would look for customers who are up for renewal and bill them, remove cancelled subscriptions and finally increment the renewal date by 30 days.