Anki/pylib/anki/scheduler
RumovZ 31b7464c67
Add card meta for persisting custom scheduling state (#2040)
* Add card meta for persisting custom scheduling state

* Rename meta -> custom_data

* Enforce limits on size of custom data

Large values will slow down table scans of the cards table, and it's
easier to be strict now and possibly relax things in the future than
the opposite.

* Pack card states and customData into a single message

+ default customData to empty if it can't be parsed

Co-authored-by: Damien Elmes <gpg@ankiweb.net>
2022-09-02 11:22:49 +10:00
..
__init__.py Backend Custom Study (#1600) 2022-01-20 14:25:22 +10:00
base.py Remember previous choices in reposition dialog (#1950) 2022-07-08 11:28:38 +10:00
legacy.py Move custom study tag and limit gathering+saving into the backend 2022-03-10 16:23:03 +10:00
v1.py Import submodules directly (#1662) 2022-02-13 13:40:47 +10:00
v2.py Don't rely on frontend to cap time taken in v3 2022-04-02 20:06:23 +10:00
v3.py Add card meta for persisting custom scheduling state (#2040) 2022-09-02 11:22:49 +10:00