Closed Andrew-Dickinson closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.18%. Comparing base (
dc2f0f3
) to head (0714708
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Removes de-duplication on phone numbers and non-primary email addresses, as this creates some data integrity and safety concerns. We now only dedupe on the email address entered in the join form, which results in a noisier database, but is a safe and simple choice until we are able to better handle members without email addresses
Also re-enables the requirement that join form submissions include an email address
Closes #550