-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improvement(set-due-date): simplify for FSRS
When FSRS is enabled, there is no reason for due date to be inconsistent with interval So, hide 'set interval to same value' and use `true` Property name: `updateIntervalToMatchDueDate` Confirmed by Jarrett and Expertium paraphrased: > Expertium: when FSRS is enabled, is there any reason for keeping `ivl` not consistent with due date? Because I'm pretty sure there isn't > Jarrett: Yeah, there isn’t. https://discord.com/channels/368267295601983490/1282005522513530952/1324758732122624020 The current backend implementation is not ideal: * `1!` => interval is set to days from today, rather than days from last review * `1` => interval does not match due date So I suspect this will be improved upstream in the future Fixes 17707
- Loading branch information
1 parent
1a9b387
commit b6370a9
Showing
5 changed files
with
115 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters