mirror of
https://github.com/ankitects/anki.git
synced 2025-11-12 15:47:12 -05:00
* Enable state-dependent custom scheduling data * Next(Card)States -> SchedulingStates The fact that `current` was included in `next` always bothered me, and custom data is part of the card state, so that was a bit confusing too. * Store custom_data in SchedulingState * Make custom_data optional when answering Avoids having to send it 4 extra times to the frontend, and avoids the legacy answerCard() API clobbering the stored data. Co-authored-by: Damien Elmes <gpg@ankiweb.net> |
||
|---|---|---|
| .. | ||
| backend.proto | ||
| card_rendering.proto | ||
| cards.proto | ||
| collection.proto | ||
| config.proto | ||
| deckconfig.proto | ||
| decks.proto | ||
| generic.proto | ||
| i18n.proto | ||
| import_export.proto | ||
| links.proto | ||
| media.proto | ||
| notes.proto | ||
| notetypes.proto | ||
| scheduler.proto | ||
| search.proto | ||
| stats.proto | ||
| sync.proto | ||
| tags.proto | ||