You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.
Issues #31, #32, #33
What's there currently: Most of the work has been finished for this task. Currently, after submitting the job form, an email will be sent out to the proper clients. This is currently being achieved through AWS SES. It sends parameters from the submission into the function and displays parameters in the email as well as grabbing emails and names from these parameters. Due to some app restrictions, the emailer is split up into different parts in the app, with a chunk being in the app file and the other chunk in a separate file.
There is a pull request #53 for this.
What's left to be done: Email to opportunity centers have to be properly sent. As of now, there is no way to grab opportunity center emails from the job form after it has been submitted, so there is no way to email the proper opportunity center. As such, the email functions have to be accommodated to work with dynamic opportunity center emails. Ideally, they would be parameters. This relies on the manage page in issue #54.
Who did it: @tmloupe
The text was updated successfully, but these errors were encountered:
Issues #31, #32, #33
What's there currently: Most of the work has been finished for this task. Currently, after submitting the job form, an email will be sent out to the proper clients. This is currently being achieved through AWS SES. It sends parameters from the submission into the function and displays parameters in the email as well as grabbing emails and names from these parameters. Due to some app restrictions, the emailer is split up into different parts in the app, with a chunk being in the app file and the other chunk in a separate file.
There is a pull request #53 for this.
What's left to be done: Email to opportunity centers have to be properly sent. As of now, there is no way to grab opportunity center emails from the job form after it has been submitted, so there is no way to email the proper opportunity center. As such, the email functions have to be accommodated to work with dynamic opportunity center emails. Ideally, they would be parameters. This relies on the manage page in issue #54.
Who did it: @tmloupe
The text was updated successfully, but these errors were encountered: