You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
The problem: the user might have canceled the subscription and the end of the period not be premium. the frontend does not know this and doesn't know where to show an "unsubscribe" or "renew subscription".
Suggested solution: add that information in the User resource (get api/User)
I would go with User.EndOfCurrentTime from subscription and User.HasCancelled a new bool property of subscription.
As we are at this point let's go to the end and share also SubscriptionStatus from
The text was updated successfully, but these errors were encountered:
The problem: the user might have canceled the subscription and the end of the period not be premium. the frontend does not know this and doesn't know where to show an "unsubscribe" or "renew subscription".
Suggested solution: add that information in the User resource (
get api/User
)I would go with
User.EndOfCurrentTime
from subscription andUser.HasCancelled
a new bool property of subscription.As we are at this point let's go to the end and share also SubscriptionStatus from
The text was updated successfully, but these errors were encountered: