Changes between Version 6 and Version 7 of Modules/Batches
- Timestamp:
- 2011-01-24T12:48:30+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Modules/Batches
v6 v7 15 15 16 16 >MS: do you want to make batch available in the standard screens? 17 >> Eventually yes, but not for the first version. 17 18 18 19 == Technical Implementation == … … 20 21 21 22 >MS: The batches should be stored in the database, then inside the core model you could add an entity 'MolgenisBatch' to describe the batches (optionally, including a query) and an entity 'MolgenisBatchElement' with three fields 'batchId, entityType, objectId' to hold manually selected elements. 22 23 >> We don't agree - at least for the first version we want to keep it simple and not involve the database. If a record is needed from the batch, we agreed that a shared protocolApplication could be made which links back to the entities that were in a batch. Furthermore, if a user logins out and then logs back in, the batch will still be there, assuming the application is still running (which is the idea of a web application). 23 24 If we were to support multiple Batches, we could make the map consist of User ID as the key and a list of lists of Batches as values. But how can we then find the right Batch, i.e. the Batch the user wants to work with at that moment? 24 25