Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-30 | Use full table names rather than aliases | Frederick 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. | |||
2024-09-09 | Enable samples uploads. | Frederick Muriuki Muriithi | |
2024-09-09 | Initialise samples uploads | Frederick 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. |