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

Grad2-2604 message changes for 2018 program non graduates. #305

Closed
wants to merge 8 commits into from

Conversation

githubmamatha
Copy link
Contributor

Main message and projected message changes for 2018 grad program not graduated students is done.

@@ -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';
Copy link
Contributor

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.

Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@githubmamatha
Copy link
Contributor Author

ZAP scan updates included in the pull request.

@githubmamatha githubmamatha deleted the GRAD2-2604MsgChanges2018GRADProg branch April 29, 2024 15:35
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.

3 participants