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
Goal. Someone opening Usage can tell where they stand against their plan, in the period they are billed on, without doing any arithmetic.
Problem. The page reports totals for whichever window you picked. It never says which billing period you are in, when it resets, or how close you are to the plan limit.
Scope
default to the current billing period, showing its range and the reset date
"% of plan consumed" as the headline, and as a tile
the usage bar, with the notification markers on it
cumulative usage against the plan limit, with the limit drawn as a ceiling
Goal. Someone opening Usage can tell where they stand against their plan, in the period they are billed on, without doing any arithmetic.
Problem. The page reports totals for whichever window you picked. It never says which billing period you are in, when it resets, or how close you are to the plan limit.
Scope
This covers the healthy and approaching states. Over limit and restricted are #8187.
Two cases to settle before it ships
Neither should render a fraction with a missing denominator.
Done when
Depends on the API returning the resolved period, which is not raised yet.