trypear / pearai-server-issues-public

Repository dedicated to create issues for PearAI server.
5 stars 0 forks source link

[1][Medium][App] When a user subscribes, reset their usage quota #1

Closed nang-dev closed 1 month ago

nang-dev commented 1 month ago

Currently when a user subscribes and converts from free trial, their free trial used credits is still counted in their new subscribed plan. We should change it so that their credits reset to 0. This will involve Redis (their quota count is stored there).

We should gather some analytics as part of this reset process: Data to store at the moment when they switch from free trial to Pro. This will help us gather analytics such as number of conversions, or when do users switch from free trial to Pro.

Fryingpannn commented 1 month ago

@spaceonyx yo are u still working on this 👀