Anki/rslib/src/scheduler/answering
Damien Elmes 0532c1f5b0 Use revlog to determine days_elapsed when studying/for card info
Currently prop searches and the retrievability column will continue to
derive the days from the card only, as it's difficulty to integrate revlog
upgrade lookups into those code paths, especially in a performant way.
One possible way we could solve this in the future is to store last_review_day
in the card data, so we can know it even if the due date has been shifted.
Check DB could fill it in for existing cards.
2023-09-27 16:17:47 +10:00
..
current.rs fsrs_memory_state -> memory_state 2023-09-17 11:50:38 +10:00
learning.rs Record FSRS difficulty in the review log 2023-09-17 11:50:38 +10:00
mod.rs Use revlog to determine days_elapsed when studying/for card info 2023-09-27 16:17:47 +10:00
preview.rs Fix invalid ids on db check (#2445) 2023-03-19 10:58:35 +10:00
relearning.rs Record FSRS difficulty in the review log 2023-09-17 11:50:38 +10:00
review.rs Record FSRS difficulty in the review log 2023-09-17 11:50:38 +10:00
revlog.rs Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00