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
Constrain UI to last complete month, consolidate month helpers
- Rename web.GetCurrentMonth → GetLastCompleteMonth (it always returned
last month, not the actual current month); rename GetActualCurrentMonth
→ GetCurrentMonth to match
- Apply the same constraint to UI handlers: list pages (packages,
countries, fun/current) and series/chart pages now query up to the
last complete month instead of the actual current (partial) month
- Move MaxEndMonth out of layout/constants into systemarchitectures as
a local endMonthUnbounded constant; remove unused MonthMultiplier
- Remove layout.LastCompleteMonth() wrapper; callers now call
web.GetLastCompleteMonth() directly, leaving constants.go with only
SeriesLimit
0 commit comments