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

System to order reports in Manage reports to include form type order of 1M, 3X, 24, 99 #435

Closed
1 task done
AureliaKhorsand opened this issue Aug 8, 2022 · 4 comments
Closed
1 task done
Assignees

Comments

@AureliaKhorsand
Copy link
Contributor

AureliaKhorsand commented Aug 8, 2022

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

  • BA/Design Quality Checklist complete

DEV Notes

  • Currently, form type is in alphanumeric order
  • AC listed is from Allow user to view reports #165 with modification to specify form type order and include Coverage end date (tech notes on 165 mentioned that coverage end date was used, but AC did not specify that)
  • To create a flexible and future proof sorting on the report type list, lets change sort order so that it does not sort on the report type (e.g. 1M, 3X, etc) but on a numeric value mapped to the report type.

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

@AureliaKhorsand AureliaKhorsand self-assigned this Aug 8, 2022
@AureliaKhorsand AureliaKhorsand removed their assignment Oct 5, 2022
@GreggMoreland GreggMoreland added UX/UI attention needed UX/UI tasks and/or redesign needed and removed PB labels May 23, 2024
@GreggMoreland GreggMoreland changed the title Sort order for Reports in View Reports table System to order reports in Manage reports to include form type order of 1M, 3X, 24, 99 May 23, 2024
@MitchellTCG
Copy link
Contributor

@AureliaKhorsand @GreggMoreland @WiseQA
No wire needed.

Just make sure the reports are ordered 1M, 3X, 24, and 99

NOT 1M, 24, 3X, 99

@mjtravers
Copy link
Contributor

Passes CR. Sending to QA.

@WiseQA
Copy link

WiseQA commented Jun 19, 2024

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

Image


Verified when selecting the descending error the Manage reports Form type order displays FORM 99. FORM 24, FORM 3X, and FORM 1M

Image


QA Review Completed. Moved to Stage Ready.

@WiseQA WiseQA removed their assignment Jun 19, 2024
Copy link

akhorsand commented: Accepted during PI Planning Sprint Review on 7/8/2024

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

No branches or pull requests

6 participants