Skip to content

feat(frontend): Implement Creator Directory UI and API integration - #615

Merged
Tybravo merged 2 commits into
Tybravo:mainfrom
Ikechukwu-Patrick:feature/388-389-creator-directory
Sep 2, 2026
Merged

feat(frontend): Implement Creator Directory UI and API integration#615
Tybravo merged 2 commits into
Tybravo:mainfrom
Ikechukwu-Patrick:feature/388-389-creator-directory

Conversation

@Ikechukwu-Patrick

Copy link
Copy Markdown
Contributor

Closes #388
Closes #389

Summary
This PR delivers the complete Creator Directory feature by combining the frontend UI implementation and the backend API integration into a single seamless view.

Changes Proposed

  • UI/UX ([Frontend] [Feature] Implement Creator Directory UI (Search View) #388): Implemented a responsive grid of creator cards using Tailwind CSS. Cards display creator avatars, verification badges, basic biographies, and key statistics (verified documents, success rates). Included a dedicated search input.
  • Service Layer ([Frontend] [Feature] Integrate Creator Directory API with Frontend Service Layer #389): Created frontend/services/creatorService.ts to cleanly decouple the /api/creators HTTP logic.
  • State Management: Wired up frontend/app/creators/page.tsx to handle isLoading rendering, empty state fallbacks, and a graceful error state with a retry mechanism.
  • Optimization: Added a lightweight 300ms debounce to the search input effect to prevent excessive API requests while typing.

Acceptance Criteria Checklist

  • Directory renders correctly with Tailwind CSS.
  • Data dynamically populates from the backend API.
  • Loading states provide immediate visual feedback.
  • Error states are handled gracefully without crashing the UI.

@drips-wave

drips-wave Bot commented Sep 1, 2026

Copy link
Copy Markdown

@Ikechukwu-Patrick Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Tybravo
Tybravo merged commit 5f255f4 into Tybravo:main Sep 2, 2026
1 check failed
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.

[Frontend] [Feature] Integrate Creator Directory API with Frontend Service Layer [Frontend] [Feature] Implement Creator Directory UI (Search View)

2 participants