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
Add status filters to query to call bounty statuses for created bounties when viewing profile to query to call bounty statuses for created bounties when viewing profile
#1571
ecurrencyhodler
changed the title
Create endpoints to call bounty statuses for created bounties when viewing profile
Add optional word clause to query to call bounty statuses for created bounties when viewing profile
Feb 28, 2024
ecurrencyhodler
changed the title
Add optional word clause to query to call bounty statuses for created bounties when viewing profile
Add status filters to query to call bounty statuses for created bounties when viewing profile to query to call bounty statuses for created bounties when viewing profile
Feb 29, 2024
Context
We want to enable the ability for users to filter bounties when viewing the assigned bounties on their profile.
Add status filters to query to call a person's specific bounty and filter the bounties based on status:
Here is the call: r.Get("/wanteds/created/{uuid}", bountyHandler.GetPersonCreatedBounties)
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: