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

Document filtering options of user's solutions tab #458

Open
hobovsky opened this issue Nov 5, 2022 · 0 comments
Open

Document filtering options of user's solutions tab #458

hobovsky opened this issue Nov 5, 2022 · 0 comments

Comments

@hobovsky
Copy link
Contributor

hobovsky commented Nov 5, 2022

https://discord.com/channels/846624424199061524/846630620444229632/857425461030420551

Filtering your solutions

You can now filter your completed solutions page by appending query parameters (no UI yet):

  • language={language_id} only show solutions in language
  • rank=-{kyu} only show solutions for kata with specified rank
  • q={term} only show solutions containing some short term (4-20 characters, case-sensitive)
  • sort=1 show the oldest first (the default is last attempted kata first)

Example

https://www.codewars.com/users/{username}/completed_solutions?language=rust&rank=-8&q=collections
shows Rust solutions for 8 kyu kata containing collections.

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

1 participant