mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 05:07:10 -05:00
Anki is a smart spaced repetition flashcard program
- rename to revlog - change the pk to time, as we want an index on time, and the old multi-column index was expensive and not useful - remove yes/no count; they can be inferred from the ease - remove lastFactor, as it's in the previous entry - remove delay, it can be inferred from last entry - remove 'next' from nextInterval and nextFactor - rename 'thinkingTime' to 'userTime' - rename reps to rep - migrate old data to new table, and fix some problems in the process: ease0 -> ease1, and limit thinking time to 60 seconds as it should have been previously |
||
|---|---|---|
| anki | ||
| tests | ||
| tools | ||
| .gitignore | ||
| ChangeLog.old | ||
| COPYING | ||
| setup.cfg | ||
| setup.py | ||