Anki/tests
Damien Elmes b0b4074cbd start work on learn mode, change models, more
- model config is now stored as a json-serialized dict, which allows us to
  quickly gather the info and allows for adding extra options more easily in
  the future
- denormalize modelId into the cards table, so we can get the model scheduling
  information without having to hit the facts table
- remove position - since we will handle spacing differently we don't need a
  separate variable to due to define sort order
- remove lastInterval from cards; the new cram mode and review early shouldn't
  need it
- successive->streak
- add new columns for learn mode
- move cram mode into new file; learn more and review early need more thought
- initial work on learn mode
- initial unit tests
2011-04-28 09:23:28 +09:00
..
deck support media for memory backed files 2009-01-04 07:40:32 +09:00
importing remove views and pre 0.9.9.8.6 upgrade code; upgrade test decks to 0.9.9.8.6 2011-04-28 09:21:06 +09:00
off moving scheduling code into separate file, some preliminary refactoring 2011-04-28 09:23:28 +09:00
syncing/media-tests remove views and pre 0.9.9.8.6 upgrade code; upgrade test decks to 0.9.9.8.6 2011-04-28 09:21:06 +09:00
__init__.py initial commit from hg 2008-09-27 23:50:03 +09:00
shared.py start work on learn mode, change models, more 2011-04-28 09:23:28 +09:00
test_deck.py start work on learn mode, change models, more 2011-04-28 09:23:28 +09:00
test_media.py change deck loading call 2011-04-28 09:23:28 +09:00
test_sched.py start work on learn mode, change models, more 2011-04-28 09:23:28 +09:00