We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment the people skill search is done using an array filter on the tribes-frontend, which will only search the paginated array.
The Skill search should be done in the backend, so a global search can be carried out for people based on the skill value.
https://github.com/stakwork/sphinx-tribes/blob/4e2c767260915dff9573ee5f1832778e8b421ac5/db/db.go GetAllBounties() has an example implementation for searching bounties skill
GetAllBounties()
Here is an example unit test
Here is an example component test
The text was updated successfully, but these errors were encountered:
assign
Sorry, something went wrong.
elraphty
Successfully merging a pull request may close this issue.
Context
At the moment the people skill search is done using an array filter on the tribes-frontend, which will only search the paginated array.
Design
The Skill search should be done in the backend, so a global search can be carried out for people based on the skill value.
https://github.com/stakwork/sphinx-tribes/blob/4e2c767260915dff9573ee5f1832778e8b421ac5/db/db.go
GetAllBounties()
has an example implementation for searching bounties skillAcceptance Criteria
Here is an example unit test
Here is an example component test
The text was updated successfully, but these errors were encountered: