Skip to content
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

Feature 2473/self review completion email communication #2597

Merged

Conversation

Luch76
Copy link
Collaborator

@Luch76 Luch76 commented Sep 19, 2024

For the email sent upon the completion of a self-review

Modified the email sent to PDL/Supervisor so it's an "FYI"
Made it so an email is also sent to the reviewee's reviewers

Created tickets for additional related work:

Self-Review Email sent to Supervisor/PDL - Include link to review #2595
Self-Review Email (to supervisor/PDL and reviewers) - Send in MJML format #2596

@Luch76 Luch76 linked an issue Sep 19, 2024 that may be closed by this pull request
StringBuilder bodyBuilder = new StringBuilder(String.format("Self-review has been completed by %s %s%s.<br>",
currentUserProfile.getFirstName(), currentUserProfile.getLastName(), reviewPeriodString));
String subject = String.format("%s %s has finished their self-review%s.", currentUserProfile.getFirstName(), currentUserProfile.getLastName(), reviewPeriodString);
StringBuilder bodyBuilder = new StringBuilder(String.format("Self-review has been completed by %s %s%s.<br>", currentUserProfile.getFirstName(), currentUserProfile.getLastName(), reviewPeriodString));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something about this line hurts my soul a little. 🤣

@mkimberlin mkimberlin merged commit e53dd21 into develop Sep 25, 2024
5 checks passed
@mkimberlin mkimberlin deleted the feature-2473/self-review-completion-email-communication branch September 25, 2024 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Self Review Completion Email Communication
2 participants