about summary refs log tree commit diff
path: root/uploader/templates/genotypes
AgeCommit message (Collapse)Author
2026-04-13Move "Upload Genotypes" button to dataset page.Frederick Muriuki Muriithi
2026-04-13Retrieve ALL markers for a species regardless of data.Frederick Muriuki Muriithi
Retrieve all the genetic markers that exist for a particular species regardless of whether or not a particular marker has corresponding samples allele data.
2026-04-13Open page in a new tab.Frederick Muriuki Muriithi
2026-04-13Fetch markers from JSON endpoint.Frederick Muriuki Muriithi
2026-04-13Delete obsolete template.Frederick Muriuki Muriithi
2026-04-13Separate related UI elements into separate rows.Frederick Muriuki Muriithi
2026-04-13Only parse content when it's present.Frederick Muriuki Muriithi
2026-04-13Improve UI text and reorganise the UI.Frederick Muriuki Muriithi
2026-03-27Genenetwork: Initialise datatable for genetic markers.Frederick Muriuki Muriithi
2026-03-27genotypes: Reorganise UI.Frederick Muriuki Muriithi
2026-03-27genotypes: Setup sane defaults for creating new genotype datasets.Frederick Muriuki Muriithi
2026-03-27genotypes: Delete obsolete template.Frederick Muriuki Muriithi
2026-03-25Open link in new tab/window.Frederick Muriuki Muriithi
2026-03-17Replace '#' with 'Index' in tables.Frederick Muriuki Muriithi
2025-12-29Genotypes: Move feature to new UI templates.Frederick Muriuki Muriithi
2025-02-18Use new searchable list tables with off-ramps for data creation.Frederick Muriuki Muriithi
2024-12-10Retain population for "List Markers" pageFrederick Muriuki Muriithi
For UI consistency, and as a convenience to the users, retain the population details for the "List Markers" page to help them navigate more easily using the breadcrumbs.
2024-12-10Deactivate access to incomplete/unimplemented features.Frederick Muriuki Muriithi
2024-12-10Improve breadcrumbsFrederick Muriuki Muriithi
Update the breadcrumb links such that each will lead back the parent section rather than to generic section pages. This is updated for the relevant parts of the UI.
2024-09-25Create new genotype datasets.Frederick Muriuki Muriithi
2024-09-25Fix check.Frederick Muriuki Muriithi
2024-09-20Initialise UI for managing genotype datasets.Frederick Muriuki Muriithi
2024-09-19Only show a single genotype dataset.Frederick Muriuki Muriithi
It is expected that there is only ever a single genotype dataset for any one particular population.
2024-09-19List genotype datasetsFrederick Muriuki Muriithi
2024-09-18Add genotype dataset UIFrederick Muriuki Muriithi
2024-09-18Separate genetic markers from encodings and datasetsFrederick Muriuki Muriithi
2024-09-17Display some genotype information.Frederick Muriuki Muriithi
2024-09-17Select genotype's population.Frederick Muriuki Muriithi
2024-09-17Provide entry-point of genotypes.Frederick Muriuki Muriithi
2024-09-13Initialise genotypes' UIFrederick Muriuki Muriithi