-
Notifications
You must be signed in to change notification settings - Fork 4
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
System to order reports in Manage reports to include form type order of 1M, 3X, 24, 99 #435
Comments
@AureliaKhorsand @GreggMoreland @WiseQA Just make sure the reports are ordered 1M, 3X, 24, and 99 NOT 1M, 24, 3X, 99 |
Passes CR. Sending to QA. |
QA review verified upon initial load the Mange reports page Form type order displays as FORM 1M, FORM 3X, FORM 24, and FORM 99 correctly Verified when selecting the descending error the Manage reports Form type order displays FORM 99. FORM 24, FORM 3X, and FORM 1M QA Review Completed. Moved to Stage Ready. |
akhorsand commented: Accepted during PI Planning Sprint Review on 7/8/2024 |
Business Reason
As a Committee Administrator, I will be able to view a list of reports associated with my committee account so that I can manage reports as needed.
Acceptance Criteria
Given I am a Committee Administrator When I go to the Manage reports page Then I will see a list of reports associated with my committee account in the following order by form type: – 1M – 3X – 24 – 99
QA Notes
DEV Notes
REPORT_ORDER = {
'1M': 10,
'3x': 20,
'24': 30,
'99': 40
}
We have the order separated by tens so we can fill in additional reports anywhere in the list at a later time.
Design
null
FECFILE-1113
The text was updated successfully, but these errors were encountered: