-
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
- AssessmentGateway workflow has been changed to save the following data in the workflow data > - calculatedDataExemptScholarshipsBursaries > - calculatedDataSpouseContributionWeeks > - calculatedDataTotalFederalFSC > - calculatedDataTotalProvincialFSC ![image](https://github.com/user-attachments/assets/a58ee079-0016-4d17-9a66-c07fa46f6dd6) - Refactored the method [getProgramYearPreviousAwardsTotals](https://github.com/bcgov/SIMS/blob/main/sources/packages/backend/libs/services/src/students-assessments/assessment-sequential-processing.service.ts#L148) to reduce the call to the database in fetching the sequenced application and assessment. - Created a private method as requested in the ticket and additionally created another method getFTProgramYearContributionTotals to process the contribution total logic. - E2E test case was updated to show the created variables and new E2E created to test the sum logic in the query. > - programYearTotalScholarshipsBursaries > - programYearTotalSpouseContributionWeeks > - programYearTotalFederalFSC > - programYearTotalProvincialFSC Note: PR separation is not done, as the workflow change was very minor and it can be accommodated in a single PR. --------- Co-authored-by: guru-aot <[email protected]>
- Loading branch information
Showing
7 changed files
with
377 additions
and
88 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
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.