-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Problem
Activity timer uses the built-in storage mechanism for powerups to store the time ranged on the card. Unfortunately, this can cause disruption at some point if you have too many unique trackings on the same card. At this point, tracking will stop working and then we're simply alerting the user of this.
The issue with this is that users may get a false sense of security with starting a tracking session, and then when wanting to finish it, it says that there isn't any more space available. Making it hard to backtrack what was tracked to then add this to a separate card or on the same card after cleaning up.
Proposal
Add in a tracker that will continue to measure the size of the Activity timer data on the card & actively alert the user when they're getting near the limit. This will allow them to monitor this & act upon it before it becomes a problem.