From 36fc8996fa830078866e17aab7d9c177c74c835b Mon Sep 17 00:00:00 2001
From: Frederick Muriuki Muriithi
Date: Fri, 13 Sep 2024 09:18:18 -0500
Subject: Initialise genotypes' UI
---
uploader/templates/base.html | 4 ++--
uploader/templates/genotypes/base.html | 12 ++++++++++++
uploader/templates/genotypes/index.html | 24 ++++++++++++++++++++++++
3 files changed, 38 insertions(+), 2 deletions(-)
create mode 100644 uploader/templates/genotypes/base.html
create mode 100644 uploader/templates/genotypes/index.html
(limited to 'uploader/templates')
diff --git a/uploader/templates/base.html b/uploader/templates/base.html
index d68c6c0..cc37c3e 100644
--- a/uploader/templates/base.html
+++ b/uploader/templates/base.html
@@ -46,10 +46,10 @@
Home
Species
- Genotype Data
Populations
+ Genotype Data
Samples
+ Genotypes
+
+{%block lvl4_breadcrumbs%}{%endblock%}
+{%endblock%}
diff --git a/uploader/templates/genotypes/index.html b/uploader/templates/genotypes/index.html
new file mode 100644
index 0000000..4f5c3a8
--- /dev/null
+++ b/uploader/templates/genotypes/index.html
@@ -0,0 +1,24 @@
+{%extends "genotypes/base.html"%}
+{%from "flash_messages.html" import flash_all_messages%}
+{%from "species/macro-select-species.html" import select_species_form%}
+
+{%block title%}Genotypes{%endblock%}
+
+{%block pagetitle%}Genotypes{%endblock%}
+
+
+{%block contents%}
+{{flash_all_messages()}}
+
+
+
We have not implemented this part yet!
+
+
+
+
Some Important Concepts to Consider/Remember
+
+ - Reference vs. Non-reference alleles
+ - In GenoCode table, items are ordered by InbredSet
+
+
+{%endblock%}
--
cgit v1.2.3