t29mato / starry-digitizer

StarryDigitizer is a Vue.js-based tool for extracting numeric data from plot images, supporting XY data.
https://digitizer.starrydata.org/
MIT License
4 stars 1 forks source link

Make an unconfirmed interpolation curve remaining even if you switch datasets #155

Open yu-smc opened 6 months ago

yu-smc commented 6 months ago

As-Is

If you change datasets, with an interpolation curve which is not confirmed, the curve data will be completely deleted

To-Be

It should be way better if the interpolation curve remains on the screen even if you change datasets, and when you click 'confirm' button of the interpolation feature, the actual points data will be registered in the active dataset at that moment.

Notes

Need to solve the issue https://github.com/t29mato/starry-digitizer/issues/153 to handle this problem because the interpolation data must be completely independent from a certain dataset to achieve the above specifications