Skip to content

Commit

Permalink
Merge pull request #3518 from bcgov/NDT-334-Update-Status-infographic
Browse files Browse the repository at this point in the history
chore: update state inforgraogic
  • Loading branch information
rafasdc authored Sep 4, 2024
2 parents df16452 + f6efe17 commit a74c90f
Show file tree
Hide file tree
Showing 6 changed files with 167 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [1.190.2](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.190.1...v1.190.2) (2024-09-04)

## [1.190.1](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.190.0...v1.190.1) (2024-09-04)

### Bug Fixes
Expand Down
19 changes: 11 additions & 8 deletions app/components/Analyst/StatusInformationModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,18 @@ const StatusInformationModal: React.FC<Props> = ({
isOpen,
close,
}) => {
const infoGraphicUrl = '/images/stateMachine.svg';
return (
<Modal id={id} onClose={close} open={isOpen} title={title}>
<div style={{ height: '150px' }}>
<Image
src="/images/stateMachine.png"
alt="The happy path for a project from application to completion. The external status is what an applicant sees and the internal status is what you the analyst sees. After an intake closes, both internal and external status are Received. After eligibility screening is assigned, the internal status can be changed to Screening but the external status remains Received. After it is determined to be eligible, the internal status can be changed to Assessment but the external status remains Received. If it is in the selection package for the Minister, the internal status can be changed to Recommendation but the external status remains Received. After the Minister states Approved in Annex A of the selection package, the internal status can be changed to Conditionally Approved. The external status can only be changed to Conditionally Approved when the applicant responds to the Letter of Conditional Approval, accepting the offer. When the Funding Agreement is signed by both the Recipient and the Province, the internal and external statuses can be changed to Agreement Signed. After a final implementation report is received and the final claim is processed, both statuses can be changed to Complete."
width={1000}
height={140}
/>
<a href={infoGraphicUrl} target="_blank" rel="noopener noreferrer">
<Image
src={infoGraphicUrl}
alt="The happy path for a project from application to completion. The external status is what an applicant sees and the internal status is what you the analyst sees. After an intake closes, both internal and external status are Received. After eligibility screening is assigned, the internal status can be changed to Screening but the external status remains Received. After it is determined to be eligible, the internal status can be changed to Assessment but the external status remains Received. If it is in the selection package for the Minister, the internal status can be changed to Recommendation but the external status remains Received. After the Minister states Approved in Annex A of the selection package, the internal status can be changed to Conditionally Approved. The external status can only be changed to Conditionally Approved when the applicant responds to the Letter of Conditional Approval, accepting the offer. When the Funding Agreement is signed by both the Recipient and the Province, the internal and external statuses can be changed to Agreement Signed. After a final implementation report is received and the final claim is processed, both statuses can be changed to Complete."
width={1000}
height={140}
/>
</a>
</div>
<div>
<StyledTable>
Expand Down Expand Up @@ -84,8 +87,8 @@ const StatusInformationModal: React.FC<Props> = ({
/>
</td>
<td>
Application rejected, not eligible, or not longer being
processed.
Application was not selected by the BC Minister for conditional
approval and is no longer being considered as a CCBC project.
</td>
</tr>
<tr>
Expand Down
Binary file removed app/public/images/stateMachine.png
Binary file not shown.
152 changes: 152 additions & 0 deletions app/public/images/stateMachine.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions db/sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -659,3 +659,4 @@ tables/communities_source_data_001_service_account 2024-08-28T16:32:48Z Rafael S
@1.189.1 2024-09-03T15:49:04Z CCBC Service Account <[email protected]> # release v1.189.1
@1.190.0 2024-09-04T19:57:18Z CCBC Service Account <[email protected]> # release v1.190.0
@1.190.1 2024-09-04T20:58:06Z CCBC Service Account <[email protected]> # release v1.190.1
@1.190.2 2024-09-04T21:14:02Z CCBC Service Account <[email protected]> # release v1.190.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CONN-CCBC-portal",
"version": "1.190.1",
"version": "1.190.2",
"main": "index.js",
"repository": "https://github.com/bcgov/CONN-CCBC-portal.git",
"author": "Romer, Meherzad CITZ:EX <[email protected]>",
Expand Down

0 comments on commit a74c90f

Please sign in to comment.