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. | |||
2025-04-25 | Fix display of upload errors for samples | Frederick Muriuki Muriithi | |
* Update the uri to fit in with existing paradigm * Pass the species and population to the endpoint | |||
2025-02-18 | Extract common pattern into generic function. | Frederick Muriuki Muriithi | |
2025-02-18 | Use new searchable list tables with off-ramps for data creation. | Frederick Muriuki Muriithi | |
2024-10-07 | Reuse requests checks to fix "too many returns" linting error | Frederick Muriuki Muriithi | |
2024-10-07 | linting: Fix minor linting issues. | Frederick Muriuki Muriithi | |
2024-10-02 | Add missing __init__.py | Frederick Muriuki Muriithi | |
2024-09-23 | UI: Indicate currently active menu. | Frederick Muriuki Muriithi | |
2024-09-17 | UI Improvements: Enumerate data in tables. | Frederick Muriuki Muriithi | |
2024-09-13 | Leave notes on things that need to be handled in code and UI | Frederick Muriuki Muriithi | |
2024-09-13 | Increase default number of items displayed per page. | Frederick Muriuki Muriithi | |
2024-09-13 | Put views behind authorisation. | Frederick Muriuki Muriithi | |
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. |