-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configurable SMS Providers #664
Comments
@gigincg and @mathew-alex to add more info |
@sainak can you explain this issue |
Hi,I would like to work on this issue.@gigincg and @mathew-alex could you please give more information on the same? |
@suhani221, updated the issue body, have a look and ping if you want to work on it |
@sainak |
@Gpro654321 you could be using an outdated version of docker, try to update it or run |
@sainak After a bit of reading, I sort of understand the issue and have even worked out what needs to be implemented. But I have the following roadblocks in my way, I request you to help me clear them.. 1. No links seen in homepage for me to navigate the site 2. username password combo provided in the documentation not working |
hey @sainak can i work on this ? also i need a little more info and context i was not able to find the updated issue body |
Hey ping me on slack i am in the ohc slack group we can get your local setup done |
what info are you looking for? |
@sainak i want to know what is the expected output here |
can you also assign it to me |
@AnkurPrabhu the expected outcome is to give users multiple choices of sms service providers |
@sainak i have made the custom backend for sns, you want me to add tests as well and replace sendSMS with the django-sm send_sms ? |
Hi @sainak , can I work on this issue if its not resolved? |
Currently we only support SNS https://github.com/coronasafe/care/blob/develop/care/utils/sms/sendSMS.py#L7-L23
It would be good to have it configurable by the deployments
We could use https://github.com/roaldnefs/django-sms and write our own backends for other sms providers
note, this package will require us to make our own backend for sns as well
The text was updated successfully, but these errors were encountered: