informatics-isi-edu / openseadragon-viewer

2D viewer with openseadragon
Apache License 2.0
5 stars 2 forks source link

Channel groups #84

Open RFSH opened 3 years ago

RFSH commented 3 years ago

In some images, there might be more than 10 channels. Showing all 10 channels at once is not usable by users and we want to improve this. So we're thinking about introducing channel groups. Each channel might be part of multiple groups, and if a user selects a group, we should only show the appropriate channels.

We should investigate our options on the UI to support this concept. One suggestion was changing the "Channels" header in channel panel to be a dropdown. Then users can choose a group from the list and we would show the proper list of channels.

RFSH commented 3 years ago

We had a discussion about this and the following are the result of this discussion: