diff options
Diffstat (limited to 'issues/custom_data_for_scatterplot.gmi')
-rw-r--r-- | issues/custom_data_for_scatterplot.gmi | 15 |
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). |