-
Notifications
You must be signed in to change notification settings - Fork 43
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
Add provider filter to superadmin #294
Comments
Hey, @ecurrencyhodler I would like to work on this issue |
@ecurrencyhodler Could you assign me as it is posted? |
assign |
Hi @ecurrencyhodler, |
@ecurrencyhodler Could you please assign me? |
8 tasks
paid |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
.We are adding an optional word clause to search for providers and their bounties only using or statements so that multiple providers and the bounties they posted are returned. This is being developed in stakwork/sphinx-tribes#1547
Design
Here is the design in figma. Use dev move for exact requirements:
In terms of functionality, I click on "Providers" and displays a dropdown.
The dropdown will aggregate and display all unique providers within the set date range by default. I can also click on multiple providers.
I will only be displayed 5 providers initially but will have the ability to scroll to see the rest. I will also see their sphinx alias's not pubkeys. If there is no sphinx alias and only a pubkey, follow the design above.
The call will be made when I click "apply". When I click "clear" all selections will be removed but dropdown filter display will be preserved.
Acceptance Criteria
Here is an example unit test
Here is an example component test
The text was updated successfully, but these errors were encountered: