diff options
author | Frederick Muriuki Muriithi | 2024-09-24 16:26:19 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-09-24 16:28:25 -0500 |
commit | 5bbfcee36a4cb39ae094775fb11535d63492bda9 (patch) | |
tree | 04172eb58b0a1bca9601e6628bc34a3fed288ee8 /uploader/templates | |
parent | 44f6bdee510013df9b29e19f97b0cf108bbe46fa (diff) | |
download | gn-uploader-5bbfcee36a4cb39ae094775fb11535d63492bda9.tar.gz |
Add notes on handling datasets and studies.
Diffstat (limited to 'uploader/templates')
-rw-r--r-- | uploader/templates/base.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/uploader/templates/base.html b/uploader/templates/base.html index bca89ef..5675f0a 100644 --- a/uploader/templates/base.html +++ b/uploader/templates/base.html @@ -60,6 +60,13 @@ <li {%if activemenu=="genotypes"%}class="activemenu"{%endif%}> <a href="{{url_for('species.populations.genotypes.index')}}" title="Upload Genotype data.">Genotype Data</a></li> + <!-- + TODO: Maybe include menus here for managing studies and dataset or + maybe have the studies/datasets managed under their respective + sections, e.g. "Publish*" studies/datasets under the "Phenotypes" + section, "ProbeSet*" studies/datasets under the "Expression Data" + sections, etc. + --> <li {%if activemenu=="phenotypes"%}class="activemenu"{%endif%}> <a href="#" title="Upload phenotype data.">Phenotype Data</a></li> |