bcgov / bcgov/SIMS

Student application tracker shows warning progress bar on re-assessment waiting for COE

Open
#3,764 1 comment 0 reactions 1 assignee Claimed by @Joshua-Lakusta View on GitHub
Business Question Task
Dominant language
TypeScript
Stars
29
Forks
15
Avg merge
1d 13h
Merged PRs (30d)
40

Description

**Describe the task**
Student application tracker has an existing logic to show `Warning` progress bar for applications if they have one or more failed validations blocking e-cert.

This situation is applicable only for applications in `Completed` status.

When the application is reassessed and the the first pending disbursement for the new assessment is waiting for COE to be confirmed, the application tracker progress bar is displayed as `warning`. This is because the API returns `hasECertFailedValidations` as true based on all e-cert conditions and precisely due to `NonCompletedCOE`.

image.png

But we do not display the blocking disbursement tracker card for COE not completed.

image.png

Hence we should exclude `NonCompletedCOE` in the list of validations considered for blocking disbursements with respect to application tracker. Waiting for COE has it's own exclusive card.

image.png

**Acceptance Criteria**
- [ ] Create a new property corresponding to the list of e-cert blocking validations that are notified in the tracker.

**Question**
When disbursement is blocked due to COE not complete students will receive email, but if they come and visit the application tracker the banner will not look same if they have other blocking reasons like 0 awards or MSFAA canceled etc..

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.