The recipe progress bar indicates how many tasks in the recipe are completed by using the bar itself, and also what the proportion of each result was by using differently coloured segments of the bar (green for Pass, orange for Warn, red for Fail, blue for Panic). Currently the coloured segments just represent a proportion, all the Pass are grouped together, all the Fail are grouped together, etc. The segments of the bar do not correspond to the order of each task in the recipe. So for example, if a recipe has four tasks like this: Completed Pass Completed Fail Completed Pass Running the bar will look like: <=======green======|==red==| > It would be nice if instead, the segments of the bar corresponded to each actual task showing its position in the recipe, in this case: <==green=|===red===|=green=| > We can also make each segment a clickable link to the task it corresponds to, for extra convenience.
This was originally discussed/suggested many years ago, it's nice to finally have it done: http://gerrit.beaker-project.org/5022
Beaker 24.0 has been released.