ospreyelm / AnalyticPiano

Application for the study of music theory and keyboard skills in a web browser that takes input from a MIDI keyboard.

Home Page:https://analyticpiano.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix exercise locking

julian-george opened this issue · comments

Currently, exercises that have already been performed in a transposition are not being marked as locked. This presumably has something to do with the changes to transposition in the models. Figure out why performing a transposed exercise doesn't lock the exercise, fix it, and write a migration to search through PerformanceData for exercises that are erroneously unlocked and lock them.

Cause of this is now resolved. Migrations still needed.