-
Notifications
You must be signed in to change notification settings - Fork 6
Known, Outstanding Bugs #61
Copy link
Copy link
Open
Labels
Description
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
- All my TODOs
- Language selection dropdown does not work on index page. It works on the other pages, which are built off of base.html. So, not sure why.
- Task Sequencing Bugs This feature hasn't been fully tested and still has some bugs that need to be worked out. The behavior is not always consistent.
Reactions are currently unavailable