summaryrefslogtreecommitdiff
path: root/issues/authorisation.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'issues/authorisation.gmi')
-rw-r--r--issues/authorisation.gmi19
1 files changed, 17 insertions, 2 deletions
diff --git a/issues/authorisation.gmi b/issues/authorisation.gmi
index 044962d..0adac56 100644
--- a/issues/authorisation.gmi
+++ b/issues/authorisation.gmi
@@ -2,13 +2,28 @@
Look at Chris' authorisation code:
-=> https://github.com/chfi/gn-proxy
+=> https://github.com/genenetwork/gn-proxy
Atm genenetwork2's handling of
authorisation is a bit clunky; Since @Bonface is working on the data
data up-loader, and it requires authorisation, this is a good time to
clean up authorisation.
+# Tags
+
+* assigned: bonfacem, pjotrp, zachs
+
+# TODO
+
+- [x] Make user able to delete/ add extra value
+
+- [x] Fetch complete list of samples from database and genotype file
+ instead of only fetching that list from the database. Look at trait
+ page for reference.
+
+- [ ] Extend idea of csv generation to probeset data. Get data from
+ the genotype file and work out how to update the values from the
+ database.
# Notes
@@ -111,4 +126,4 @@ On the UI(quote from Zach):
to the show trait page. Key point is that I changed the URLs and
moved them to their own module. Particularly for published datasets.
-- New PR: https://github.com/genenetwork/genenetwork2/pull/614 \ No newline at end of file
+- New PR: https://github.com/genenetwork/genenetwork2/pull/614