-
Notifications
You must be signed in to change notification settings - Fork 60
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
Enable filtering of skills on homepage #987
Comments
Can I work on this issue. |
@VividhPandey003 you have two other pending issues. Can you address this? Once you do we can circle back to this one. |
Sure, this also works. Thanks. I'll be working on those issues soon. |
@ecurrencyhodler could you please tell me about the complexity of this issue. |
This should be medium complexity. It should be related to activelist. It's located in this file: https://github.com/stakwork/sphinx-tribes/blob/db2d4e33f88d649ed00017d9a29b418dcc0be23f/frontend/app/src/people/widgetViews/WidgetSwitchViewer.tsx And here's the function:
I'm also going to reduce the bounty amount on this down to 300,000 since we helped locate the issue. |
Okay, Thanks. Working on it |
hi @ecurrencyhodler Is this issue available to work on ? , I think I can Implement this as I have worked on something similar to this. let me know , Thanks |
I assigned issue and bounty to you! |
@ecurrencyhodler is this issue assigned to @VividhPandey003 ? |
Oops @Vayras yes to vividh. Sorry. |
No problem, :) |
@elraphty Could we please connect once when you might be free for this issue. |
Describe the bug
Currently, I am unable to view bounties on the bounty homepage if I select a filter of a skill. It works when I select a status.
badfilter.mov
Expected behavior
When I select a skill in the filter, the page should dynamically display bounties that meet the criteria. The logic for this will be "and" instead of "or". This logic is different from the one specified in the people page in issue #986. So if multiple skills are selected, any bounty with any of the skills tagged should be displayed.
Desktop (please complete the following information):
Acceptance Criteria
The text was updated successfully, but these errors were encountered: