A save feature would be a nice addition for users to save past analyses locally on their devices, this will allow them to simply load in back into Skaylar rather than pasting the whole dataset again. It can also allow sharing of tests between users.
The files can be save as .json dataset files, once the user clicks the save button, a modal should pop up and request the name, description (optional) and source (optional) of the dataset, just like the dataset files in the ./data folder. The "data" attribute will be an array of the values the test was ran on.
A save feature would be a nice addition for users to save past analyses locally on their devices, this will allow them to simply load in back into Skaylar rather than pasting the whole dataset again. It can also allow sharing of tests between users.
The files can be save as .json dataset files, once the user clicks the save button, a modal should pop up and request the name, description (optional) and source (optional) of the dataset, just like the dataset files in the
./datafolder. The "data" attribute will be an array of the values the test was ran on.