Action Plan Step Email – 4 hours Add ChallengeTO and ChallengeRefferalTO to TaskMessageTemplateTO Change TaskMessageTemplateTO constructor create and set the TOs. The Challenge and ChallengeRefferal objects are in the Task Change MessageTemplatePreviewTOBuilder.createTaskMessageTemplateTO to build and set the ChallengeTO and ChallengeRefferalTO
Early Alert Confirmation to Advisor – 4 hours Change EarlyAlertMessageTemplateTO constructors to set the officeLocation in the creator. Change MessageTemplatePreviewTOBuilder.createEarlyAlertMessageTemplateTO to set the officeLocation Change EarlyAlertServiceImpl.fillTemplateParameters to add templateParameters.put("termForEarlyAlert", configService.getByNameEmpty("term_to_represent_early_alert"));
Early Alert Confirmation to Faculty – 0 hours Covered by the previous change
Early Alert Response to Faculty from Coach – 4 hours Change StudentPersonLiteMessageTempateTO to have a coach and set the coach in the constructors OR, modify the template to be use $!earlyAlert.coach... instead of $!earlyAlert.person.coach...
Early Alert Response to Referral Source from Coach – 1 hour Same as the previous change
Map Status Calculation Run Report – 8 hours MessageTemplateServiceImpl.createMapStatusReportEmail sets the $termConfigReminder and $errorMessage as false. These need to be evaluated for their purpose.
Environment
None
Activity
Michael Sultzaberger
July 22, 2015 at 5:37 PM
Fixed issues with the following message templates: Action Plan Step Email Early Alert Confirmation to Advisor Early Alert Confirmation to Faculty Early Alert Response to Faculty from Coach Early Alert Response to Referral Source from Coach
Also updated the documentation. Since this was all code changes, there was not much to update.
Jason Elwood
July 22, 2015 at 3:47 PM
I don't know if these fields were ever implemented. The purpose was to create an automated mechanism to remind the SSP admin to change the map_plan_status_cutoff_term value once a term. It was simply an automated reminder.
Michael Sultzaberger
July 22, 2015 at 3:24 PM
The Map Status Calculation Run Report has two sections at the bottom that only appear if $termConfigReminder and/or $errorMessage are true. The code always sets these two parameters to false. I looked at the history of the code and these fields have always been set to false. I can't determine if these sections are relevant.
Action Plan Step Email – 4 hours
Add ChallengeTO and ChallengeRefferalTO to TaskMessageTemplateTO
Change TaskMessageTemplateTO constructor create and set the TOs. The Challenge and ChallengeRefferal objects are in the Task
Change MessageTemplatePreviewTOBuilder.createTaskMessageTemplateTO to build and set the ChallengeTO and ChallengeRefferalTO
Early Alert Confirmation to Advisor – 4 hours
Change EarlyAlertMessageTemplateTO constructors to set the officeLocation in the creator.
Change MessageTemplatePreviewTOBuilder.createEarlyAlertMessageTemplateTO to set the officeLocation
Change EarlyAlertServiceImpl.fillTemplateParameters to add
templateParameters.put("termForEarlyAlert",
configService.getByNameEmpty("term_to_represent_early_alert"));
Early Alert Confirmation to Faculty – 0 hours
Covered by the previous change
Early Alert Response to Faculty from Coach – 4 hours
Change StudentPersonLiteMessageTempateTO to have a coach and set the coach in the constructors
OR, modify the template to be use $!earlyAlert.coach... instead of $!earlyAlert.person.coach...
Early Alert Response to Referral Source from Coach – 1 hour
Same as the previous change
Map Status Calculation Run Report – 8 hours
MessageTemplateServiceImpl.createMapStatusReportEmail sets the $termConfigReminder and $errorMessage as false. These need to be evaluated for their purpose.