From bfb581115cb5306cf2b95bb940d22b4c1dfca7d3 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 10 Sep 2026 14:13:26 -0500 Subject: PoC: UI for genotype records. Implement a proof-of-concept (PoC) UI for genotype records. --- uploader/templates/genotypes/base.html | 7 +- uploader/templates/genotypes/index.html | 129 ++++++++++++ uploader/templates/genotypes/list-genotypes.html | 227 --------------------- .../genotypes/macro-display-dataset-card.html | 24 +++ 4 files changed, 159 insertions(+), 228 deletions(-) create mode 100644 uploader/templates/genotypes/index.html delete mode 100644 uploader/templates/genotypes/list-genotypes.html create mode 100644 uploader/templates/genotypes/macro-display-dataset-card.html (limited to 'uploader/templates') diff --git a/uploader/templates/genotypes/base.html b/uploader/templates/genotypes/base.html index 8d1b951..c2abc63 100644 --- a/uploader/templates/genotypes/base.html +++ b/uploader/templates/genotypes/base.html @@ -1,10 +1,11 @@ {%extends "populations/base.html"%} {%from "populations/macro-display-population-card.html" import display_sui_population_card%} +{%from "genotypes/macro-display-dataset-card.html" import display_dataset_card%} {%block breadcrumbs%} {{super()}}