issues
search
adam-jw-casey
/
beavor
MIT License
1
stars
0
forks
source link
Smarter workload calculation
#50
Open
adam-jw-casey
opened
1 year ago
adam-jw-casey
commented
1 year ago
The workload allocation algorithm should take into account:
Dependencies between tasks (depends on #11)
The relative priorities of tasks (#78)
Uncertainty in the time a task will take to be completed (depends on #24)
Minimizing the number of tasks being worked on at the same time (see #10)
Allocating reasonable blocks of time to each task (see #10)
Account for the amount of time remaining today (#19)
Relative time allocations to different categories (#82)
Others?
The workload allocation algorithm should take into account: