-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Improve search #1
base: wip-improve-search
Are you sure you want to change the base?
feat: Improve search #1
Conversation
…native lock file which causes issues
|
Hey @johnshift can you provide an estimate on when this will be merged, and if additional steps are necesssary? |
Heya @1a35e1 @duckdegen. I’m tied up with other tasks at the moment but will take a look soon! |
Hey @1a35e1, sorry for the delayed reply. Holidays kept things busy. Hope you had a great break! It looks like the implementation revolves around the If you have ideas for adjusting the approach or leveraging another API endpoint to better align with this requirement, we’d love to hear them. |
Howdy so I had a quick dive on the Gitcoin APIs they seem to have all the necessary endpoints to facilitate the discussion that was originally started here: https://t.me/c/1724749443/1/10504
One tool that is super helpful exploring GraphQL APIs is https://graphql-kit.com/graphql-voyager/
intospection.json
Change Schema
->Introspection
-> DisplayFrom here it seems:
query searchProjects(searchTerm: $searchTerm)
seems to do the job we want.query donations()
to paginate dataTODO
DonationsTable
generateMetadata