bcgov / SIMS

Student Information Management System. Post-Secondary Student Financial Aid System
Apache License 2.0
25 stars 13 forks source link

Process Confirmation of Enrolment file for institutions #1501

Closed abschwenker closed 1 year ago

abschwenker commented 1 year ago

Additional Context

Acceptance Criteria

Questions

Updated assumptions based on the discussions in #1911 by @dheepak-aot

When a disbursement has multiple detail records(corresponding to multiple awards) we know from the ticket that if one record is confirmed for enrolment then we considered as enrolment as confirmed for the disbursement.

While doing so, the tuition remittance(pay to school) is calculated from the records(awards) which has enrolment confirmation flag as Y only.

dheepak-aot commented 1 year ago

@JasonCTang During the implementation, at a discussion with @andrewsignori-aot we found that, the institution location code is unique only within the institution as per our database constraint. e.g. InstitutionA can have a location with code KHID and Institution B can have a location with same institution code KHID.

image.png

So is it possible that 2 different institution's locations can have same institution code?
All the institution integration efforts were done based on institution code being unique across SIMS.

dheepak-aot commented 1 year ago

Test scenarios covered by E2E tests.

image