Task #7844 (closed)
Opened 8 years ago
Closed 8 years ago
BinaryFile model-database investigation
| Reported by: | ajpatterson | Owned by: | ajpatterson |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-4.4 |
| Component: | Specification | Version: | n.a. |
| Keywords: | n.a. | Cc: | jburel |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2012-01-31 (7) |
Description
Change History (8)
comment:1 Changed 8 years ago by jburel
- Cc jburel added
comment:2 Changed 8 years ago by ajpatterson
- Sprint set to 2012-01-31 (7)
comment:3 Changed 8 years ago by ajpatterson
- Remaining Time set to 0.25
comment:4 Changed 8 years ago by ajpatterson
comment:5 Changed 8 years ago by ajpatterson
- Remaining Time changed from 0.25 to 0.1
comment:6 Changed 8 years ago by ajpatterson
In the Model BinaryFile is just used in three places.
- In OTF, which is depreciated.
- In the mask of ROI, which could be reworked as part of the ROI move to 3D. (In the DB the mask data is stored directly in the table in a bytes column.)
- In FileAnnotation (which in the DB uses OrigionalFile).
comment:7 Changed 8 years ago by ajpatterson
- Status changed from new to accepted
comment:8 Changed 8 years ago by ajpatterson
- Remaining Time changed from 0.1 to 0
- Resolution set to fixed
- Status changed from accepted to closed
Differences added to OmeModel/DatabaseComparison
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
Binary file does not really exist in the DB. The closest thing is Original File, which has filename and mimetype.
The DB Original FIle, has had a placeholder ticket to model it for some time, http://trac.openmicroscopy.org.uk/ome/ticket/3684 but I do not have any use cases for it.