Anki/rslib/src/scheduler
Damien Elmes f44817e080 revert some interday learning changes in v3
Interday learning cards are now counted in the learning count again,
and are no longer subject to the daily review limit.

The thinking behind the original change was that interday learning cards
are scheduled more like reviews, and counting them in the review count
would allow the learning count to focus on intraday learning - the red
number reflecting the fact that they are the most fragile memories. And
counting them together made it practical to apply the review limit
to both at once.

Since the release, there have been a number of users expecting to see
interday learning cards included in the learning count (the latest being
https://forums.ankiweb.net/t/feedback-and-a-feature-adjustment-request-for-2-1-45/12308),
and a good argument can be made for that too - they are, after all, listed
in the learning steps, and do tend to be harder than reviews. Short of
introducing another count to keep track of interday and intraday learning
separately, moving back to the old behaviour seems like the best move.

This also means it is not really practical to apply the review limit to
interday learning cards anymore, as the limit would be split between two
different numbers, and how much each number is capped would depend on
the order cards are introduced. The scheduler could figure this out, but
the deck list code does not know card order, and would need significant
changes to be able to produce numbers that matched the scheduler. And
even if we ignore implementation complexities, I think it would be more
difficult for users to reason about - the influence of the review limit
on new cards is confusing enough as it is.
2021-08-19 16:40:12 +10:00
..
answering revert some interday learning changes in v3 2021-08-19 16:40:12 +10:00
filtered Adjust search syntax for filtered deck presets 2021-05-17 12:14:02 +02:00
queue revert some interday learning changes in v3 2021-08-19 16:40:12 +10:00
states fix v3 not honoring initial ease factor 2021-07-31 14:57:04 +10:00
bury_and_suspend.rs in/out -> request/response 2021-06-20 15:49:20 +10:00
congrats.rs fallback on default deck in congrats screen 2021-08-04 12:57:46 +10:00
learning.rs deckconf -> deckconfig 2021-04-20 21:54:24 +10:00
mod.rs cache scheduling info 2021-04-05 17:09:53 +10:00
new.rs allow repositioning of new cards while suspended 2021-08-15 15:06:25 +10:00
reviews.rs scheduler: use deck config's initial ease in set_due_date 2021-07-16 12:33:15 +10:00
timespan.rs tidy up Rust imports 2021-04-18 18:38:54 +10:00
timing.rs suppress some tests around the daily rollover 2021-05-24 14:18:07 +10:00
upgrade.rs DeckConfId -> DeckConfigId 2021-04-28 21:09:26 +10:00