-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reset Time Applicability #12
Comments
I believe the motivation behind exposing this was:
That said, you're right, the rollover logic makes this ambiguous, and arguably neither (a) or (b) are strictly necessary and/or can be exposed in a different way. Personally, I think it'd be ok with omitting it.. but I'd love to hear other opinions. |
I imagine the time would be either [1] a countdown towards the reset date But yes the "roll over" data thing confused me too. Although, I'm not entirely too sure why both of the above couldn't work for rolling over data too - in that case [1] would be a countdown towards the day of the month where the new allowance gets calculated. See example where an allowance is reset of the 15th of every month: 14th day - used data = 2gb, total data = 5gb, leftover data = 2gb, days till reset = 1 Other opinions are welcome! |
The way Twitter does this (with API rate limits rather than data limits) is:
That is - the limit, how much is left, and the date when this resets. I think we should be able to do something similar. If the data doesn't reset (that is, it expires) that can also be respresented. Either
Or
If it never expires. With roll-over... is this really needed? You're effectively trying to show what their usage will be in the future, and that's inherently unpredictable. |
Need to make decision on #17 then we can carry on here. |
So if you are on a monthly contract, what would reset time return? Also what if your operator "rolls over" unused data?
The text was updated successfully, but these errors were encountered: