Soloplan / whatson

Build status monitoring for Windows with support for Jenkins, Travis-CI, CC.NET (alternative to CCTray)
MIT License
19 stars 4 forks source link

Add indicator(s) to groups #16

Closed steffen-wilke closed 4 years ago

steffen-wilke commented 4 years ago

If a group is currently collapsed, the tool doesn't provide any information about the contained jobs. To get a quick overview, the groups should display additional information about their jobs when they're collapsed.

Example: image

Only the ones that apply should be displayed.

dominikgolda commented 4 years ago

After some experimenting I don't think it is good idea. It looks good when groups are collapsed, but after they are expanded the information for groups mix with information for particular build jobs. The configuration with indicators in the middle doesn't have this problem, but it breaks the current column layout and makes using long group captions problematic. indicatorsAtTheEnd indicatiorsInTheMiddle indicatorsAtTheBegining

I have alternative version, we can have colored boxes with number of build jobs in given state inside. This will take less space, as the number/symbol are combined. Also the boxes look less like build job status indicators indicators and are not that much confused with one another. 2020-01-17_18h09_29

dominikgolda commented 4 years ago