Imageomics / Andromeda

A website that enables users to explore high-dimensional image data
http://andromeda.imageomics.org/
MIT License
2 stars 1 forks source link

Simplify process to uncheck columns for QUEST 2023 #54

Closed johnbradley closed 1 year ago

johnbradley commented 1 year ago

From @llhouse2

when a teacher chooses variables to visualize they have to UNclick about 15 variables; e.g., seconds and ALL lat -lon variables, Is there a way to, by default, click all variables EXCEPT the one's likely not to include? I would like the following variables to NOT be selected. sat_Lat-Center sat_Lon-Center sat_Lat-NW sat_Lon-NW sat_Lat-SE sat_Lon-SE land_Lat-Center land_Lon-Center land_Lat-NW land_Lon-NW land_Lat-SE land_Lon-SE sat_in land_in ... Unclick Seconds too

johnbradley commented 1 year ago

The simplest approach would be to just automatically uncheck some columns based on a hard coded list of columns. From a UI perspective it's kinda surprising that some seemingly random checkboxes are unchecked.

Ideally I would like to make a less QUEST specific hard coding change, just not sure how that would look.