hajicj / rhythmify_frontend

0 stars 1 forks source link

Managing alignments #9

Closed hajicj closed 2 years ago

hajicj commented 2 years ago

In the same way that Datasets are managed with some persistence, alignments should be manageable as well.

Corresponding functionality: uploading alignments!

hajicj commented 2 years ago

So far implementing this through storing the alignments in the front end (window.localStorage), so I'm taking the backend label off. (If storing them in the back-end is required, a separate issue should be filed.)

hajicj commented 2 years ago

Sufficient basic alignment management with persistence is now implemented, further work on this to be handled in separate issues.