-
Notifications
You must be signed in to change notification settings - Fork 5
[Draft] Introduce default filters feature #930
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
Conversation
✅ Deploy Preview for antenna-preview canceled.
|
…ore filters from project settings
…ore filters from project settings
…t, TaxonViewSet, SourceImageViewSet, EventViewSet, and SummaryView
The following API views now apply the default classification threshold filter when returning data. If needed, this behavior can be overridden by including
|
Remove OccurrenceDeterminationScoreFilter to ensure apply_defaults parameter is respected.
…ckLab/antenna into feat/apply-default-filters
@annavik @mohamedelabbas1996 should this PR be closed now that we have #944 and #945? |
Yes, however I think we should clean up #945 a bit. With the separated approach, I think we should rebase 945 on 944. Closing this though! :) |
Summary
In #929, we setup a view to make it possible to adjust default filters for a project. In this PR, we apply the filters. The changes includes both frontend and backend updates.
List of Changes
What has been tested
Related Issues
Screenshots
Informing about default filters and linking to settings:

To make it possible to exclude filters on demand, one idea is to include a toggle:

Notes for development
This requires an update to the Nova package (our UI kit)