Changes between Version 1 and Version 2 of Modules/Batches
- Timestamp:
- 2011-01-11T08:20:55+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Modules/Batches
v1 v2 3 3 Several applications have a need for the idea of working in Batches. That is to say, executing some sort of function on multiple molgenis entities at one time. An example is choosing multiple samples in a LIMS system to simultaneously perform protocols on. The idea is to create a generic plugin that can serve multiple molgenis applications. 4 4 5 == Technical Implementation ==5 == Technical Implementation == 6 6 7 7 The idea is to have a singleton class, say "Batches" that contains a map, which is composed of a Molgenis User (from the auth package) as the key, and a list as the value. The list would contain molgenis entities currently in the "batch". When the application requests the batch information, the map would be queried with the id of the current molgenis user, and the list would be returned.