watzek/walklc

Table for Deleting Subscription

Opened this issue · 0 comments

Update Identity table to add a date field of cancelling subscription.

Whenever a user joins the event, call the function to set their cancel sub date to the furthest of all events they are in

Write an asynchronous function that is called every day that goes through all the user's cancel sub date and if it matches today then call the delete sub function.