d1manson / waveform

browser-based GUI for working with extra-neuronal waveform data
MIT License
11 stars 5 forks source link

Allow user to switch cuts and make edits persistent #4

Closed d1manson closed 9 years ago

d1manson commented 11 years ago

Need to store the action list and current cut when changing cut files or experiments so that when users comes back they can carry on where they left off.

d1manson commented 11 years ago

It is now stored and retrieved when switching exp/tet, but you cannot yet click on a cut "brick" to choose which cut is active. Also it is not stored across sessions, only within a session.

d1manson commented 11 years ago

Can now switch cuts. Cuts are still not saved across sessions though.

d1manson commented 9 years ago

In the past we had the option of using the FileSystem APIs to save files across session, but due to lack of interest this was abandonded. Making cuts persistent is a different story, but again there doesn't seem to be a great need for it.