-
Notifications
You must be signed in to change notification settings - Fork 17
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
[NEW ENV VAR] Add twilio to neighborhood map #96
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks so much! left some thoughts
also, please consider using something like https://www.screentogif.com/ to show off a local demo in this PR! |
@jorganisak what are the blockers for this? intake defaults? |
After some guidance from @mab253 -
|
awesome! thanks so much |
…io-to-neighborhood-map-18
package.json
Outdated
@@ -99,10 +100,10 @@ | |||
"eslint-plugin-react": "7.19.0", | |||
"eslint-plugin-react-hooks": "^2.3.0", | |||
"i18next-scanner": "2.11.0", | |||
"jest": "^26.0.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was getting a conflict between react-scripts
and this version of jest when starting the webapp locally - react-scripts
depends on version ~24. Removed my node_modules and this line, ran npm install
, and the tests in place still run and pass!
I think this is ready for re-review! 🪂 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome PR! thanks so much. all good for me
…io-to-neighborhood-map-18
…io-to-neighborhood-map-18
Merged master into this and tested the feature, I think this is good to merge! There's a couple things that have to happen on deploy though, since this is the first time we're requesting the twilio functions directly from the react app.
|
still LG! thanks for making it not break without twilio deployed |
hi folks, what's the status of this PR? seems like there was some follow up needed before deploy. |
hey folks, am closing this PR to clean up the repo for now as there is no activity. feel free to reopen if you want to revisit in the future! |
#18
SendResourcesButtons
SendSmsDialog
- contains validation for phone number inputSendSmsDialog
, user inputs phone numberPOST /api/send-sms
with payload{smsMessage, phoneNumber}
TWILIO_AUTH_TOKEN
,TWILIO_PHONE_NUMBER
,TWILIO_SID
are not present in env vars