Skip to content
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

Conditional Task List for Report Sign-Off and Submit #2674

Closed
shon-button opened this issue Jan 10, 2025 · 1 comment
Closed

Conditional Task List for Report Sign-Off and Submit #2674

shon-button opened this issue Jan 10, 2025 · 1 comment
Assignees

Comments

@shon-button
Copy link
Contributor

shon-button commented 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"

@shon-button shon-button self-assigned this Jan 10, 2025
@shon-button 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 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
@shon-button
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant