Skip to content

feat(search): add trending creators endpoint - #1130

Open
oraimoitel wants to merge 2 commits into
Akanimoh12:test-implement-dripsfrom
oraimoitel:feat/trending-creators-1016
Open

feat(search): add trending creators endpoint#1130
oraimoitel wants to merge 2 commits into
Akanimoh12:test-implement-dripsfrom
oraimoitel:feat/trending-creators-1016

Conversation

@oraimoitel

Copy link
Copy Markdown
Contributor
  • Add GET /search/trending endpoint ranked by tip volume
  • Support 24h/7d/30d time windows with pagination
  • Implement per module conventions (types, schema, service, controller, routes)
  • Add OpenAPI spec and tests

Closes #1016

Description

Closes #

Type of Change

Please mark the options that are relevant:

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 🧪 Tests (adding new tests or updating existing tests)
  • 📝 Documentation (changes to documentation/configs only)
  • 🚀 DevOps & CI/CD (changes to workflows, scripts, or templates)

Changes Made

How to Test

Checklist

💻 Smart Contract Changes (if applicable)

  • Running cargo fmt -- --check passes successfully.
  • Running cargo clippy -- -D warnings runs without any warnings.
  • All tests pass successfully using cargo test.
  • New unit or integration tests have been written to cover the changes.
  • No hardcoded values are present (e.g. addresses, fees) that should be configurable.

🎨 Frontend Changes (if applicable)

  • TypeScript compiles cleanly with no errors (npm run typecheck or npx tsc --noEmit).
  • Running npm run lint shows no linting errors.
  • The production build compiles successfully via npm run build.
  • Changes verified on local browser environment with Freighter/xBull/Albedo wallet.
  • Responsive design verified (tested on mobile, tablet, and desktop viewport sizes).
  • Keyboard navigation and accessibility (a11y) considerations are addressed.

⚙️ General

  • Code follows the project's coding standards and structure guidelines.
  • Self-reviewed the changes to ensure clean code with no commented-out code blocks.
  • No console.log or debug code remains in production files.
  • The branch is up-to-date with the main branch.

Screenshots / Demos (if applicable)

Closes #1016

- Add GET /search/trending endpoint ranked by tip volume
- Support 24h/7d/30d time windows with pagination
- Implement per module conventions (types, schema, service, controller, routes)
- Add OpenAPI spec and tests

Closes Akanimoh12#1016
@drips-wave

drips-wave Bot commented Jul 26, 2026

Copy link
Copy Markdown

@oraimoitel 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

@Akanimoh12

Copy link
Copy Markdown
Owner

Please fix conflicts

@Akanimoh12

Copy link
Copy Markdown
Owner

Waiting for your fixes on the conclicts

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.

Search: Trending creators endpoint

2 participants