Options to Automatically Distribute Workload
A
Andrea Bertazzoni
The workload should be automatically re-distributed based off selectable workload distribution approaches. Approach #1: saturate to over capacity; Approach #2: optimize for evenly distribution.
Use case:
I have a 5 workdays from Monday to Friday, 8 workhours per workday.
I have Task A planned from Monday to Friday, with 10h time estimate.
I have Task B planned on Wednesday, with 7h time estimate.
Resulting distribution with current implementation (over capacity):
Wednesday with 9h (1/5
10h of Task A + 7h of Task B), other days with 2h (1/5
10h of Task A).Resulting distribution with Approach #1:
Wednesday with 8h (1h of Task A + 7h of Task B), other days with 2h15m (1/4*9h of Task A).
Resulting distribution with Approach #2:
Wednesday with 7h (7h of Task B), other days have 2h30m (1/4*10h of Task A).
Log In