User Story #176 (closed)
Opened 13 years ago
Closed 5 years ago
Channel Bindings Update
Reported by: | cxallan | Owned by: | jburel |
---|---|---|---|
Priority: | minor | Milestone: | 5.x |
Component: | General | Keywords: | n.a. |
Cc: | jamoore | Story Points: | n.a. |
Sprint: | n.a. | Importance: | n.a. |
Total Remaining Time: | n.a. | Estimated Remaining Time: | n.a. |
Description (last modified by jburel)
Currently, the ChannelBindings object has no specific linkage to a particular channel, it is just assumed that the order of a pixels.getChannels() List is the same as the corresponding renderingDef.getChannelBindings() List. This could potentially lead to a situation where the two arrays get out of sync in terms of which elements match up.
In order to have this particular data model and API problem be corrected we really should have ChannelBindings with a channel attribute accessible through channelBinding.getChannel() and channelBinding.setChannel(Channel c).
Change History (4)
comment:1 Changed 13 years ago by cxallan
- Description modified (diff)
comment:2 Changed 8 years ago by jburel
- Milestone changed from Unscheduled to OMERO-Beta4.4
comment:3 Changed 7 years ago by jburel
- Description modified (diff)
- Milestone changed from OMERO-Beta4.4 to OMERO-Beta4.5
comment:4 Changed 5 years ago by jburel
- Resolution set to duplicate
- Status changed from new to closed
Linked to https://trello.com/c/EllVFMjZ/34-rendering-settings
closing that story.
We need to review that as part of the rendering work