Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-13 | Clean up landing page | Frederick Muriuki Muriithi | |
Leave only data upload type selection on landing page. | |||
2024-04-05 | Add explicit route for favicon to reduce noise in the logs. | Frederick Muriuki Muriithi | |
2024-02-14 | Extract upload progress indication code | Frederick Muriuki Muriithi | |
* Extract the UI elements and code for indicating upload progress into separate, reusable "modules". * Fix bugs arising from changes. | |||
2024-01-20 | Fetch sample/case names from database | Frederick Muriuki Muriithi | |
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 | |||
2024-01-08 | Use extracted functions and fix bugs | Frederick Muriuki Muriithi | |
2023-12-06 | Feature: Upload Samples/Cases | Frederick Muriuki Muriithi | |
Implements the code enabling the upload of the samples/cases to the database. | |||
2022-12-23 | Help: Provide some help content for end user | Frederick Muriuki Muriithi | |
2022-11-12 | Accept plain text (text/plain) files | Frederick Muriuki Muriithi | |
2022-06-21 | Test the upload of zip files works as expected | Frederick Muriuki Muriithi | |
- Ensure errors respond with status code 400 - Ensure error messages are displayed for any invalid zip file that is uploaded. | |||
2022-06-15 | Fix linting and type errors | Frederick Muriuki Muriithi | |
2022-06-15 | Setup test fixtures and initial tests for web-UI | Frederick Muriuki Muriithi | |
2022-06-13 | Add upload progress indicator | Frederick Muriuki Muriithi | |
2022-06-10 | Enable upload of zipfiles | Frederick Muriuki Muriithi | |
2022-05-20 | Use standard-error rather than standard_error for consistency | Frederick Muriuki Muriithi | |
The CLI scripts use "standard-error" so update the web version to fit in with that. | |||
2022-04-28 | Update queuing and display results of file parsing | Frederick Muriuki Muriithi | |
* Make the 'worker' functions free from needing the application context by passing all the details they need as arguments. * Enable the display of parsing results. | |||
2022-04-25 | Call parsing function. Fix a few issues. | Frederick Muriuki Muriithi | |
* qc_app/entry.py: Pass filetype onward to parsing endpoint * qc_app/parse.py: Call the function(s) necessary to parse a file * quality_control/errors.py: Fix argument passing to super class | |||
2022-04-25 | Implement file upload | Frederick Muriuki Muriithi | |
2022-04-25 | UI: Add index page and basic styling | Frederick Muriuki Muriithi | |
Add template(s) for the index page and some basic styling to get started with. | |||
2022-04-20 | Add scaffolding for web app | Frederick Muriuki Muriithi | |
Add a basic scaffolding for the web interface to the quality-control application. |