You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The task list for the "Sign-off & submit" section of the reporting workflow needs to conditionally display specific pages based on a verification requirement. This ensures that the task list reflects the correct steps required for submission.
Condition: needsVerification using the utility function getReportNeedsVerification(versionId).
If needsVerification is true, include the following pages from the task list:
"Verification"
"Attachments"
If needsVerification is false, exclude the following pages from the task list:
"Verification"
"Attachments"
The text was updated successfully, but these errors were encountered:
shon-button
changed the title
Implement Conditional Task List for Report Sign-Off and Submission
Implement Conditional Task List for Report Sign-Off and Submit
Jan 10, 2025
shon-button
changed the title
Implement Conditional Task List for Report Sign-Off and Submit
Conditional Task List for Report Sign-Off and Submit
Jan 10, 2025
Description of the Tech Debt
The task list for the "Sign-off & submit" section of the reporting workflow needs to conditionally display specific pages based on a verification requirement. This ensures that the task list reflects the correct steps required for submission.
Condition: needsVerification using the utility function getReportNeedsVerification(versionId).
If needsVerification is true, include the following pages from the task list:
"Verification"
"Attachments"
If needsVerification is false, exclude the following pages from the task list:
"Verification"
"Attachments"
The text was updated successfully, but these errors were encountered: