Opened 16 years ago
Last modified 16 years ago
#1175 closed task
Biomaterial lists — at Version 6
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | critical | Milestone: | BASE 2.10 |
Component: | core | Version: | |
Keywords: | Cc: |
Description (last modified by )
It should be possible to group biomaterials into lists (similar to grouping reporters in reporter lists). A single list can only contain one type of biomaterial (biosource, sample, extract or labeled extract). The primary use of the lists will be to use them as filters.
This ticket is about adding support in the core for storing the lists. More tickets will be added for tasks such as:
- Creating and populating the lists (#1190)
- Manipulating the lists (eg. union, intersection, etc.) (#1191)
- Use the lists as filters (#1192)
UML Diagram
Added BioMaterialList to the existing biomaterials diagram:
source:trunk/doc/src/docbook/figures/uml/datalayer.biomaterials.png
Change History (6)
comment:1 by , 16 years ago
Description: | modified (diff) |
---|
comment:2 by , 16 years ago
comment:3 by , 16 years ago
Description: | modified (diff) |
---|
comment:4 by , 16 years ago
Description: | modified (diff) |
---|
comment:5 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:6 by , 16 years ago
Description: | modified (diff) |
---|
It is not technically possible to mix different biomaterial types in the same list. This go deep into the Query API and permission system.
(In [4663]) References #1175: Biomaterial lists
Added BioMaterialList to UML diagram