Skip to content

feat : added search feature#989

Open
Muragesh-24 wants to merge 1 commit into
Priyanshu-byte-coder:mainfrom
Muragesh-24:new_feat
Open

feat : added search feature#989
Muragesh-24 wants to merge 1 commit into
Priyanshu-byte-coder:mainfrom
Muragesh-24:new_feat

Conversation

@Muragesh-24
Copy link
Copy Markdown
Contributor

Summary

Add a frontend-only Dashboard Quick Search that filters visible dashboard cards and repository/goal items by text such as commits, goals, pull requests, repository names, and language names. Matching sections remain visible while non-matching sections are hidden, and the view scrolls to the first match for quicker navigation.

Type of Change

  • New feature
  • Bug fix
  • Documentation update
  • Refactor / code cleanup

Changes Made

  • Added a client-side DashboardQuickSearch component with a debounced search input.
  • Wrapped dashboard sections in searchable containers so filtering works without backend changes.
  • Added semantic search labels so common terms like commits, pull requests, goals, repositories, and languages match consistently.
  • Implemented automatic scrolling to the first matching dashboard item.
  • Added a no-results state: “No matching dashboard items found”.

How to Test

Steps for the reviewer to verify this works:

  1. Open the dashboard.
  2. Type search terms like commits, goals, pull requests, TypeScript, or a repository name.
  3. Confirm non-matching cards are hidden and matching cards stay visible.
  4. Confirm the page scrolls to the first matching item.
  5. Clear the search and confirm the full dashboard returns.

Screenshots (if UI change)

image

Checklist

  • Linked issue in summary
  • npm run lint passes locally
  • No TypeScript errors (npm run type-check)
  • Self-reviewed the diff
  • Added/updated tests if applicable

@vercel
Copy link
Copy Markdown

vercel Bot commented May 25, 2026

@Muragesh-24 is attempting to deploy a commit to the PRIYANSHU DOSHI's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added gssoc26 GSSoC 2026 contribution type:feature GSSoC type bonus: new feature labels May 25, 2026
@github-actions
Copy link
Copy Markdown

GSSoC Label Checklist 🏷️

@Priyanshu-byte-coder — please apply the appropriate labels before merging:

Difficulty (pick one):

  • level:beginner — 20 pts
  • level:intermediate — 35 pts
  • level:advanced — 55 pts
  • level:critical — 80 pts

Quality (optional):

  • quality:clean — ×1.2 multiplier
  • quality:exceptional — ×1.5 multiplier

Validation (required to score):

  • gssoc:approved — counts for points
  • gssoc:invalid / gssoc:spam / gssoc:ai-slop — does not score

Type labels (type:*) are auto-detected from files and title. Review and adjust if needed.
Points formula: (difficulty × quality_multiplier) + type_bonus

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

Labels

gssoc26 GSSoC 2026 contribution type:feature GSSoC type bonus: new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant