Anki/pylib/anki/scheduler
RumovZ 9aca778a93
Backend Custom Study (#1600)
* Implement custom study on backend

* Switch frontend to backend custom study

* Skip typecheck for new pb classes

* Build tag search string on backend

Also fixes escaping of special characters in tag names.

* `cram.cards` -> `cram.card_limit`

* Assign more meaningful names in `TagLimit`

* Broaden rustfmt glob

* Use `invalid_input()` helper

* Assign `FilteredDeckForUpdate` to temp var

* Implement `SearchBuilder`

* Rewrite `custom_study()` with `SearchBuilder`

* Replace match macros with `SearchBuilder`

* Remove `into_nodes_list` & `concatenate_searches`
2022-01-20 14:25:22 +10:00
..
__init__.py Backend Custom Study (#1600) 2022-01-20 14:25:22 +10:00
base.py Backend Custom Study (#1600) 2022-01-20 14:25:22 +10:00
legacy.py run pyupgrade over codebase [python upgrade required] 2021-10-04 15:05:48 +10:00
v1.py retire the v1 scheduler 2021-11-24 14:12:56 +10:00
v2.py Increment sched.reps for preview cards in V2 (#1573) 2022-01-04 08:56:02 +10:00
v3.py convert invariant assertions to if statements 2021-11-25 17:47:50 +10:00