Release #0450

  • EAD Country + EAD Category Support for Document Verification: Added support to use OCR to read the Category and Country of an Employment Authorization Document (I-766) when submitted through Document Verification on the Form I-9. This feature is enabled using a per-subdomain level feature flag, that will apply the following changes:
    • EAD Country + EAD Category as a Report Filter: Added the ability to filter a report based on EAD Country/EAD Category with the filter types of equals, does not equal, contains, does not contain.
    • EAD Country + EAD Category in Reporting Output Data: Added these fields underneath the Form I-9 for output data in Reports.
    • EAD country + EAD Category in the Form I-9 Submission object: Added these fields as ead_country and ead_category to the Form I-9 Submission Object in the API, only when an Employment Authorization Document is submitted.
  • Admin Completing Supplement B for Combo List A Docs: Cleaned up logic to better handle expiration dates provided in Supplement B.
  • Feature Flag: Hide Inactive Staff Submissions: Added support to hide inactive staff submissions from the Onboarding inbox. This feature is enabled using a per-subdomain level feature flag.
  • Additional performance enhancements and cleanup tasks