From bae8d9f1f1db6eadd1d1424358156b03e1250d4a Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Tue, 16 Nov 2021 05:27:02 -0600 Subject: On GN documentation --- topics/documentation/gn-documentation.gmi | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 topics/documentation/gn-documentation.gmi (limited to 'topics/documentation') diff --git a/topics/documentation/gn-documentation.gmi b/topics/documentation/gn-documentation.gmi new file mode 100644 index 0000000..617c8d2 --- /dev/null +++ b/topics/documentation/gn-documentation.gmi @@ -0,0 +1,17 @@ +# GeneNetwork documentation + +GeneNetwork requires an online 'wiki' and a place for documentation. Both of these can be maintained in markdown and/or gemini gemtext. We are using a repo: + +=> https://github.com/genenetwork/gn-docs + +What we need to do is render documents from markdown (as is done with the facilities page) + +=> https://github.com/genenetwork/gn-docs/blob/master/general/help/facilities.md + +the markdown is rendered on github, which makes it easy to edit for most users, so it should be the default. + +## Tags + +* assigned: pjotrp + +## Info -- cgit v1.2.3 From 50797e6b3edadf2ba2c93c635ca67fc589b7622b Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Tue, 16 Nov 2021 06:22:13 -0600 Subject: genewiki and global search --- issues/genenetwork/genewiki.gmi | 24 ++++++++++++++++++++++++ issues/genenetwork/global-search.gmi | 12 ++++++++++++ tasks/zsloan.gmi | 12 ++++++++++++ topics/documentation/gn-documentation.gmi | 4 ++++ 4 files changed, 52 insertions(+) create mode 100644 issues/genenetwork/genewiki.gmi create mode 100644 issues/genenetwork/global-search.gmi create mode 100644 tasks/zsloan.gmi (limited to 'topics/documentation') diff --git a/issues/genenetwork/genewiki.gmi b/issues/genenetwork/genewiki.gmi new file mode 100644 index 0000000..e7096dc --- /dev/null +++ b/issues/genenetwork/genewiki.gmi @@ -0,0 +1,24 @@ +# Genewiki conversion + +GeneNetwork1 contains a genewiki: + +=> http://gn1.genenetwork.org/webqtl/main.py?FormID=geneWiki&symbol=BRCA2 + +We want to migrate it to markdown documents that can be fetched from + +=> https://github.com/genenetwork/gn-docs/genes + +So the steps are to (1) migrate the existing genewiki data in the database to named markdown documents in that repository and (2) create a rendered page that is found through + +=> https://genenetwork.org/doc/genes/BRCA2 + +with an edit button, similar to + +=> http://genenetwork.org/facilities/ + +## Tags + +* assigned: pjotrp, zsloan +* enhancement + +## Tasks diff --git a/issues/genenetwork/global-search.gmi b/issues/genenetwork/global-search.gmi new file mode 100644 index 0000000..01d9c0f --- /dev/null +++ b/issues/genenetwork/global-search.gmi @@ -0,0 +1,12 @@ +# Global search problems + +Global search is the top bar of GN2 + +## Tags + +* assigned: pjotrp, zsloan + +## Tasks + +* [ ] BRCA2 does not render results in table +* [ ] 'Brca2' with quotes gives a SQL error diff --git a/tasks/zsloan.gmi b/tasks/zsloan.gmi new file mode 100644 index 0000000..7e60240 --- /dev/null +++ b/tasks/zsloan.gmi @@ -0,0 +1,12 @@ +# Tasks for Zach + +## Tags + +* assigned: zsloan + +## Tasks + +* [ ] Fix global search +=> ../issues/genenetwork/global-search.gmi fix global search +* [ ] GN1 migrate genewiki pages +=> ../issues/genenetwork/genewiki.gmi diff --git a/topics/documentation/gn-documentation.gmi b/topics/documentation/gn-documentation.gmi index 617c8d2..653a1a4 100644 --- a/topics/documentation/gn-documentation.gmi +++ b/topics/documentation/gn-documentation.gmi @@ -14,4 +14,8 @@ the markdown is rendered on github, which makes it easy to edit for most users, * assigned: pjotrp +## Tasks + +=> storyboards + ## Info -- cgit v1.2.3