Gannt: the utilization of resources does not color red correctly when week partly closed

0 votes
asked Jan 30, 2022 in Bug by bask (140 points)
When selecting the week overview for the Gantt chart, the utilization colors red when exceeding 700. When weekend are closed, I would expect to color it red when the utilization exceeds 500. When a resource is off on an additional day, I would expect that that day does count as utilized and mark the utilization red when it exceeds 400.

1 Answer

0 votes
answered Feb 2, 2022 by plantuml (298,440 points)
Sounds like a good idea. However, it would help if you could post on or two simple example to show exactly what you mean.

Thanks!
commented Feb 19, 2022 by Bas

If you enter the following diagram:

@startuml

saturday are closed
sunday are closed

projectscale weekly zoom 2

{Alice} is off on saturday
{Alice} is off on sunday

Project starts the 3rd of january 2022

[Task1] on {Alice} lasts 20 days 
[Task2] on {Alice} lasts 8 days and starts on 6th of january 2022


@enduml

then the utilization of Alice on the bottom, turns red only if that utilization exceeds 700. This is regardless of the working days of the project which is only Monday till Friday. I would expect that the week utilization of more than 500 would color red.

Demo

...