aboutsummaryrefslogtreecommitdiff
path: root/qc_app/templates/index.html
AgeCommit message (Expand)Author
2024-04-08Fix issues caught by integration tests.Frederick Muriuki Muriithi
2024-03-04Display flash messages correctly.Frederick Muriuki Muriithi
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-02-05Update UI documentation...Improve the UI documentation by making it more explicit what each section deals with to help aleviate confusion of what the different features do. Frederick Muriuki Muriithi
2024-01-22UI: Fix some UI bugs.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
2024-01-19UI: Present entry point for R/qtl2 bundles upload.Frederick Muriuki Muriithi
2023-12-06Feature: Upload Samples/Cases...Implements the code enabling the upload of the samples/cases to the database. Frederick Muriuki Muriithi
2023-01-17upload: Enable cancelling an upload.Frederick Muriuki Muriithi
2022-12-23Help: Provide some help content for end userFrederick Muriuki Muriithi
2022-11-16ui: provide error messaging if file is not selected.Frederick Muriuki Muriithi
2022-11-12Accept plain text (text/plain) filesFrederick Muriuki Muriithi
2022-07-07Rework styling for form elementsFrederick Muriuki Muriithi
2022-06-13Add upload progress indicatorFrederick Muriuki Muriithi
2022-06-10Enable upload of zipfilesFrederick Muriuki Muriithi
2022-05-20Use standard-error rather than standard_error for consistency...The CLI scripts use "standard-error" so update the web version to fit in with that. Frederick Muriuki Muriithi
2022-04-25Implement file uploadFrederick Muriuki Muriithi
2022-04-25UI: Add index page and basic styling...Add template(s) for the index page and some basic styling to get started with. Frederick Muriuki Muriithi