Correlation: changing the channel doesn't update the url
Categories
(Socorro :: Webapp, task)
Tracking
(Not tracked)
People
(Reporter: Sylvestre, Unassigned)
Details
Comment 1•8 years ago
|
||
Comment 2•6 years ago
|
||
So, what's going on is that there are two different levels of filters. There are filters that apply to all the tabs for that signature report which you can access using the "Filters" toggle. Then there's the product and channel dropdowns that are just on the correlations tab.
When you add "release_channel=beta", that changes the filters that apply to all the tabs and sets the channel in the correlations tab, too.
It feels confusing to me to have dropdowns that apply just to the correlations tab to apply to all the tabs plus it'd be had to do the javascript have changes in the correlations dropdown affect the filters.
I can think of one of a couple of options:
-
Disconnect the correlations tabs dropdowns from the filters completely such that it's a separate set of url parameters. Maybe "correlations_product" and "correlations_release_channel".
-
Remove the correlations tabs dropdowns, fix the code to use the filter values, and add instructions telling users to adjust the filters.
I think the first option is probably the most ergonomic one for users and the second one is annoying since the filters are hard to adjust especially if you're switching between two values.
What do you think? Do you have other ideas? Which would you prefer?
Comment 3•6 years ago
|
||
I agree, option 1 seems better, maybe making those "correlation_" parameters be the same as the filters by default (that is, on first load).
Reporter | ||
Comment 4•6 years ago
|
||
I will rely on Marco for the best option :)
Description
•