Issue 3724 2 - #8437
Conversation
|
Warning One or more dependencies are approaching or past End-of-Life. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (10)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughTaxon tree statistics can now include counts for synonymized determinations. New preferences select synonym display and the Taxon query field. Tree rendering, empty-node handling, localization, and formatting tests support the new counts. ChangesTaxon synonym count support
Sequence Diagram(s)sequenceDiagram
participant Tree
participant tree_stats
participant get_tree_stats
participant get_synonym_counts
Tree->>tree_stats: Request taxon stats with includeSynonymCount=true
tree_stats->>get_tree_stats: Pass include_synonym_count=true
get_tree_stats->>get_synonym_counts: Aggregate synonym counts by child subtree
get_synonym_counts-->>get_tree_stats: Return counts keyed by child ID
get_tree_stats-->>Tree: Return statistics with synonym counts
Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Fixes #3724
Checklist
self-explanatory (or properly documented)
specify7/specifyweb/specify/management/commands/run_key_migration_functions.py
Line 50 in ea04665
Testing instructions
Summary by CodeRabbit