Open user1823 opened 3 days ago
Unfortunately, the easy days feature of Anki is preset-level, but the one of FSRS Helper is collection-level. So the configurations of them are incompatible.
Assuming that the add-on also worked on a preset-level basis, would it be possible to implement this?
In other words, do we need to make any changes in the Anki before this becomes possible?
I am asking this because we can make changes in the add-on any time but if some changes are needed in Anki, we need to do them soon.
Assuming that the add-on also worked on a preset-level basis, would it be possible to implement this?
It's possible in theory. But it's very complex. I have to refactor the module of load balance:
The due_cnt_per_day
is global in current implementation. I need to refactor it to preset-level. However, I cannot fetch preset id directly from the database via SQL.
However, I cannot fetch preset id directly from the database via SQL.
So, does that require a change in Anki? If so, we may need to do it before the release.
Maybe it doesn't need any changes in Anki. I have an idea, but need time to implement.
If no changes are required in Anki, don't feel any pressure. Take your time.
The add-on and Anki have their own Easy Days settings, which can be confusing if the user sets different Easy Days in the add-on and in Anki.
So, in Anki 24.11+, the add-on should not have its own settings for Easy Days. It should use the setting in the Deck Options.