mint-metrics / mojito-chrome-inspector

Chrome extension to inspect and configure Mojito experiments.
https://mojito.mx/
GNU General Public License v3.0
3 stars 2 forks source link

Bugs/enhancements #2

Open dapperdrop opened 4 years ago

dapperdrop commented 4 years ago

@kingo55 @allmywant

Lets collate bugs/enhancements here before chunking it down to separate issues to prioritise.

Here's what I've found in my initial usage of the extension:

Enhancements

Bugs

allmywant commented 4 years ago

@dapperdrop All clear except this one:

For the "darker rows" the expanded state doesn't have the same bottom margin as the "lighter rows"

In fact they have the same bottom margin (15px), the reason it looks like different is: the lighter row next to a darker row has the white background color. I will find a way to let them have same looks.

kingo55 commented 4 years ago

Enhancements:

dapperdrop commented 4 years ago

Names / IDs in the main column? Show on mouseover for clean look, but not hiding info behind a click?

I think if we shrink font sizes a bit, we can include experiment name in it's own column. The only drawback is that sometimes we have the Wave number in the experiment name, which could look a bit awkward.

kingo55 commented 4 years ago

Perhaps there's a better way we name tests - e.g. concatenate the ID and name in the storage adapter. Not sure of a good way to handle this though.

dapperdrop commented 4 years ago

Maybe we can just de-emphasise the ID column. I think convert does this. Just a lighter font colour for the ID column. That way the focus will be on the experiment name, but ID still visually accessible.

image