-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SFO Final Report Review Page - conditional "Continue" redirect #523
Comments
I have tested this in the DEV environment, here is the test document for reference: I can verify that:
The last two boxes are not ticked because I am getting a different error when I try to test where registration purpose = Reporting Operation. The error is documented and is on pages 8 and 9 of the document. It does not allow me to see the Final Review page itself, but when I change the URL to Additional note:
cc: @patriciarussellCAS / @vesselak - moving this to Pending PO review for review of my test and notes. Thank you! |
Thanks @fviduya and @shon-button |
Hi @patriciarussellCAS, I don't think it's related. The issue in #526 is about not being able to get to Sign-off page because of navigation issues. But, the two others that I wasn't able to check above doesn't actually allow me to see Final Review page. Also, since #505 consists of the issues in the navigation, maybe we can add my additional note above on that ticket? |
Sure! I have updated 505 to include the issues found here. |
I can confirm that AC 1 works as expected. |
Description of the Tech Debt
Apply the conditional routing from the final review page based on report needs verification:
Display verification page:
Acceptance Criteria for Verification Page Requirement
Verification Page Trigger for Specific Registration Purposes
Verification Page Trigger for Reporting Operation with High Emissions
Bypass Verification for Reporting Operation with Low Emissions
Bypass Verification for Other Registration Purposes
Development Checklist:
bciers/apps/reporting/src/app/components/finalReview/FinalReviewPage.tsx
:Create var
needsVerification
based onbciers/apps/reporting/src/app/utils/getReportNeedsVerification.ts
Pass
const needsVerification
tobciers/apps/reporting/src/app/components/finalReview/FinalReviewForm.tsx
In file
bciers/apps/reporting/src/app/components/finalReview/FinalReviewForm.tsx
:const continueUrl
to reflect routing based onconst needsVerification
Update vitests
The text was updated successfully, but these errors were encountered: