You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I am restudying the red kanjis, something a little odd happens. Let's say you have the kanji #500 on red, and you add it to the "learned list": instead of it moving to the next one on list, let's say, #513, it goes back to the first one of the list, the first you've left unlearned (for example, #94). Sometimes this bothers me a little, since I want to clear some kanji off the list (for example, the easier ones that I've forgotten), but I want to leave the real hard ones there so I can restudy them later. The suggestion would be making arrows for the "restudying kanji", so one could go back and forth on them, as one can do with kanji on normal RTK order - or make some kind of similar thing to it. Or you could just make them go to the next kanji on the list, instead of rolling back to the first one.
Possible implementations:
some kind of popup /expand with all the restudy kanji one can navigate to directly (complex)
main concern is not having yet another SQL pulling all restudy kanji on every Study page load
restudy list may be cached (session) but then it needs to be synced whenever any are cleared from the list or added
go to the next kanji on the list, instead of rolling back to the first one. (easy)
The text was updated successfully, but these errors were encountered:
Suggestion from Pedro
Possible implementations:
The text was updated successfully, but these errors were encountered: