Currently, shift rules that enforce a max number of hours per X days are calculated on a rolling basis. For customers with labor laws tied to a fixed work week (e.g., Sunday-Saturday), this can cause false positives or compliance gaps. Example use case: A customer has a labor law requiring a maximum number of overtime hours per work week (Sunday-Saturday). Because our rule logic uses a rolling 7-day window, it may flag violations that don't actually exist within the legal work week, or miss violations that span across the rolling window differently than the law intends. Request: Allow admins to configure whether a scheduling rule is evaluated against a fixed calendar week (with a configurable start day, e.g., Sunday) or the current rolling 7-day window. This gives teams the flexibility to align Assembled's rules with their specific legal and operational requirements.