kblincoe / QualOpt_SE701

2 stars 15 forks source link

#28 Send custom study invitation emails #148

Open Karim-C opened 6 years ago

Karim-C commented 6 years ago

This pull request fixes issue #28

As part of the fix, the participants can now have first names and last names which can be added while a new participant is being created. The user can now send custom emails by inserting tags into the email text which are replaced with personal information for each study participant. The user can see the customisation options displayed when they are creating the invitation email for the study.

Example custom email INPUT: Subject: "We have a study you may be interested in, --firstName" Body: "Hello --firstName, We thought you may be interested in this because of your experience using --programmingLanguage" OUTPUT: Subject: "We have a study you may be interested in, John" Body: "Hello John, We thought you may be interested in this because of your experience using Java"

@wilmol contributed to this pull request (reviewed the PR and helped to resolve the merge conflicts).

@wilmol and @AprajitGandhi can you please review this pull.

Karim-C commented 6 years ago

@softeng-701 This PR can now be merged. All team members have approved the PR.