-
Notifications
You must be signed in to change notification settings - Fork 14
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
Hotfix: SINF restriction bridge mapping and rename to SINR #3831
Comments
JerPearson
changed the title
SINF restriction bridge mapping and rename to SINX
SINF restriction bridge mapping and rename to SINR
Oct 24, 2024
ninosamson
added
Dev & Architecture
Development and Architecture
and removed
Business
Items under Business Consideration
labels
Oct 24, 2024
github-merge-queue bot
pushed a commit
that referenced
this issue
Oct 30, 2024
- Changed restriction code `SINF` to `SINR` - Updated the activity page accordion code to `SINR` - Created a DB migration to change the code of the `SINF` to `SINR`. - Renamed `SINF` to `SINR` in the existing `RestrictionCode` enum. - Changed an existing E2E to ensure `SINF` will be mapped to `LGCY`. - Replaced "TREE" with "SINF" in file "SFAS-TO-SIMS-2024MAR07-LEGACY-RESTRICTIONS.txt" to ensure `SINF` mapping to `LGCY` for this PR. ### Rollback evidence screenshot ![image](https://github.com/user-attachments/assets/2002ad83-4af3-4ab5-9b9c-3226e02b28e8) Screenshot of the SINR code on the activity page accordion ![image](https://github.com/user-attachments/assets/c1b4028c-c92b-447a-b417-a10fc8c75f04) Screenshot of the `sfas_student` table having two records after restrictions are imported ![image](https://github.com/user-attachments/assets/1b0d2812-3944-4a15-9641-fabe894cbcf4) Screenshot of the `student_restrictions` table having only one record with restriction_id = 72 (LGCY) ![image](https://github.com/user-attachments/assets/20e3396d-96db-4190-941a-9e597f945ba8) Screenshot of the completed job for processing the SINR record on Bull Dashboard ![image](https://github.com/user-attachments/assets/50db6edd-3070-4e25-80c3-db1ff1a60be0)
ninosamson
changed the title
SINF restriction bridge mapping and rename to SINR
Hotfix: SINF restriction bridge mapping and rename to SINR
Oct 30, 2024
dheepak-aot
pushed a commit
that referenced
this issue
Oct 30, 2024
- Changed restriction code `SINF` to `SINR` - Updated the activity page accordion code to `SINR` - Created a DB migration to change the code of the `SINF` to `SINR`. - Renamed `SINF` to `SINR` in the existing `RestrictionCode` enum. - Changed an existing E2E to ensure `SINF` will be mapped to `LGCY`. - Replaced "TREE" with "SINF" in file "SFAS-TO-SIMS-2024MAR07-LEGACY-RESTRICTIONS.txt" to ensure `SINF` mapping to `LGCY` for this PR. ### Rollback evidence screenshot ![image](https://github.com/user-attachments/assets/2002ad83-4af3-4ab5-9b9c-3226e02b28e8) Screenshot of the SINR code on the activity page accordion ![image](https://github.com/user-attachments/assets/c1b4028c-c92b-447a-b417-a10fc8c75f04) Screenshot of the `sfas_student` table having two records after restrictions are imported ![image](https://github.com/user-attachments/assets/1b0d2812-3944-4a15-9641-fabe894cbcf4) Screenshot of the `student_restrictions` table having only one record with restriction_id = 72 (LGCY) ![image](https://github.com/user-attachments/assets/20e3396d-96db-4190-941a-9e597f945ba8) Screenshot of the completed job for processing the SINR record on Bull Dashboard ![image](https://github.com/user-attachments/assets/50db6edd-3070-4e25-80c3-db1ff1a60be0)
dheepak-aot
added a commit
that referenced
this issue
Oct 30, 2024
## Cherry pick commits The following commits are cherry picked and committed into `file-integration-fix/cherry-pick-branch` branch from `main` branch. - #3833 - SIN Validation - Gender Field Limit - Commit:8040205 - SHA: 8040205 - #3831 - SINF restriction bridge mapping and rename to SINR - Commit:3ed8c2e - SHA: 3ed8c2e - #3825 - Virus Scanning - Not functioning PROD - Commit: 5bb5050 - SHA: 5bb5050 - #3745 - Modify process that reads SIN & CRA verification response files - Commit: 20fcda4 - SHA: 20fcda4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a ministry user I want the SINF restriction from SFAS/SAIL to be mapped to Legacy when bridged. We also need to rename the SIMS restriction code SINF to SINR. This is important to avoid confusion for ministry users.
Acceptance Criteria
Additional Context
Techincal
SINF
toSINR
.RestrictionCode
enum.LGCY
. Consider looking to replace one of the restrictions in the fileSFAS-TO-SIMS-2024MAR07-LEGACY-RESTRICTIONS.txt
.The text was updated successfully, but these errors were encountered: