Add filters for minimum stars and recent activity within language results#2723
Open
ghassouine19 wants to merge 4 commits into
Open
Add filters for minimum stars and recent activity within language results#2723ghassouine19 wants to merge 4 commits into
ghassouine19 wants to merge 4 commits into
Conversation
Agent-Logs-Url: https://github.com/ghassouine19/good-first-issue/sessions/6f013145-8d3a-4fe7-bec7-e8e83492c131 Co-authored-by: ghassouine19 <201739754+ghassouine19@users.noreply.github.com>
Agent-Logs-Url: https://github.com/ghassouine19/good-first-issue/sessions/6f013145-8d3a-4fe7-bec7-e8e83492c131 Co-authored-by: ghassouine19 <201739754+ghassouine19@users.noreply.github.com>
Add composable stars/activity filtering and deterministic sorting on language pages
|
@ghassouine19 is attempting to deploy a commit to the DeepSource Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds filtering controls to help users discover repositories within a selected programming language based on:
Minimum stars
Recent activity (updated within the last X months)
Or both combined
Changes
Extended the existing language filter to work together with stars and last activity filters
Added a minimum stars control (dropdown/slider)
Added a recent activity control (last activity within X months)
Updated the repository list to re-filter and sort in real time when selections change
Why
This improves discoverability by letting beginners quickly find projects that are popular, actively maintained, or both—rather than inactive/obscure repos.
How to test
Select a language (e.g., Python)
Set a minimum stars value and confirm the list updates
Set “recent activity within X months” and confirm the list updates
Enable both filters and confirm results match both criteria
Clear filters and confirm the full language list returns