-
I'd like the ability to delete test results from my history. When I first found the site I did a couple of tests on my laptop on my default layout. However, ever since I've been exclusively using monkeytype to practice a different layout, which I'm significantly slower with. The result is that I have some high scores that have been sitting untouched for 200+ tests, and likely won't be surpassed in a long while either. It is a small thing, but I'd really love to remove my highest scores so that I again can enjoy the motivation of hitting PBs. I was able to partially solve it using tags, by tagging the highest scores with a qwerty-tag, and only showing non-tagged tests in the history graph. At least this way the progression looks right, but this doesn't change the high score. Allowing this could potentially enable folks to boost their averages by removing tests that didn't go well (the opposite of my use-case), but I don't really see the harm in that, as it won't affect the leaderboards. Is this something that would be welcome in monkeytype? I have little experience with web, but I do write code for a living so I'd be willing to make a PR if we end up deciding to go ahead with this, and spec out how the UI should be. Love the site, by far my favorite typing site! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I dont really like the idea of people removing tests because as you said - it would allow people to cherry pick results. If you wanted to make a PR - how about a button in the |
Beta Was this translation helpful? Give feedback.
-
I'd like this, because someone else sat down with a keyboard and beat my personal best. Props to them, but I'd like if the stats were all my own. Even if it's not a hard-delete, something to suppress a test from being graphed would be good. |
Beta Was this translation helpful? Give feedback.
I dont really like the idea of people removing tests because as you said - it would allow people to cherry pick results.
If you wanted to make a PR - how about a button in the
danger zone
section of the settings to reset your personal bests? You could do this by using theSimplePopup
for the confirmation and create a new cloud function that clears thepersonalBests
key in the user object.