User Story #1799 (closed)
Opened 9 years ago
Closed 9 years ago
Pass back relevant files as Image objects
Reported by: | cblackburn | Owned by: | cblackburn |
---|---|---|---|
Priority: | critical | Milestone: | OMERO-Beta4.2 |
Component: | OmeroFs | Keywords: | n.a. |
Cc: | jamoore, jburel | Story Points: | n.a. |
Sprint: | n.a. | Importance: | n.a. |
Total Remaining Time: | 0.0d | Estimated Remaining Time: | n.a. |
Description (last modified by jburel)
A registered image when returned should probably included the pixels object
i.e. Image-Pixels
The pixels object should be have the correct Size set.
This means that a "light parsing" is required
Change History (15)
comment:1 Changed 9 years ago by jmoore
- Component changed from General to Scripting
- Owner changed from jmoore to dzmacdonald
comment:2 Changed 9 years ago by jmoore
- Owner changed from dzmacdonald to jmoore
comment:3 Changed 9 years ago by jmoore
- Component changed from Scripting to OmeroFs
- Owner changed from jmoore to cblackburn
comment:4 Changed 9 years ago by jburel
- Description modified (diff)
- Type changed from User Story to Task
comment:5 Changed 9 years ago by jburel
comment:6 Changed 9 years ago by jburel
Actually we probably need to modify the register method.
For a group RWRW, a user can see other people images for example and may want to annotate the images, in that case the owner of the registered image should not be the person currently logged in.
comment:7 Changed 9 years ago by cblackburn
- Sprint set to 2010-03-05 (4)
- Status changed from new to assigned
comment:8 Changed 9 years ago by cblackburn
- Remaining Time set to 3
comment:9 Changed 9 years ago by cblackburn
- Type changed from Task to User Story
comment:10 Changed 9 years ago by cblackburn
See r6243
comment:11 Changed 9 years ago by cblackburn
comment:12 Changed 9 years ago by cblackburn
(In [6250]) Set ImportCandidates? depth to 0 to return only importable files from the current directory. See #1799
comment:13 Changed 9 years ago by cxallan
- Sprint changed from 2010-03-05 (4) to 2010-03-19 (5)
comment:14 Changed 9 years ago by jmoore
- Sprint 2010-03-19 (5) deleted
comment:15 Changed 9 years ago by cblackburn
- Resolution set to fixed
- Status changed from assigned to closed
Further FS work will take place under #2595
A registered image (or an original file) is currently registered with root as the owner of the object. The owner should be the user currently connected.
This is a BIG problem.