taborlab / Iris

The Light Program Interface
BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

UI for display states of error #176

Closed BrianLandry closed 9 years ago

BrianLandry commented 9 years ago

We need to figure out how some of the errors are handled from a UI perspective. Here is a start to that discussion.

Decision tree for displaying a plateView:

Is the plate specification valid?
Yes
  Draw Plate
No
  Is the plate grayed out?
  Yes
    Do Nothing
  No
    Color plate with gray box
SynbioLucas commented 9 years ago

Interim solution as of 099b3b988fd1a7b41647210f7cb9da80d5c31032 -- display all wells as white/empty.

felixekn commented 9 years ago

328052b378d822350aaec411a80f506c96dd865b .error class when added to an input will highlight it in red.

SynbioLucas commented 9 years ago

Visualizing errors in the input area is complete (subject to minor open issues) as of 328052b378d822350aaec411a80f506c96dd865b and 905021b0e882d8ef1723513b604fb99c8a20f75a. We probably sill want to change the display on the visualization side.