You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add support for Taxa Tags (#830)
* feat: added support for tag creation for a given taxon
* chore: moved Tag<->Taxon many2many to the Taxon model
* feat: added the Tag admin model
* feat: added custom assign_tags action to the TaxonViewSet to assign tags for a given taxon and return the assigned tags filtered by project
* fixed formatting
* merged migrations
* feat: added tags to the Taxon admin model
* feat: added global tags
* added db migration
* feat: show global tags if there is an active project
* feat: added or based taxon filtering by tag_id
* chore: renamed TaxonTagFilterBackend
* fix: fixed filtering tags by project_id in the TaxonViewSet list
* Add frontend support for taxa tags (#828)
* feat: setup UI for taxon tags
* feat: prepare UI controls for tag filtering
* feat: hook up UI tags with backend
* fix: update filter key from tag -> tag_id
* fixed Taxon List tags column name
* feat: added tags inverse filter
* feat: return global tags with project tags
* chore: reset tag migrations, add default tags
* fix: remove invalid field in taxa list query
* chore: add type hints for reverse relationships
---------
Co-authored-by: Anna Viklund <annamariaviklund@gmail.com>
Co-authored-by: Michael Bunsen <notbot@gmail.com>
* chore: remove unused import
* fix: pass project ID when assigning tags
* chore: skip adding initial tags to the database
* fix: update migration deps
* fix: revert caption update to fix build
* feat: put tags feature behind feature flag
* feat: disable tag filters if no tags for project
* chore: fix migration ordering
* feat: store feature flags with project
* fix: return feature flags as a dictionary in API response
* style: simplify tags form
---------
Co-authored-by: Mohamed Elabbas <hack1996man@gmail.com>
Co-authored-by: Michael Bunsen <notbot@gmail.com>
0 commit comments