about summary refs log tree commit diff
path: root/uploader/datautils.py
AgeCommit message (Collapse)Author
4 daysBase64 encode/decode from and to dicts.Frederick Muriuki Muriithi
* Convert a dict to a JSON string then encode it to base64. * Decode a base64 encoded JSON string to a dict.
2024-09-24typing: Fix type errorsFrederick Muriuki Muriithi
2024-09-17Parse ints from strings safely.Frederick Muriuki Muriithi
2024-09-17Enable spefifying of start point for enumerator.Frederick Muriuki Muriithi
2024-09-17UI Improvements: Enumerate data in tables.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.