-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
## Report Creation - [x] Created a new dynamic report `CAS Supplier Maintenance Updates` which captures the updates from student since their CAS Supplier is set to be valid. ![image](https://github.com/user-attachments/assets/47481f4f-f29b-4c1a-ab99-d157f3574835) ![image](https://github.com/user-attachments/assets/5ec554bf-0cac-4f3d-95b9-26fcc34cd464) - [x] To identify the students who had one or more updates to their profile from CAS perspective, student profile data is compared with the `student_profile_snapshot` column of CAS supplier. **Note**: All the data comparisons are string comparison ignoring the case. - [x] Data is sorted by `sims.students.updated_at` - [x] Byte Order Mark Update: Update the code to NOT add the BYTE ORDER MARK character when report is empty as it is not required. ## Rollback Evidence ![image](https://github.com/user-attachments/assets/3ab8edc3-f44f-4eb4-9d88-81f4c639af5e) ## E2E Tests - [x] Added E2E tests to validate the report data when student updates their - Last name - SIN - Address line 1 - Postal code - [x] Added E2E test to ensure the comparison of data is not case sensitive. (Used last name as scenario). ![image](https://github.com/user-attachments/assets/1133f411-400e-44fd-81b9-ac3e12e77071)
- Loading branch information
1 parent
7a58eb3
commit 9547f75
Showing
12 changed files
with
575 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.