Version 1 (modified by 14 years ago) ( diff ) | ,
---|
Use Cases for Client API and Bulk Operations
Description
The two key use cases (from one of Nick's emails):
1) User submits data to caTissue such that participant(s) are created and assigned to the BRICCS collection protocol, primary samples received
are logged, derived samples are recorded, and aliquots are created, and located, appropriately.
2) User submits an excel chart style array of aliquot barcodes and a box identifier, such that caTissue can update the location of the aliquots
with reference to their container (the box) and their location within the box (the grid reference).
Implementation
Here is a fairly generic strategy:
- Develop the use cases, in sufficient detail to be able to...
- Translate use cases into actions using caTissue's domain objects
- Analyse in terms of client API and / or bulk operations
- For client API
- Decide the user interface
- Evaluate how to use the 2-d barcode reader
- For bulk operations
- Design mapping file
- Design utility (or find a utility?) to export csv file from a spreadsheet
- For client API
- Code and Test
Note:
See TracWiki
for help on using the wiki.