jon-myers / idtp

An Interactive Digital Transcription Platform for Hindustani Music
https://swara.studio
2 stars 1 forks source link

add soloist and solo instrument to transcriptions tab table #428

Closed jon-myers closed 6 months ago

jon-myers commented 6 months ago

Is difficult because this information is contained on recording db coll, not on transcription db coll. Option is to start keeping this info on transcription docs, or just grab via a second call to server for each transcription , to look up its recording db entry.

jon-myers commented 6 months ago

for new pieces, needs to be updated in acceNewPieceInfo function, in both teh .clone, as well as the "else". BUT, in order to test the cloning, will need to do the aggregation first.

jon-myers commented 6 months ago

Also, need to make sure when either of these things is updated in the recording, it gets updated in the transcriptions as well