[OSDEV-2293] ISIC-4 section displayed for non-ISIC-4 data#833
[OSDEV-2293] ISIC-4 section displayed for non-ISIC-4 data#833roman-stolar merged 3 commits intomainfrom
Conversation
React App | Jest test suite - Code coverage reportTotal: 39.16%Your code coverage diff: 0.06% ▴ ✅ All code changes are covered |
Dedupe Hub App | Unittest test suite - Code coverage reportTotal: 55.73%Your code coverage diff: 0.00% ▴ ✅ All code changes are covered |
Contricleaner App | Unittest test suite - Code coverage reportTotal: 98.75%Your code coverage diff: 0.00% ▴ ✅ All code changes are covered |
Countries App | Unittest test suite - Code coverage reportTotal: 100%Your code coverage diff: 0.00% ▴ ✅ All code changes are covered |
Django App | Unittest test suite - Code coverage reportTotal: 81.57%Your code coverage diff: 0.00% ▴ ✅ All code changes are covered |
📝 WalkthroughWalkthroughThis PR addresses OSDEV-2293 by refining ISIC-4 section rendering logic in FacilityDetailsGeneralFields. The component now filters out ISIC-4 groups with no valid field data instead of rendering them with empty values. Changes include filtering logic refinement, corresponding test cases, and release notes documentation. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (13)
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 |
|



OSDEV-2293 ISIC-4 section displayed for non-ISIC-4 data
ISIC-4section displaying on production location profiles when submitted objects contained no validISIC-4fields (section, division, group, class). Enhanced filtering logic to only render theISIC-4section when at least one valid field contains data.