bcgov / SIMS

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

[NEEDS WORK] Scholarship/Bursaries Program year limit #2515

Open Joshua-Lakusta opened 11 months ago

Joshua-Lakusta commented 11 months ago

Similar to Books & Supplies #3017 and Program Year Limits #3387

Description The system does not apply the PY business rule for Scholarship/Bursaries in the assessment and does not check between different applications. The allotted exemption limit for a program year is $1800. After that point any additional amount is included in the contribution calculation. With the current function the workflow does not account for the of the exemption limit and is also not checking prior applications in the same program year. This will lead to incorrect assessments.

Story

SIMS question source Private Zenhub Image

Actual Behaviour Currently just references the studentDataScholarshipAmount and adds it directly into the calculation. It does not apply the exemption rule or check prior applications to properly asses that same rule.

Expected Behaviour Needs to be workshopped as I do not know the full solution

Additional Concerns

Joshua-Lakusta commented 11 months ago

@HRAGANBC can you review this one and add any additional context you feel is needed before we take it to Devs to start brainstorming a solution.