summaryrefslogtreecommitdiff
path: root/issues/custom_data_for_scatterplot.gmi
diff options
context:
space:
mode:
authorzsloan2023-03-09 13:27:52 -0600
committerGitHub2023-03-09 13:27:52 -0600
commitd0652072616d98144829eb5986bf9cb077e48b74 (patch)
tree2004c27711e39861c578aa2671dd5222ecd4bfea /issues/custom_data_for_scatterplot.gmi
parent292407ece02764f42f740708a22e1626359ef76b (diff)
downloadgn-gemtext-d0652072616d98144829eb5986bf9cb077e48b74.tar.gz
Create custom_data_for_scatterplot.gmi
Diffstat (limited to 'issues/custom_data_for_scatterplot.gmi')
-rw-r--r--issues/custom_data_for_scatterplot.gmi15
1 files changed, 15 insertions, 0 deletions
diff --git a/issues/custom_data_for_scatterplot.gmi b/issues/custom_data_for_scatterplot.gmi
new file mode 100644
index 0000000..ff5221d
--- /dev/null
+++ b/issues/custom_data_for_scatterplot.gmi
@@ -0,0 +1,15 @@
+## Allow Correlation Scatterplot to use edited sample data
+
+## Tags
+
+* assigned: zsloan
+* type: feature
+* priority: high
+* status: in-progress
+* keywords: scatterplot, correlation
+
+## Description
+
+Currently the correlation scatterplot just takes the two trait/dataset names as input (so the page can be linked to others). The problem with this is that it means that any edits to sample data a user does for correlations are not reflected in the scatterplots.
+
+I'm thinking of dealing with this similarly to the way I dealt with the mapping links - just using the hash as a key in Redis that is linked to the sample values, and having the key be used as in the URL instead of trait/dataset (when values have been edited).