-
Notifications
You must be signed in to change notification settings - Fork 30
Feature: configurable Weekly Pace for business/work-week usage #56
Description
Summary
It would be useful to make Weekly Pace configurable for business-style plans.
Today, Weekly Pace appears to be calculated as a linear progression across the full seven_day quota window using ResetsAt, effectively as a rolling 7-day timeline. For some business/team setups, that can be misleading because weekend days may need to be excluded from the expected pace calculation.
Feature request
Add an option to calculate Weekly Pace using a configurable work week instead of always using the full 7-day elapsed-time window.
Requested settings:
- choose which day the week starts on
- optionally use a 5-day working week
- when enabled, exclude weekend days from the expected pace calculation
Example
Current style of message:
Weekly usage is ahead of pace (60% used vs 52% expected by now).
Requested behavior:
- if the configured work week is Monday to Friday
- and today is mid-week
- expected pace should be based only on worked days elapsed in that configured work week
So the dashboard would compare usage against business-week pace, not only against a linear 7-day rolling window.
Why this would help
This would make the pacing signal much more useful for Business / team-style plans when weekends should be ruled out from the pace calculation.