Skip to content

Add bounty marketplace search bar#1307

Open
snidova1 wants to merge 1 commit into
SolFoundry:mainfrom
snidova1:snidova1-bounty-search-bar
Open

Add bounty marketplace search bar#1307
snidova1 wants to merge 1 commit into
SolFoundry:mainfrom
snidova1:snidova1-bounty-search-bar

Conversation

@snidova1
Copy link
Copy Markdown

Summary

  • Add a debounced search input to the bounty marketplace filters
  • Send the free-text query through the bounties list API as q
  • Apply client-side matching across title, description, category, org/repo, issue URLs, and skills for loaded results
  • Add shared frontend helper modules needed by the current frontend imports so the production build can compile
  • Add API coverage for the new bounty search query parameter

Fixes #823

Validation

  • cd frontend && npm test -- --run src/__tests__/bounties-api.test.ts src/__tests__/apiClient.test.ts
  • cd frontend && npm run build

Note: the full frontend test suite still contains existing broken suites that reference files/modules not present in the repo (admin, tokenomics, bounties legacy components, Playwright e2e, etc.); the targeted tests above pass and the production build succeeds.

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

Labels

missing-wallet PR is missing a Solana wallet for bounty payout

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🏭 Bounty T1: Add Search Bar to Bounties Page

1 participant