Show hours in queue duration#207
Conversation
ff8f602 to
5b0bc75
Compare
|
Hi @marcpope this PR includes one fix along with two alternative approaches for redesigning the Queue duration visualization. Would appreciate if you could take a closer look at both variants - in my view, this approach makes the UI more intuitive, as it immediately highlights the “heaviest” jobs and improves overall readability. Happy to adjust based on your preference 👍 |
|
The ideas of showing the bars for the time is great. I am not sure if 'Red' is a good choise, because it is mainly associated with error or fail. Maybe a darker yellow. |
|
I like this idea, but agree on red/ yellow. I'd probably make them all the same color? Only Red if it wasn't completed. |



Summary
Hh Mm Ssin the initial PHP render./queueauto-refresh JavaScript renderer.Verification
php -l src/Views/queue/index.php59 => 59s,60 => 1m 0s,3800 => 1h 3m 20sNotes
mainand only changessrc/Views/queue/index.php.Testing