Changes between Version 2 and Version 3 of Ticket #832
- Timestamp:
- Dec 2, 2015, 11:18:48 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #832 – Description
v2 v3 3 3 It would be nice to get rid of this step and let Reggie create the storage boxes as needed. Storage boxes for all 5 types of biomaterial should be created at the same time when there is no more space in the last existing box. 4 4 5 The wizard should set the "storage location" based on the last existing box. Freezer index, section, tray and position should be automatically calculated. The properties are increased in the following order:5 The wizard should set the "storage location" based on the last existing box. ~~Freezer index~~, section, tray and position should be automatically calculated. The properties are increased in the following order: 6 6 7 7 * Position: 1..4 8 * Tray: 11, 21, 31, 41, 51, 61. For Sp boxes, the last digit is different for the other types: 9 - Lys=*2, 10 - DNA=*3, 11 - RNA=*4, 8 * Tray (=row+column): 11, 21, 31, 41, 51, 61 (for Sp boxes). Section 1 and 3 only have 5 rows. The last digit is depends on the sample type: 9 - Sp=*1 10 - Lys=*2 11 - DNA=*3 12 - RNA=*4 12 13 - FT=*5 13 14 * Section: 1..4 14 * Freezer index: 1..N15 * ~~Freezer index: 1..N~~ 15 16 16 17 Some combinations are "forbidden" since those locations are reserved for temporary storage boxes: … … 19 20 * Row 1 and 2 in section 3. 20 21 21 The "barcode" property is built by combining the freezer index, section, tray and position.22 ~~The "barcode" property is built by combining the freezer index, section, tray and position.~~ Barcode is is no longer used. 22 23 23 When that last possible combination of section+tray+position is used, it should start over from the beginning, the freezer index is increasedand a new freezer is selected. The administrator is responsible for creating a new default freezer.24 When that last possible combination of section+tray+position is used, it should start over from the beginning, ~~the freezer index is increased~~ and a new freezer is selected. The administrator is responsible for creating a new default freezer. 24 25