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
The cards separator can be turned into a progress bar as below. However the start date of the subscriptions is not known and using createdAt doesn't make sense in this case.
The progress bar calculation can be the progress in a year for infinite subscriptions (when untilDate is null) and can be calculated based on untilDate. The calcuation is already available under SubscriptionPaymentCount -> getPaymentCount which needs some improvements based on the algorithm.
The text was updated successfully, but these errors were encountered:
The cards separator can be turned into a progress bar as below. However the start date of the subscriptions is not known and using createdAt doesn't make sense in this case.
The progress bar calculation can be the progress in a year for infinite subscriptions (when untilDate is null) and can be calculated based on untilDate. The calcuation is already available under
SubscriptionPaymentCount -> getPaymentCount
which needs some improvements based on the algorithm.The text was updated successfully, but these errors were encountered: