-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project Dataset Image Folders #87
Comments
Some initial thoughts:
Folders as they currently stand are one-to-many, but the contents can be in multiple folders.
If it's "just put the import item" (i.e. images or plates) in folders, then I could see that.
Annotation folders come quickly to mind. At the moment, they are strongly typed so it shouldn't be difficult to differentiate if we don't change the strategy:
|
OK, so if we get rid of Projects and Datasets then that'll happen at upgrade time, with a script that converts Projects and Datasets and Screens to AnnotationFolders. |
To ImportFolders? (or whatever they're called)
Yeah, there's going to be a long list of things like this. If keeping Datasets keeps most things simple, then I could imagine keeping them, but that will increase the long-term complexity. |
Folders at present can contain a mix of ROIs and images. I think this heterogeneity may be a feature allowing users to organize objects by what they relate to rather than what they are. It may depend in part on how we someday represent correlative imaging, etc. Tightly typed folders are certainly an option though. |
Such feature was again mention during the latest training session in Singapore |
"More levels" has been a feature request for a long time.
More recent examples: https://www.openmicroscopy.org/community/viewtopic.php?f=4&t=8419
Also feedback from TIM 2018 meeting and IDR mailing lists.
Several design decisions needed to consider:
Folder structure
To start assessing some options, I began a prototype in the webclient, https://github.com/will-moore/openmicroscopy/tree/project_folders
simply using Tags with a 'project.folder' namespace as a backend for representing folders. These contain Projects only in the current implementation.
Already we can see this is probably a bit confusing with all the various containers in the tree (this is with
omero.client.ui.tree.type_order=False
so all containers are mixed together).So probably a good time to consider some of the options above.
cc @pwalczysko @jburel @chris-allan @joshmoore @sbesson
The text was updated successfully, but these errors were encountered: