nupic.visualizations icon indicating copy to clipboard operation
nupic.visualizations copied to clipboard

Plan UI overhaul

Open breznak opened this issue 9 years ago • 7 comments
trafficstars

A lot of information is shown through the handleError() routine. The display may get cluttered with all the bubbles. Some way to make this more compact/clear?

Ref.: https://github.com/nupic-community/nupic.visualizations/pull/69#issuecomment-171086137

breznak avatar Jan 12 '16 22:01 breznak

I think first useful step (for devs) would be adding console.log to each handleError call?

Do you think the amount of info shown through the notices is too much? ..I don't think it's that bad. Or we may just try to reduce the warnings we show (?)

breznak avatar Jan 12 '16 22:01 breznak

Yes. I think I need to do an overhaul of the entire UI. There are a number of issues that have arisen lately as we have added more functionality.

jefffohl avatar Jan 12 '16 22:01 jefffohl

for the UI overhaul, I'd like to suggest "just throwing all UI controls in" for now, and we can get feedback what is used, along with what,... and from there make a suitable UX?

breznak avatar Jan 13 '16 13:01 breznak

How do you mean, "just throwing all UI controls in"? Do you mean, create UI controls for all conceivable settings?

I am noticing that there are a couple of stages in the process of parsing and visualizing a CSV file:

  • There are options for before the user feeds the file into the system. For example, indicating whether the file will be continuously updated or not.
  • There is feedback after the file has started loading - for example, whether or not forced windowing is being applied, due to the size of the file.
  • After the file is loaded, or perhaps while the file is being streamed continuously, there are options - such as what series to show, threshold highlights, normalization, etc.

It would be good to take into account these different stages in the UX.

jefffohl avatar Jan 13 '16 16:01 jefffohl

Oh, you have a better perspective than me, I was thinking just about the stage 3. And for there applies the "throw all in" for now.

breznak avatar Jan 13 '16 16:01 breznak

Here all all UI/UX issues we have https://github.com/nupic-community/nupic.visualizations/labels/UI%2FUX

(btw, will change the title to something more descriptive)

breznak avatar Jan 13 '16 16:01 breznak

Idea for setup step: https://github.com/nupic-community/nupic.visualizations/issues/77#issuecomment-171709224

I'd like to see similar show/hide btn "Mode", where users can switch to/toggle the following choices:

  • anomaly: #68 #31
  • Editor: #23 #24 #21
  • Monitoring

breznak avatar Jan 14 '16 17:01 breznak