the-difference-engine / ksf

7 stars 1 forks source link

verification email sent when row was added to gsheet #356

Closed johnLeavell closed 2 years ago

johnLeavell commented 2 years ago

Zenhub Link:

https://github.com/the-difference-engine/ksf/issues/23

Describe the problem being solved:

[] Send a verification link to the Healthcare provider confirming ownership. [] Include the following text in the email: "Hello [insert healthcare provider's first name]

Impacted areas in the application:

Nominations controller in the syncNominations function line 205

Describe the steps you took to test your changes:

Updated the emailValidated property for the nominations in the db from false to true. Added a new user to Google Sheets with emailValidated set to false.

If this ticket involves any UI or email changes, please provide a screenshot that shows the updated UI

List general components of the application that this PR will affect:

PR checklist