-
Notifications
You must be signed in to change notification settings - Fork 5
Add unknown species filter control #850
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 unknown species filter control #850
Conversation
✅ Deploy Preview for antenna-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for antenna-ood ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
What do you think about using this as a catch-all filter component for fixed value queries? the current ones I'd like to use are:
|
return queryset | ||
|
||
|
||
class TaxonUnknownSpeciesFilter(filters.BaseFilterBackend): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work implementing this filter! This follows all of my favorite conventions.
…nickLab/antenna into feat/unknown-species-filter
In this PR we add a dedicated filter control for unknown species. We also extend the backend filtering with this new query param.
This is how I suggest we present it, let me know if you have feedback on copy!
