publiclab / spectral-workbench.js

The JavaScript heart of Spectral Workbench; a Public Lab project to record, manipulate, and analyze spectrometric data.
https://spectralworkbench.org
GNU General Public License v3.0
46 stars 35 forks source link

Port remaining tools back into new Capture interface, next steps #265

Open jywarren opened 2 years ago

jywarren commented 2 years ago

After https://github.com/publiclab/spectral-workbench.js/issues/219 and https://github.com/publiclab/spectral-workbench/issues/645 we have the new Capture system running in SpectralWorkbench.org, at https://spectralworkbench.org/capture/v2

This is awesome. Now let's get all the different tools we had before ported into the new interface. You can see a range of buttons on the left side of the old capture interface https://spectralworkbench.org/capture/:

image

We don't need the scripting or centroid ones, but the remainder are:

There's not all that much left. What else might we add?

And let's remember, we would need to get some of these working in spectral-workbench.js first, then move to the Rails app.

jywarren commented 2 years ago

We can also look back at some items from: https://github.com/publiclab/spectral-workbench.js/issues/159