exercism / bugs

Please use https://github.com/exercism/exercism for reporting bugs.
1 stars 3 forks source link

Python Track: Can't Request For Mentoring Feed Back #35

Closed Islam93Ahmed closed 4 years ago

NobbZ commented 4 years ago

Can you please tell more about the problem?

Usually you do not need to request feedback, you are dropped into the queue automatically. At least when you are on mentored mode and doing "core" exercises.

If you are doing practice mode or a side exercise in core, then you can't have more than 3 (IIRC) exercises per track at the same time in the queue, you'll need to wait until they got approved before you can enqueue the next one.

Islam93Ahmed commented 4 years ago

It is a non-core problem and i think i have 3 remaining slots as mentioned under Request Feed Back "Request mentor feedback. You may request mentoring on up to 3 non-core exercises per track at a time. You have 3 slots remaining."

NobbZ commented 4 years ago

Can you please tell us your username at exercism?

Islam93Ahmed commented 4 years ago

Islamahmed93

iHiD commented 4 years ago

What doesn't work?

Islam93Ahmed commented 4 years ago

i can't make a request for mentoring feed back on a non-core exercise while i still have 3 remaining slots

iHiD commented 4 years ago

Can you expand on "can't"? Do you not see the button? Do you get an error? Something else? The more information you give us the more likely we can fix it. Some screenshots would be a good starting point.

Islam93Ahmed commented 4 years ago

I pressed on the button of "Request Mentor Feedback" and it reloads the page without changing anything. exercism

iHiD commented 4 years ago

@kntsoriano Could you investigate pls?

iHiD commented 4 years ago

It might be that that track is oversubscribed, and therefore the button should be disabled (there is definitely one test for this, but that might be a different scenario - this bit of code is complex)

kntsoriano commented 4 years ago

I've replicated this. Moving to the bugs repo.