COVID-19-electronic-health-system / Coronalert

CoronaTracker notification service
6 stars 2 forks source link

SendSMS pulls in texts from MongoDB #24

Closed SomeMoosery closed 4 years ago

SomeMoosery commented 4 years ago

Currently, sendSMS is using an in-memory array of phone numbers, which was fine for testing purposes but obviously isn't scalable. On SMS send, we should pull from the PhoneNumbers collection and send texts to the users from that

acthelemann commented 4 years ago

@SomeMoosery Going to close this, but there's some stuff here we should look back at for future issues.