-
Notifications
You must be signed in to change notification settings - Fork 0
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
Grad2-2604 message changes for 2018 program non graduates. #305
Conversation
@@ -0,0 +1,2 @@ | |||
UPDATE TRANSCRIPT_MESSAGE SET GRAD_PROJECTED_MESSAGE='Based on the information provided by the school, this student cannot satisfy the requirements for the Graduation Program %s. Note: Students are no longer eligible to graduate on the 2018 graduation program unless required courses were completed by June 30, 2024. Contact your school counselor for more information.' WHERE GRADUATION_PROGRAM_CODE = '2018-EN' AND MESSAGE_TYPE_CODE = 'NOT_GRADUATED'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @githubmamatha I think the ticket asks for both the MAIN AND PROJECTED messages to be changed for 2018-EN and also 2018-PF. Your flyway only updates PROJECTED for 2018-EN and MAIN for 2018-PF. You could probably update your WHERE clauses to say WHERE GRADUATION_PROGRAM_CODE IN('2018-EN', '2018-PF) AND MESSAGE_TYPE_CODE = 'NOT_GRADUATED'
Also, I noticed you have applied the changes in DEV schema already. Pls roll back before we do a deployment.
Grad2 2604 msg changes2018 grad prog new PR to old PR
Quality Gate passedIssues Measures |
ZAP scan updates included in the pull request. |
Main message and projected message changes for 2018 grad program not graduated students is done.