syt0r / Kanji-Dojo

A multi-platform application for memorizing Japanese language
GNU General Public License v3.0
210 stars 4 forks source link

Too long repeating periods #180

Closed Audman closed 1 week ago

Audman commented 2 weeks ago

Screenshot_2024-09-01-23-31-36-149_ua.syt0r.kanji.fdroid.jpg

In the screenshot there are somewhat too big periods for repeating kanjis.

Screenshot_2024-09-01-23-37-59-031_ua.syt0r.kanji.fdroid.jpg

They show up as some big numbers and don't change, even if I write the kanji wrong several times.

Shouldn't the periods start with some certain number and slowly lower while the user is making mistakes?

syt0r commented 1 week ago

I was following the implementation of fsrs scheduler in Go and parameters for the algorithm weren't updated when cards have relearning status, but seems like the last week they updated it and now params are getting updated in this case as well, so I guess it was a bug and I should fix it too...

syt0r commented 1 week ago

Released an update, now intervals are more adjustable but they still might be quite big by default, I'll think about other potential adjustments that can be made