Skip to content

feat(ui): add dynamic real-time search filtering for repository view … - #490

Merged
eshaanag merged 2 commits into
eshaanag:mainfrom
MILAN-123865:feature/landing-page-repo-filter-205
Sep 1, 2026
Merged

feat(ui): add dynamic real-time search filtering for repository view …#490
eshaanag merged 2 commits into
eshaanag:mainfrom
MILAN-123865:feature/landing-page-repo-filter-205

Conversation

@MILAN-123865

Copy link
Copy Markdown
Contributor

…lists

Program

  • ECSoC 2026
  • ELUSOC 2026
  • Regular contribution (not part of a program)

What does this PR do?

Implement a startup routine in the backend lifespan to query the database for active/queued analysis jobs (status in ACTIVE_JOB_STATUSES) and mark them as error since a system restart has aborted their execution. Additionally, cleanup leftover cloned repository directories matching those stale jobs in REPO_STORAGE_PATH.

Related issue

Closes #26

Checklist

  • I have added the correct program label (ECSoC26 or ELUSOC) to this PR
  • I tested this change locally
  • This PR addresses exactly one issue/feature (not a bundle of unrelated changes)
  • I did not open this PR purely to farm contribution counts

Description

Implements a responsive client-side filtering system on the Landing Page repository catalog container to streamline navigation as more repositories are compiled (#205).

Key Actions

  • Dynamic Text Input Component: Mounted an optimized filter bar query mapping real-time cursor input modifications down to matching array entries.
  • Multi-Field Matching: Extends character searches across name, owner, and slug attributes simultaneously to guarantee flexible search parameters.
  • Empty State Fallback: Embedded an elegant visual fallback panel when text entries do not map to any active repository logs.

Closes #205

@MILAN-123865
MILAN-123865 requested a review from eshaanag as a code owner August 31, 2026 10:51
@vercel

vercel Bot commented Aug 31, 2026

Copy link
Copy Markdown

@MILAN-123865 is attempting to deploy a commit to the Eshaan's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added frontend Frontend changes docs Documentation changes labels Aug 31, 2026
@eshaanag eshaanag added ECSoC26 Required tag — marks PR as counted for ECSoC 2026 scoring ECSoC26-L1 Easy — 5 pts (auto-applied by Sentinel) good-pr Bonus XP: exceptional PR (+15 XP) good-ui Bonus XP: notable UI contribution (+25 XP) labels Sep 1, 2026
@eshaanag
eshaanag merged commit 8ca9459 into eshaanag:main Sep 1, 2026
10 of 13 checks passed
@ecsoc-sentinel ecsoc-sentinel Bot added ECSoC26-L2 Medium — 10 pts (auto-applied by Sentinel) and removed ECSoC26-L1 Easy — 5 pts (auto-applied by Sentinel) labels Sep 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation changes ECSoC26-L2 Medium — 10 pts (auto-applied by Sentinel) ECSoC26 Required tag — marks PR as counted for ECSoC 2026 scoring frontend Frontend changes good-pr Bonus XP: exceptional PR (+15 XP) good-ui Bonus XP: notable UI contribution (+25 XP)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ENHANCEMENT] Add search filter for repositories on the Landing Page Reliability: Mark stale/orphaned Ingestion Jobs as error on application startup

2 participants