Open katerinkus opened 5 months ago
Hey team! Please add your planning poker estimate with Zenhub @emi-hi @tim738745
Note: the check_deliverability feature of the email_validator doesn't appear to work on dev; firewall/dns issues? Will have to look into this further
Updated the email validator to use the 8.8.8.8 dns resolver and not the one found in /etc/resolv.conf in the openshift pod; should work on openshift now hopefully!
Describe the task Users should get a warning when uploading the GER dataset if a cell in the
Email
column contains an invalid email. Users should be able to ignore this warning and proceed to the upload.Purpose Reduces the number of emails that will bounce because of incorrect spelling.
Acceptance Criteria
@
, improper domain names such asgmail.org
should be caught.Additional context Please see GER_notes_for Agile_team, section 5 for my implementation using a python package called email_validator.