about summary refs log tree commit diff
path: root/uploader/templates/samples
AgeCommit message (Collapse)Author
12 daysSamples: Move feature to new UI templates.Frederick Muriuki Muriithi
2025-12-17Update samples UI to new streamlined UI format.Frederick Muriuki Muriithi
2025-12-17Avoid colons in HTML attribute valuesFrederick Muriuki Muriithi
Colons are used as part of the CSS selectors, so having them in the attribute values leads to problems selecting and styling the elements.
2025-12-16Streamlined UI for samples.Frederick Muriuki Muriithi
2025-07-14Mark feature as not-implemented.Frederick Muriuki Muriithi
2025-07-14Fix tooltip text.Frederick Muriuki Muriithi
2025-07-14Allow adding new samples even where there are existing ones.Frederick Muriuki Muriithi
2025-07-02Allow upload of CSV or TSV files ending with the '.txt' extension.Frederick Muriuki Muriithi
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-18Use new searchable list tables with off-ramps for data creation.Frederick Muriuki Muriithi
2025-02-04Remove non-informative table header.Frederick Muriuki Muriithi
2024-09-17UI Improvements: Enumerate data in tables.Frederick Muriuki Muriithi
2024-09-13Samples: provide more informative page content.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.
2024-08-28Move code handling expression data upload into new module.Frederick Muriuki Muriithi
2024-07-25Rename module: qc_app --> uploaderFrederick Muriuki Muriithi