codewars / codewars.com

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

Cannot see (new) solutions of users i am following #1948

Open SeidChr opened 4 years ago

SeidChr commented 4 years ago

Describe the bug

I have recently added an intern to my follows and he added me. He solved 3 katas by now, which i cannot see any solutions of users i am following for.

EDIT: I CAN see his solutions for one kata: https://www.codewars.com/kata/opposite-number/solutions/csharp/following/best_practice the other solutions are missing I CAN NOT see these: https://www.codewars.com/kata/is-n-divisible-by-x-and-y/solutions/csharp/following/best_practice https://www.codewars.com/kata/multiply/solutions/csharp/following/best_practice

To Reproduce

Steps to reproduce the behavior:

My Account: seidchr Other account: MoyJak

Expected Behavior

i can see the solutions as i can for (e.G.) user: sevensc

Contexts

Please complete the following information:

┆Issue is synchronized with this Clickup by Unito

SeidChr commented 4 years ago

just a quick update: this continues to happen on recent solutions of the user.

kazk commented 4 years ago

I don't think this is specific to the user. It's most likely a symptom of issues that exists for a long time (the solution fails to be grouped and doesn't show up on solutions page). I've added temporary labels to organize possibly related issues.

Can the user see their solution for "Is n divisible by x and y?"?

SeidChr commented 4 years ago

Ok, Is there maybe a way around this? Can you show the solutions on the solved Kata list maybe? Or can i search for them?

kazk commented 4 years ago

Unfortunately not. I can't think of a workaround to see specific user's solution.

If you have Codewars Red, you should be able to use Head to Head compare feature that shows the solutions side by side for all the kata you and the other user have solved.

image

We'd like to eventually make it easier to review solutions to support use cases like mentoring, but there's still many other things to be done before that.

SeidChr commented 4 years ago

Just came back to this after having a few other occurences with different collegues to brag about, just to see that you have asked a question in your first reply to this ticket :D Sorry i didnt see that. I will check with them when im back from vacation.

I know you are busy with this project, but could you possibly tell any timeframe on that you may possibly be able to take care of this? 1month? 5years?

mltn123 commented 3 years ago

I'm experiencing the same issue, can't see any solutions of the user i'm following. Any advice? E.g , solution of user "em2L" should show up for https://www.codewars.com/kata/513e08acc600c94f01000001/solutions/python/following/best_practice

hobovsky commented 3 years ago

@mltn123 Some solutions of the user you mentioned are not visible because of a bug, which makes solutions not appear on solutions board. Unfortunately, the bug manifests itself quite often and other than resubmitting a slightly modified solution (added or removed comment or renamed variable), or manual intervention from a moderator, it's difficult to fix. I was able to fix one of their solutions, I will try to fix others too.

One thing you have to make sure though is that the user clicks "Submit final" button when his tests pass. On two or three kata, they have not clicked it, and they'd have to resubmit.

Blind4Basics commented 3 years ago

I checked the user and his solution is supposed to be visible (finalized and grouped). I believe it's actually related to this: https://github.com/codewars/codewars.com/issues/2263 (edit: that comment, more precisely)

mltn123 commented 3 years ago

I see, I appreciate the quick response and help. Thanks