You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here are a list of bugs, which I do not have the time to work through. If a developer were to pick up this project, s/he would need to:
Perform manual sort on words in Reader by CTS. I refactored the Word collection/model and we can no longer rely on insert-order to sort the words.
Reader bugs in general. Again, since the collection/model refactor, the Reader has not been behaving consistently. There is some issue with selecting/un-selecting words.
Fix getNextVocab function (on Word Collection). For some reason, the vocabulary set changes between exercises. See static/collections/words.js
Here are a list of bugs, which I do not have the time to work through. If a developer were to pick up this project, s/he would need to: