hajicj / rhythmify_frontend

0 stars 1 forks source link

Enable editing volpiano in chant detail view #39

Open hajicj opened 2 years ago

hajicj commented 2 years ago

Sometimes alignment fails for a chant because of errors in how it is transcribed to volpiano (Ex: 1--g at the beginning instead of 1---g). In conjunction with #38, making the volpiano transcription editable in the app would help users get past such errors in the data without having to re-upload datasets.

Required back-end changes: replacing the volpiano entry for a chant in the database with a new string.

Requires API change: updating the volpiano field in a given chant record.