Page 1 of 1

Load all images from all groups

PostPosted: Tue Dec 24, 2013 10:42 am
by robert.stanislawiak
Hello, is it possible to load all images/projects/datasets from all groups when user log in to omero.web client ?

Best regards
Robert

Re: Load all images from all groups

PostPosted: Tue Dec 24, 2013 11:46 pm
by wmoore
Hi Robert,

I'm afraid this is not possible at present. You can only browse Projects/Datasets/Images from one group at a time in the web client, although it is possible to show data from "All Members" of a group at the same time.

We are intending to implement this functionality in the web in due course (see https://trac.openmicroscopy.org.uk/ome/ticket/11498) but are currently in the early stages of assessing the scale of the work needed and the priority / urgency compared with other tasks.

If you'd like to give us any more feedback about your use-case, that would certainly help with planning, but we can't promise anything in terms of timetable I'm afraid.

Many thanks for your input,

Will.

Re: Load all images from all groups

PostPosted: Mon Dec 30, 2013 2:32 pm
by robert.stanislawiak
So maybe some tip to load images automatically to users in this same group - it`s more flexible in using smaller devices like tablets and so on. Or omero.web client basket feature to share images to diffrent groups not only particular users

regards
RS

Re: Load all images from all groups

PostPosted: Wed Jan 01, 2014 8:12 am
by robert.stanislawiak
I`ve added static hyperlink in top menu to load images from all members group
http://a.b.c.d/omero/webclient/userdata/?experimenter=-1


regards
RS

Re: Load all images from all groups

PostPosted: Thu Jan 02, 2014 10:41 pm
by wmoore
Hi,

Just to clarify: Does the current functionality (with your "All Members" shortcut) cover most of your requirements, or do you need the "All Groups" functionality that we are planning for sometime in the future?

We have not worked on the basket functionality for some time, but could consider the option of sharing to a Group instead of individual Users (in the simplest case, we could just add all the users from a chosen group to a share).

Regards,

Will.

Re: Load all images from all groups

PostPosted: Sun Jan 05, 2014 6:26 pm
by robert.stanislawiak
For now it`s ok, but I would like to avoid make changes after future upgrade

in the simplest case, we could just add all the users from a chosen group to a share

Yes, but my users are stored in external ldap database, and i would have to highlight every new synced user, so this is not what i`m looking for

regards
RS

Re: Load all images from all groups

PostPosted: Wed Jan 08, 2014 3:44 pm
by atarkowska
Hey Robert

robert.stanislawiak wrote:I`ve added static hyperlink in top menu to load images from all members group
http://a.b.c.d/omero/webclient/userdata/?experimenter=-1



Did you hardcode the top link directly in the source code or use parameter to set it like here?

To answer your other question. Currently it is only possible to display data user can see (data from groups user belongs to).

Could you please describe more your usecases? Do you want to display all data from group(-s) user belong to or entire server? How your groups/users are organized (permissions, etc)?

Kind regards
Ola

Re: Load all images from all groups

PostPosted: Fri Jan 10, 2014 9:46 pm
by robert.stanislawiak
I ve simply added this in some html file - menu.html probably. but maybe i will try proper way and hardcode this link like in documentation.

About groups I wanted to have users with uploaded images in different group than users with only read only permissions - just for viewing shares

Regards
RS