Employers working - onboarding to card print
CI / scan_ruby (push) Failing after 10m41s
CI / lint (push) Failing after 7m31s
CI / test (push) Failing after 8m29s
Docker / build-and-test-image (push) Failing after 11m32s

This commit is contained in:
Jason Jordan
2026-01-15 11:37:50 -05:00
parent 0464ba8929
commit 4fac3b1036
108 changed files with 4113 additions and 431 deletions
@@ -39,7 +39,7 @@ class BenefitsWordDocProcessorOld
end
elsif field_string.include?('Employer Name:')
value = field_string.delete_prefix('Employer Name:').strip
@process.employer_name = value
@process.name = value
elsif field_string.include?('Group Effective Date:')
value = field_string.delete_prefix('Group Effective Date:').strip
@process.effective_date = value
@@ -59,7 +59,7 @@ class BenefitsWordDocProcessorOld
end
end
if extracted_images.length > 1
@process.employer_logo = @process.employer_name.titleize.gsub(/\s+/, '').concat("Logo.png")
@process.employer_logo = @process.name.titleize.gsub(/\s+/, '').concat("Logo.png")
# same file logic
end
end