aboutsummaryrefslogtreecommitdiff
path: root/uploader/samples
AgeCommit message (Collapse)Author
2025-05-30Use full table names rather than aliasesFrederick Muriuki Muriithi
Using aliases leads to errors when you have to use table locking to prevent data corruption. This commit updates queries to use the full table names rather than aliases, in order to prevent such troubles.
2025-04-25Fix display of upload errors for samplesFrederick Muriuki Muriithi
* Update the uri to fit in with existing paradigm * Pass the species and population to the endpoint
2025-02-18Extract common pattern into generic function.Frederick Muriuki Muriithi
2025-02-18Use new searchable list tables with off-ramps for data creation.Frederick Muriuki Muriithi
2024-10-07Reuse requests checks to fix "too many returns" linting errorFrederick Muriuki Muriithi
2024-10-07linting: Fix minor linting issues.Frederick Muriuki Muriithi
2024-10-02Add missing __init__.pyFrederick Muriuki Muriithi
2024-09-23UI: Indicate currently active menu.Frederick Muriuki Muriithi
2024-09-17UI Improvements: Enumerate data in tables.Frederick Muriuki Muriithi
2024-09-13Leave notes on things that need to be handled in code and UIFrederick Muriuki Muriithi
2024-09-13Increase default number of items displayed per page.Frederick Muriuki Muriithi
2024-09-13Put views behind authorisation.Frederick Muriuki Muriithi
2024-09-09Enable samples uploads.Frederick Muriuki Muriithi
2024-09-09Initialise samples uploadsFrederick Muriuki Muriithi
* Move existing code to new module * Rework the UI: create new templates * Rework the routes: Select species and populations before attempting an upload.