distributed-system-analysis/pbench-dashboard

Why are selection filters grayed-out on the comparison page?

Closed this issue · 2 comments

Why do we have the selection filters initially grayed out on the comparison page? Does that really engender a "call to action"? Can we consider not having the grayed out, and instead indicating a filter that is not engaged another way?

PbenchFiltersGrayedOut-20190402

@portante The filters are greyed out initially as we render the placeholder value which is designated by the benchmark parameter. Once the user has interacted with a <Select /> component and has selected a benchmark param filter, we populate the component with the selected value and fill the color in order to show the user feedback for selecting the value.

I'm working on improving the UX here so we show that all benchmark parameter values are selected by default (which means all iterations are selected by default).

Fixed by the pattern-fly migration (#87).