From d0652072616d98144829eb5986bf9cb077e48b74 Mon Sep 17 00:00:00 2001 From: zsloan Date: Thu, 9 Mar 2023 13:27:52 -0600 Subject: Create custom_data_for_scatterplot.gmi --- issues/custom_data_for_scatterplot.gmi | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 issues/custom_data_for_scatterplot.gmi (limited to 'issues/custom_data_for_scatterplot.gmi') 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). -- cgit v1.2.3