Anki/anki
Damien Elmes e7f416406d refactor learning
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.
2011-09-23 10:29:49 +09:00
..
importing add USNs 2011-09-13 21:10:21 +09:00
template add [] to cloze 2011-04-29 11:43:06 +09:00
__init__.py prevent people from shooting themselves in the foot 2011-04-28 09:31:48 +09:00
cards.py refactor learning 2011-09-23 10:29:49 +09:00
consts.py group scheduling refactor 2011-09-22 11:54:01 +09:00
cram.py group scheduling refactor 2011-09-22 11:54:01 +09:00
db.py check python version and locale on load 2011-04-28 09:24:03 +09:00
deck.py group scheduling refactor 2011-09-22 11:54:01 +09:00
errors.py initial work on sync refactor 2011-09-08 12:50:42 +09:00
exporting.py update license link 2011-04-28 09:24:01 +09:00
facts.py add guid and flags to facts 2011-09-18 04:31:53 +09:00
find.py add USNs 2011-09-13 21:10:21 +09:00
groups.py refactor learning 2011-09-23 10:29:49 +09:00
hooks.py update license link 2011-04-28 09:24:01 +09:00
js.py add a pie graph, add average interval to ivls area 2011-04-28 09:24:00 +09:00
lang.py update license link 2011-04-28 09:24:01 +09:00
latex.py simplify media.py 2011-09-11 00:25:22 +09:00
media.py move db 2011-09-12 05:03:31 +09:00
models.py more group/sched refactoring 2011-09-23 08:19:22 +09:00
sched.py refactor learning 2011-09-23 10:29:49 +09:00
sound.py centralize all tmp dir access 2011-04-28 09:24:03 +09:00
stats.py group scheduling refactor 2011-09-22 11:54:01 +09:00
stdmodels.py move models into the deck table 2011-08-27 22:27:09 +09:00
storage.py refactor learning 2011-09-23 10:29:49 +09:00
sync.py refactor learning 2011-09-23 10:29:49 +09:00
tags.py add USNs 2011-09-13 21:10:21 +09:00
utils.py add guid and flags to facts 2011-09-18 04:31:53 +09:00