codewars / codewars.com

Issue tracker for Codewars
https://www.codewars.com
BSD 2-Clause "Simplified" License
2.09k stars 219 forks source link

Kata stat "Completed on 1st Attempt" keeps decreasing #2518

Open N-C-codes opened 2 years ago

N-C-codes commented 2 years ago

As I complete more and more kata (in Java), the "Completed on 1st Attempt" stat keeps decreasing.

I have a thought on why this might happen: As I have already completed many kata in Python, in the kata search page for Java kata, they appear with the tick mark next to them and if I click, I am propmted to "Train again" even though I have not necessarily done them in Java. I often forget which ones I have already done in Java and have to click on "Train again" to check whether I have already submitted a Java solution for that particular kata in the "Past Solutions" tab. If I have, I exit the kata (without clicking "Attempt").

Could this be contributing to the stat decreasing? If so, how can this be avoided? Or maybe the issue is something else entirely?

Thanks

┆Issue is synchronized with this Clickup by Unito

hobovsky commented 2 years ago

I do not know what might cause the reported behavior, whether it is a bug or not, but I think this script might help you with remembering what kata you completed: https://github.com/codewars/codewars.com/discussions/2377

N-C-codes commented 2 years ago

I see. Hopefully whatever is causing it can be found and resolved.

Thank you for the script - I will definitely check it out!