aboutsummaryrefslogtreecommitdiff
path: root/uploader/samples/models.py
AgeCommit message (Expand)Author
3 daysUse `yield from …` form.•••Use the `yield from` form rather than iterating through the elements of the built sequence. Frederick Muriuki Muriithi
2025-05-30Use full table names rather than aliases•••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. Frederick Muriuki Muriithi
2024-09-09Enable samples uploads.Frederick Muriuki Muriithi
2024-09-09Initialise samples uploads•••* Move existing code to new module * Rework the UI: create new templates * Rework the routes: Select species and populations before attempting an upload. Frederick Muriuki Muriithi