aboutsummaryrefslogtreecommitdiff
path: root/qc_app/static/js
AgeCommit message (Expand)Author
2024-02-14Extract upload progress indication code...* Extract the UI elements and code for indicating upload progress into separate, reusable "modules". * Fix bugs arising from changes. Frederick Muriuki Muriithi
2024-01-20Fetch sample/case names from database...Fetch the sample/case names from the database rather than from a static file in the repository. Issue: https://issues.genenetwork.org/issues/quality-control/read-samples-from-database-by-species Frederick Muriuki Muriithi
2023-12-20Reduce table columns...Reduce the table columns displayed by javascript for the platforms. Frederick Muriuki Muriithi
2023-12-07Samples: Provide preview feature.Frederick Muriuki Muriithi
2023-01-17upload: Enable cancelling an upload.Frederick Muriuki Muriithi
2022-11-16ui: provide error messaging if file is not selected.Frederick Muriuki Muriithi
2022-11-16ui: Don't show upload progress indicator if file is not selected.Frederick Muriuki Muriithi
2022-08-04UX: Enable selecting radio by clicking anywhere on the row...Ease the selection of a radio button by allowing the user to click on any of the table cells that are in the same row as the radio button of concern. Frederick Muriuki Muriithi
2022-07-19Implement dataset selection...- Implement UI enabling selection from existing datasets - Start implementation of UI that enables creation of new dataset Frederick Muriuki Muriithi
2022-07-19Select the platform (GeneChipId) firstFrederick Muriuki Muriithi
2022-07-07Provide selection for GeneChips...The GeneChipId value is required for the data being inserted, so this commit provides the UI to enable selection of the chip. Frederick Muriuki Muriithi
2022-07-06Implement UI for dataset selection...As part of updating the database with the new data, there is a need to select the appropriate dataset that the data belongs to, and this commit provides the UI to assist the user do that. Frederick Muriuki Muriithi
2022-06-13Add upload progress indicatorFrederick Muriuki Muriithi