mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
![]() Rather than showing the user how many cards are in the learning queue, we want to be able to show them the number of reps they have to do to clear the queue, so they can better estimate the required time. Before we were counting up with the grade column, but this means we can't quickly sum up the number of reps left. So we invert it, and count down instead. I also dropped the 'first time bonus' for now. If there's enough demand for it, it can be added back by using the flags column, instead of a dedicated cycles column. |
||
---|---|---|
.. | ||
off | ||
support | ||
__init__.py | ||
shared.py | ||
test_cards.py | ||
test_deck.py | ||
test_find.py | ||
test_groups.py | ||
test_latex.py | ||
test_media.py | ||
test_models.py | ||
test_sched.py | ||
test_stats.py | ||
test_sync.py | ||
test_undo.py |