Skip to content

Implement filters for repositories based on stars and activity#2677

Open
Kalpavruksha wants to merge 1 commit intoDeepSourceCorp:masterfrom
Kalpavruksha:patch-3
Open

Implement filters for repositories based on stars and activity#2677
Kalpavruksha wants to merge 1 commit intoDeepSourceCorp:masterfrom
Kalpavruksha:patch-3

Conversation

@Kalpavruksha
Copy link
Copy Markdown

Added filters for stars and last activity to the repository list.Fixes #2615

Added

  • filter repositories by minimum stars
  • filter repositories by last activity
  • works with existing language filter
  • shows message when no repositories match filters

Implementation

Used Vue computed property to dynamically filter repositories based on:

  • stars count
  • last modified date

Kept implementation minimal as requested in the issue.

Added filters for stars and last activity to the repository list.

Signed-off-by: kalpavruksha G <154514800+Kalpavruksha@users.noreply.github.com>
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 10, 2026

@Kalpavruksha is attempting to deploy a commit to the DeepSource Team on Vercel.

A member of the Team first needs to authorize it.

@Kalpavruksha
Copy link
Copy Markdown
Author

Fixes #2615

Added filters for:
• minimum stars
• last activity

Filtering is applied dynamically using Vue computed property.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Filter repositories by stars and last activity

1 participant