-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
[Feature Request] Package Filter #201
Comments
I think we have this one covered already on package-frontend. Just needs some attention which it hasn't seen in a while. |
So this feature absolutely already exists. It just isn't exposed via some nice UI anywhere at the moment. But looking at the API Definition (Also our live public swagger instance if you are into that sort of thing) We can see that (depending on some endpoints) we are already able to filter and organize packages:
So I feel like we have covered everything, being able to sort by nearly every value, order them how preferred, and as for the features that we made (As in they weren't implemented originally in Atom's backend) we can filter our results to only include grammars that support a specific file extension, or for the service it provides or consumes, or even for packages that support specific versions of a service. So I think we have got this one covered. Otherwise as a request for this to be available in a nice UI on the website, then this issue is a duplicate of So appreciate you contributing @zhaolinlau but I'll close this one out. If you have any suggestions or ideas for this feature, I'd go ahead and comment further on either the issue or PR linked above. I'll add if you want to use these features today, feel free to ask, or reference the API documentation, and all query parameters are supported in the frontend site already, so appending them manually into the URL will get you the results requested. Such as:
|
Is this feature Currently Implemented in any way with the upstream API Server
Is your feature request related to a problem? Please describe.
Kinda hard to know which package is recently updated, added, most downloads, most stars
Describe the solution you'd like
Able to search package by filtering with recently updated, added, most downloads, most stars
The text was updated successfully, but these errors were encountered: