ourjapanlife / findadoc-server

The api / server for Find A Doc, Japan. Check out the board to see the latest effort https://github.com/orgs/ourjapanlife/projects/8
4 stars 1 forks source link

Remove And Exclude Placeholder Email Addresses From Database #436

Closed evan-desu closed 2 months ago

evan-desu commented 8 months ago

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 and email@email.com). But we want to eliminate the need for placeholder email addresses in the database.

Requirements

Dependencies

evan-desu commented 8 months ago

@theyokohamalife Let me know if this is the right approach. I can take care of it once you give me the 🆗.

theyokohamalife commented 2 months ago

This was completed in https://github.com/ourjapanlife/findadoc-server/pull/437. Thanks to @evan-desu!