Opened 14 years ago
Closed 14 years ago
#1532 closed task (fixed)
Add bioplate type to bioplates
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | critical | Milestone: | BASE 2.16 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
We hade to move #1442 to BASE 2.17 but want to keep the bioplate types in 2.16. This should be more or less as specified, but we need the possibility to have more "lock modes" on plates and also remember the biomaterial that was placed on a temporary plate after it has been moved. The idea is to have a kind of reaction plates which support moving the remaining biomaterial to a storage plate were the wells remember the biomaterial that was used on it. So the lock modes we need are:
- unlocked: it is possible to move biomaterial in and out any number of times
- locked: it is possible to move biomaterial in, but not out
- locked-after-move: it is possible to move biomaterial in and out once. After that the well becomes locked and a link is created between the well and biomaterial.
Change History (6)
comment:1 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 14 years ago
(In [5456]) References #1532: Add bioplate type to bioplates
Added BioPlateType.getLockMode() and Well.getOriginalBioMaterial() link. Extended test programs to makes sure locking is working as expected. Changes to the gui are not yet complete. The JSPs compiles but locking options are not considered.
comment:3 by , 14 years ago
comment:4 by , 14 years ago
(In [5459]) References #1532: Add bioplate type to bioplates
The gui has ben updated to handle the lockMode property for plate types. Edit pages for biomaterials, bioplates and wells have been updated to account for the various lock modes.
I don't think there is more to do, but will keep this open until the final testing.
Most of this has already been done as part of #1442. The remaining things is to extend the lock mode support.