ome / omero-figure

An OMERO.web app for creating Figures from images in OMERO
http://figure.openmicroscopy.org
GNU Affero General Public License v3.0
15 stars 30 forks source link

Collaborative figures #322

Open joshmoore opened 5 years ago

joshmoore commented 5 years ago

To prevent the duplication & proliferation of figures (with the same name, etc), users should be able to access, edit, and save figures without making a copy.

Original request from: https://www.openmicroscopy.org/community/viewtopic.php?f=15&t=8693

For interested users: please note that this is a significantly large feature that this is unlikely to happen quickly. Feel free to add a :thumbsup: or similar to show your support.

Potential implementations (roughly from easiest to hardest):

jstitlow commented 5 years ago

What about adding a 'common user' that multiple users could login to and collaborate on a group of shared images/figures? Is this possible in OMERO? Are there any issues? Thanks, j

Joshua S Titlow, PhD Postdoctoral Research Associate Department of Biochemistry University of Oxford, UK

South Parks Road Oxford OX1 3QU, UK

(p) (44) (0) 1865 613271 (w) http://joshtitlow.wordpress.com/

On Fri, Mar 8, 2019 at 3:57 PM Josh Moore notifications@github.com wrote:

To prevent the duplication & proliferation of figures (with the same name, etc), users should be able to access, edit, and save figures without making a copy.

Original request from: https://www.openmicroscopy.org/community/viewtopic.php?f=15&t=8693

For interested users: please note that this is a significantly large feature that this is unlikely to happen quickly. Feel free to add a 👍 or similar to show your support.

Potential implementations (from easiest to hardest):

  • file-locking
  • ...
  • full google doc style editing

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ome/omero-figure/issues/322, or mute the thread https://github.com/notifications/unsubscribe-auth/AFjBBhHXmGjGY9ZquK8wY9stKsPc8nbBks5vUohOgaJpZM4bln8v .

joshmoore commented 5 years ago

Hi @jstitlow. It's possible to share a password, but two users even as the same OMERO user wouldn't be able to edit the same file at the same time.

carandraug commented 5 years ago

I'm guessing such thing only makes sense if the figure is in a read-write group, correct?

will-moore commented 5 years ago

Even file locking can be painful - I remember on plone (I think) where you had to ask other user if they could remove their lock each time. Google docs-style would be fantastic, but we'd need push notifications from Django (web sockets)? and a LOT of other changes.

joshmoore commented 5 years ago

only makes sense if the figure is in a read-write group

I'd think so, @carandraug. Otherwise it would need to be copy-on-write which raises the issues brought up on the forums.

Even file locking can be painful

Definitely. All a question of trade-offs.