We currently have placeholder email addresses in our database that we do not want to display in our SearchResultDetails component. The component is currently designed to filter out two specific placeholder email addresses (none and email@email.com). But we want to eliminate the need for placeholder email addresses in the database.
Requirements
[x] Remove or update any placeholder email addresses that are currently in the database.
[x] Modify the schema to allow the email field within the facility's contact information to be nullable.
Summary
We currently have placeholder email addresses in our database that we do not want to display in our
SearchResultDetails
component. The component is currently designed to filter out two specific placeholder email addresses (none
andemail@email.com
). But we want to eliminate the need for placeholder email addresses in the database.Requirements
Dependencies