Skip to content

Resolve conflict - #736

Open
TechBroAfrica wants to merge 2 commits into
Pulsefy:mainfrom
TechBroAfrica:resolve-conflict
Open

Resolve conflict#736
TechBroAfrica wants to merge 2 commits into
Pulsefy:mainfrom
TechBroAfrica:resolve-conflict

Conversation

@TechBroAfrica

Copy link
Copy Markdown

closes #680

Here is a concise PR message template for your changes:


Title:

fix(backend): resolve unused variable lint error in search.controller.spec.ts

Description:

🚀 Summary

Resolves the @typescript-eslint/no-unused-vars CI lint error in search.controller.spec.ts.

🛠️ Changes

  • Added an it('should be defined') test block asserting that both SearchController and SearchService are properly instantiated and injected.
  • Utilizes the service variable in standard NestJS testing assertions to fix the lint rule while improving test coverage.

Verification

  • ESLint rule @typescript-eslint/no-unused-vars satisfied.
  • Spec suite continues to test search controller and service dependency injection cleanly.

Ova-Klik added 2 commits July 25, 2026 14:39
…ngs (FE-52)

- Add backend SearchModule, SearchController, and SearchService exposing GET /search API contract
- Integrate parallel querying of public profiles and marketplace listings with Levenshtein typo-tolerance (didYouMean)
- Create useUnifiedSearch custom hook with debouncing and fallback search logic
- Update SearchBar component to render grouped 👤 Profiles and 🏷️ Marketplace Listings
- Enhance Discovery page with scope filter tabs (All, Profiles, Listings), loading skeletons, and empty states
- Integrate SearchBar into primary navigation Header
- Add unit test suite search.controller.spec.ts and implementation walkthrough
@TechBroAfrica

Copy link
Copy Markdown
Author

Hi Maintainer, KIndly review pr. Thanks

@Cedarich Cedarich left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kindly fix CI I noticed you changes are 3K+ also fix

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FE-52: Unified Search Surface for Profiles and Listings

3 participants