-
Notifications
You must be signed in to change notification settings - Fork 61
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 optional word clause to query to call bounty statuses for assigned bounties when viewing profile #1570
Comments
Assign me @ecurrencyhodler |
Hey @Jagmohan2k I took a look at your profile and it looks brand new with 0 contributions. Do you have any work you can share? I'd like to see 3 projects of some sort before assigning you a bounty. |
@ecurrencyhodler i can help with this |
@ecurrencyhodler could you please assign me? |
This is yours @okhot https://community.sphinx.chat/bounty/1599 |
@ecurrencyhodler Is there any design available for the filters? Or should I just add generic filters to the top of the page |
This is purely a backend change. |
ooppss... didn't get the memo right then. I'm not fluent with Go 🙏🏽 you can reassign thanks |
@ecurrencyhodler Could you please assign me, I will create a PR in few hours. |
Context
We want to enable the ability for users to filter bounties when viewing the assigned bounties on their profile.
Add an optional word clause to query to call a person's specific bounty and filter the bounties based on status:
Here is the call:
r.Get("/wanteds/header", handlers.GetWantedsHeader)
https://github.com/stakwork/sphinx-tribes/blob/master/routes/people.go
Acceptance Criteria
Here is an example backend test
The text was updated successfully, but these errors were encountered: