[x] Todd found it hard to finely adjust the contrast and gamma e.g. he just want to do very incremental changes but had issues picking that spot. So one idea is to allow user typing (#62).
[ ] Now that we have a way to define a custom title for viewer app, we should figure out how that could be useful to our users and figure out the steps to expand it. Based on my current understanding, users would like to know the list of Genes that are associated with the Image. Since this is not a simple outbound foreignkey, the current method is not sufficient. We should gather more information to see what's needed. We might have to implement a similar flow-control system in the viewer app.
[ ] In the chaise recordedit app, users can pick any RGB color. But we're only using the hue value of that color in the viewer app. This can be confusing to the users since since the color that they may choose might be completely different from the one that we're using. One suggestion was limiting users to only "hue slider" which would require some sort of annotation to signal recordedit.
[ ] Show a better loader. We could show the thumbnails like this (how facebook does it) while the page is loading.
[ ] Improve the responsiveness of the app:
[ ] There should be a minimum width for the z-plane list (based on minimum number of displayed thumbnails.) if the available width is less than that, we should just give up and show a horizontal scrollbar.
[x] The button on top of the viewer app should wrap properly.
[ ] Channel panel width should be based on view port (#90).
This is just a placeholder for the issues that might come up. We may keep updating this and this is not finalized.
[x] From the full screen mode, we need a way to navigate back to the previous page (chaise#2040): Done as part of https://github.com/informatics-isi-edu/chaise/commit/e8dddc08c27fc4c5e76dc1d643ae114d9b733c66 commit
[x] the UI doesn't deal well with the long channel name. It didn't wrap properly: Done as part of https://github.com/informatics-isi-edu/openseadragon-viewer/commit/195443d64e2bb6b81a300a002e9906513f017372 commit
[x] Todd found it hard to finely adjust the contrast and gamma e.g. he just want to do very incremental changes but had issues picking that spot. So one idea is to allow user typing (#62).
[ ] Now that we have a way to define a custom title for viewer app, we should figure out how that could be useful to our users and figure out the steps to expand it. Based on my current understanding, users would like to know the list of Genes that are associated with the Image. Since this is not a simple outbound foreignkey, the current method is not sufficient. We should gather more information to see what's needed. We might have to implement a similar flow-control system in the viewer app.
[ ] In the chaise recordedit app, users can pick any RGB color. But we're only using the hue value of that color in the viewer app. This can be confusing to the users since since the color that they may choose might be completely different from the one that we're using. One suggestion was limiting users to only "hue slider" which would require some sort of annotation to signal recordedit.
[x] The image annotation highlight feature is confusing. We might want to change it so it uses the same color and only changes the thickness of annotations. In that case, we might want to increase the thickness more than what we currently do. Done as part of https://github.com/informatics-isi-edu/openseadragon-viewer/commit/96912b316cdcd83264721cdfec783df07a5e1f9e
[ ] Show a better loader. We could show the thumbnails like this (how facebook does it) while the page is loading.
[ ] Improve the responsiveness of the app: