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

Add support for filters and sorting #8

Open
arvind0598 opened this issue Sep 24, 2021 · 3 comments
Open

Add support for filters and sorting #8

arvind0598 opened this issue Sep 24, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@arvind0598
Copy link
Owner

The GitHub Search API allows for passing multiple parameters, including filters and sorting related stuff. We should build the frontend components to get that data from the user and enhance the API in the backend to parse that data too.

@arvind0598 arvind0598 added the enhancement New feature or request label Sep 24, 2021
@arvind0598 arvind0598 self-assigned this Sep 28, 2021
@G-ala-Hub
Copy link

Hi @arvind0598 could you please assign this to me thanks

@G-ala-Hub
Copy link

@arvind0598 I have started working on the frontend side. is this what you had in mind ?
Screen Shot 2023-07-16 at 5 02 17 pm

@arvind0598
Copy link
Owner Author

Not exactly. Your input supports "tags" essentially, but the API supports a lot of different parameters. You'd have to do something similar to what you'd find on an ecommerce site, having separate filters for "repository size", "repository language" etc.

You can check these docs for more info.

@arvind0598 arvind0598 assigned G-ala-Hub and unassigned arvind0598 Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants