Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: require all keys above threshold to unlock the next key #44

Closed
aradzie opened this issue Oct 8, 2023 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@aradzie
Copy link
Owner

aradzie commented Oct 8, 2023

It is a typical situation that when a user unlocks and focuses on a new key, all the previously unlocked keys suffer.
Let's say we are going from R to L. As we learn L, the speed of R will likely drop.

Add a new option that requires users to pass the speed threshold for all previously unlocked keys before a new key is unlocked.

Example scenario.
A user successfully unlocked E,I,N,T,R and the focus is on key L.
User works on L, and in the process the speed of E,I,N,T,R drop below the threshold.
User passed the speed threshold for L, however the new key is not unlocked.
Instead, the algorithm focuses on one of E,I,N,T,R until the user recovers their speed.

@aradzie aradzie added the enhancement New feature or request label Oct 12, 2023
@aradzie aradzie closed this as completed in ec590fb Nov 9, 2023
@Nullarity
Copy link

From my point of view, this algorithm makes it inadequately difficult to open letters with the setting of 300+ CPM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants