This release significantly enhances the management and visualization of company incorporation details. It refactors the 'Place of Incorporation' from a single text field into distinct, structured 'Jurisdiction' (country) and 'State/Province' fields, backed by a comprehensive geographical data library. This change improves data integrity and user input experience through cascading dropdowns. Furthermore, it introduces a visual feature to display jurisdiction flag badges directly on company and trust nodes within diagrams, offering a quick visual cue about their origin.
Highlights
- Structured Jurisdiction Fields: Replaced the free-text 'Place of Incorporation' field with structured 'Jurisdiction' (country) and 'State/Province' fields across the application, improving data consistency and accuracy for company entities.
- Jurisdiction Flag Badges on Diagrams: Introduced the ability to display small circular flag badges on company and trust nodes within diagrams, visually representing their jurisdiction. A new user setting allows toggling this feature.
- Cascading Country/State Selectors: Implemented cascading dropdowns for selecting Jurisdiction and State/Province in company forms and inspectors, providing a more intuitive and guided user experience. This includes a prioritized list of countries and dynamic state loading.
- New Dependencies for Geographical Data: Added
country-state-cityfor comprehensive country and state data, andcircle-flagsalong withreact-circle-flagsfor rendering flag icons.