Some rest regulations require a minimum total amount of rest within a rolling window, accumulated across multiple qualifying periods, not just a minimum number of breaks of a certain length.
For example: "72 hours of rest within any 14-day window, split into periods of at least 32 hours each."
We'd like a new
totalMinutesOff
field that works alongside the existing
consecutiveMinutesOffMinIntervals
.
The requirement is met if a single break covers the total, or if multiple breaks each meet the minimum length and together reach it.