aboutsummaryrefslogtreecommitdiff
path: root/qc_app/files.py
AgeCommit message (Expand)Author
2024-02-12Raise error if file is missing rather than returning a Union value.Frederick Muriuki Muriithi
2024-01-16UI: Create UI to select from existing genotype datasets.Frederick Muriuki Muriithi
2024-01-16Build a sha512 hash from the uploaded file's name and timestamp...Build a sha512 message digest from the file's name and the timestamp of when the file was uploaded. This ensures that the filename is URL-safe, and reduces chances of name conflicts in the upload directory which could lead to data corruption when processing the files and saving the files into the database. Frederick Muriuki Muriithi
2023-12-11samples: Fix bugs in code saving samples to db...* Check whether first row in file is for headings * Break infinite loop: check batch has content * Update saving of uploaded files Frederick Muriuki Muriithi
2023-12-07Samples: Read an save data to db.Frederick Muriuki Muriithi