tlambert03 / napari-omero

Browse your OMERO database from within napari.
GNU General Public License v2.0
33 stars 10 forks source link

Directory structure in the GUI #9

Open jstitlow opened 4 years ago

jstitlow commented 4 years ago

The directories are unstructured when loading the GUI with napari_omero.

tlambert03 commented 4 years ago

thanks! yep, all of this is possible. the Tree model definitely needs work, and better group management. (currently it just shows your default group... edit: more specifically, it just shows the default conn.listProjects() with no group/user wrangling yet). I still have much to learn about the organization 😂 thanks for opening the issue. will get on it

tlambert03 commented 4 years ago

@jstitlow, @will-moore made a number of fixes to the ordering and selection of the tree, and it should load lazily now. Take another look look at your convenience and let us know what remaining issues there are (maybe still missing datasets... I think we might lack orphaned datasets and images?)

jstitlow commented 4 years ago

Seems faster!

tlambert03 commented 4 years ago

Thanks for checking. Will work on groups/users and orphaned datasets