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

Solution filter improvements #4560

Closed
alex-bender opened this issue Dec 18, 2018 · 6 comments
Closed

Solution filter improvements #4560

alex-bender opened this issue Dec 18, 2018 · 6 comments

Comments

@alex-bender
Copy link

alex-bender commented Dec 18, 2018

Hey guys, I've almost cleaned the python queue -- from 15 days to 3. So it was near to 100 back and forth from solutions list page (https://exercism.io/mentor/dashboard) to the specific solution (https://exercism.io/mentor/solutions/<hash>). And here what I found:
The filtering disappears when you go back from solution page to the list one, by clicking browsers "Back" button.
Steps to reproduce:

  1. Go to mentor dashboard
  2. Next solutions to mentor, filter tasks, enter "Leap" for example
  3. Visit the solution page
  4. Click back
  5. The Exercise field is still populated with "Leap" but the list isn't ordered by exercise.

Additional thing -- it would be nice to know how many solutions are pending. I'd like to know an approximate time what I need to spend on reviewing all existing solutions for the specific task.

As about filter -- maybe it would be better to add #leap or /python#leap to the URL to make this filtered list accessible from the outside directly?

Thanks

@iHiD
Copy link
Member

iHiD commented Dec 18, 2018

Hey guys, I've almost cleaned the python queue -- from 15 days to 3.

That's absolutely amazing. Thank you!!

The filtering disappears when you go back from solution page to the list one, by clicking browsers "Back" button.

Is this a duplicate of https://github.com/exercism/exercism/issues/3975 ?

Additional thing -- it would be nice to know how many solutions are pending. I'd like to know an approximate time what I need to spend on reviewing all existing solutions for the specific task.

Yeah - that's a good idea. The reason it's not there is simply because the SQL to do this is quite slow at the moment. But it's something I'm working on.

@alex-bender
Copy link
Author

Yeah, seems that it's a duplicate.
And great to know that counter is coming soon! Thanks!
Should I close the issue then?

@iHiD
Copy link
Member

iHiD commented Dec 18, 2018

Could you open an issue for the counter (just copy/paste what you wrote here) pls? I don't think it's covered anywhere atm.

And then yeah, closing would be great.

Thanks again for doing Python - you might be interested in these, which aim at making mentoring quicker moving forward:

@alex-bender
Copy link
Author

Here is it: #4561
Going to read those tickets.
Thanks!

@emcoding
Copy link

Hey guys, I've almost cleaned the python queue

O wow!! That's amazing!
And, it's also such a great start for the restructured track PR, where Jeremy pointed to.

@alex-bender
Copy link
Author

@F3PiX Thanks!

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

No branches or pull requests

3 participants