You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to filter for providers when looking at bounties inside of superadmin.
We are currently grabbing bounties using this call: metrics/bounties.
Add an optional word clause to search for providers and their bounties only. In other words, don’t search for anything other than the selected providers and their bounties within a given date range.
Also enable "or" statements so that multiple providers and the bounties they posted are returned.
Design
This is what the frontend will look like for reference (without the search bar).
Acceptance Criteria
I've tested on Chrome
I've created mock db with 3 different providers each with 2 bounties.
I've created a test asserting the response we get from the call only returns bounties from selected providers.
I have rebased and tested locally before submitting my PR
I can submit a pr within 2 days of taking the bounty
ecurrencyhodler
changed the title
[SuperAdmin] Add optional word clause to query
[SuperAdmin] Add optional word clause to query for providers
Feb 21, 2024
Context
I'd like to be able to filter for providers when looking at bounties inside of superadmin.
We are currently grabbing bounties using this call:
metrics/bounties
.Add an optional word clause to search for providers and their bounties only. In other words, don’t search for anything other than the selected providers and their bounties within a given date range.
Also enable "or" statements so that multiple providers and the bounties they posted are returned.
Design
This is what the frontend will look like for reference (without the search bar).
Acceptance Criteria
Here is an example backend test
The text was updated successfully, but these errors were encountered: