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
Currently, the endpoint just returns the next bounty after a bounty ID and does not account for the filter statuses and other bounty filter queries.
Make it work with the filters to get the perfect next and previous bounties dependent on the filters set.
Here is an example unit test
Here is an example component test
The text was updated successfully, but these errors were encountered:
elraphty
Successfully merging a pull request may close this issue.
Context
Currently, the endpoint just returns the next bounty after a bounty ID and does not account for the filter statuses and other bounty filter queries.
Design
Make it work with the filters to get the perfect next and previous bounties dependent on the filters set.
Acceptance Criteria
Here is an example unit test
Here is an example component test
The text was updated successfully, but these errors were encountered: