Anki/tests
Damien Elmes 024c42fef8 group scheduling refactor
see the following for background discussion:
http://groups.google.com/group/ankisrs-users/browse_thread/thread/4db5e82f7dff74fb

- change sched index to the more efficient gid, queue, due
- drop the dynamic index support. as there's no no q/a cache anymore, it's
  cheap enough to hit the cards table directly, and we can't use the index in
  its new form.
- drop order by clauses (see todo)
- ensure there's always an active group. if users want to study all groups at
  once, they need to create a top level group. we do this because otherwise
  the 'top level group' that's active when everything is selected is not
  clear.

to do:

- new cards will appear in gid order, but the gid numbers don't reflect
  alphabetical sorting. we need to change the scheduling code so that it steps
  through each group in turn
- likewise for the learn queue
2011-09-22 11:54:01 +09:00
..
off some initial sync work 2011-05-29 08:13:54 +09:00
support ensure duplicate model creation times are accounted for 2011-08-26 22:33:24 +09:00
__init__.py initial commit from hg 2008-09-27 23:50:03 +09:00
shared.py drop sqlalchemy; massive refactor 2011-04-28 09:23:53 +09:00
test_cards.py top level groups 2011-09-07 01:31:46 +09:00
test_deck.py refactor to allow group deletions without schema mod 2011-09-15 01:37:30 +09:00
test_find.py move tags into deck; code into separate file 2011-08-28 13:44:29 +09:00
test_groups.py group scheduling refactor 2011-09-22 11:54:01 +09:00
test_latex.py move db 2011-09-12 05:03:31 +09:00
test_media.py add change detection 2011-09-12 03:11:06 +09:00
test_models.py top level groups 2011-09-07 01:31:46 +09:00
test_sched.py group scheduling refactor 2011-09-22 11:54:01 +09:00
test_stats.py move models into the deck table 2011-08-27 22:27:09 +09:00
test_sync.py use ms resolution for deck mod 2011-09-14 05:09:42 +09:00
test_undo.py group scheduling refactor 2011-09-22 11:54:01 +09:00