You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected Behaviour
When a student creates a profile in SIMS, their PD or PPD status is attached to their SIMS profile.
Current Behaviour
When a student creates a profile in SIMS and they have PPD = true in a matching sfas_individuals record, their students.disability_status status is Not requested.
Additional Context
When reviewing production records, there are 81 sfas_individuals who have matched with SIMS profiles that have PPD Status = True. None of these statuses have transfered to the student's profile on creation.
Note: No need to make any PROD database fixes for PPD status that wasn't pulled over.
The text was updated successfully, but these errors were encountered:
### As a part of this PR, the following was fixed:
**Issue:** When a student creates a profile in SIMS and they have PPD =
true in a matching `sfas_individuals` record, their
`students.disability_status` status is `Not requested`.
**Fix:** The query retrieving the `sfas_individual` for a matching SIMS
record was not returning the individual's `ppdStatus` and the
`ppdStatusDate`. Added it to fix the issue.
**Fix Screenshot:**
<img width="1729" alt="image"
src="https://github.com/user-attachments/assets/80e5165f-0097-4777-ace1-363819e4cff9"
/>
---------------------------------------------------------------------------------------------------------
<img width="1727" alt="image"
src="https://github.com/user-attachments/assets/5c996748-53ba-4ae3-ab7c-2e58b63541b4"
/>
Expected Behaviour
When a student creates a profile in SIMS, their PD or PPD status is attached to their SIMS profile.
Current Behaviour
When a student creates a profile in SIMS and they have PPD = true in a matching
sfas_individuals
record, theirstudents.disability_status
status isNot requested
.Additional Context
When reviewing production records, there are 81 sfas_individuals who have matched with SIMS profiles that have PPD Status = True. None of these statuses have transfered to the student's profile on creation.
Note: No need to make any PROD database fixes for PPD status that wasn't pulled over.
The text was updated successfully, but these errors were encountered: