|
Purpose/Overview:
After uploading a CSV file with users' barcodes the user should be able to see the preview of matched records(top 10) and be able to download an CSV file with matched records, so the records can be reviewed and later modified.
Requirements/Scope:
- All records returned are saved in csv
- Keys are replaced with values
- The file name follows the convention: <yyyy-mm-dd-Matched-Records-<name of the file with identifiers>.csv
Approach:
1) Re-use existing logic of
MODEXPW-45
Closed
to get users by barcode
2) The only query for retrieving users should be added
Acceptance criteria:
- File is created and can be saved
- File name follows the convention
- Unit and API tests are written where applicable
|