Anki/rslib/src/scheduler/answering
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
..
current.rs tidy up Rust imports 2021-04-18 18:38:54 +10:00
learning.rs Original position (#1677) 2022-02-22 22:48:21 +10:00
mod.rs Add card meta for persisting custom scheduling state (#2040) 2022-09-02 11:22:49 +10:00
preview.rs Add card meta for persisting custom scheduling state (#2040) 2022-09-02 11:22:49 +10:00
relearning.rs Original position (#1677) 2022-02-22 22:48:21 +10:00
review.rs Original position (#1677) 2022-02-22 22:48:21 +10:00
revlog.rs filtered decks w/ scheduling disabled in v3 now log reviews 2021-08-19 20:25:29 +10:00