-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
As a student user I want to only see step parent waiver when 2 parents are on the application to avoid confusion.
Acceptance Criteria
- Create a validation that only shows the step parent waiver appeal when the application selected has 2 parents attached.
- Block students from interacting with the appeal drop down until an application is selected to allow for validation to occur.
- Create a validation that only shows room and board appeal when the application has following question answered as yes.
Are you paying rent to your parent(s)/step-parent/sponsor/legal guardian?
Yes
- The same behaviour that determines if application has any eligibile appeals in the "Application Appeals" drop down should be also used to determine if the Appeal button in the application summary is enabled.
Technical ACs
- Allow Camunda to save to assessment any available appeals for the student to select
- Ensure API will validate only acceptable appeals
- User-friendly labels for appeals (step parent waiver, room and board) to stay in Vue as hardcoded labels for now.
- Load application related appeals based on saved Camunda data
Additional Context
- The appeal should not exist if there isn't at least 2 parents and leaving it as is would confuse students and increase wasted effort of ministry staff.
