-
Notifications
You must be signed in to change notification settings - Fork 81
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
[Change request to #2600] Filtering #3300
Labels
Comments
Closed
Closed
@s1auka please disregard the acceptance criteria No.11 "Administrator should be able to work with the pop-up and orders table at the same time." We will do it later |
This was referenced May 12, 2022
This was referenced May 23, 2022
Closed
[Admin. Orders] Pop-ups overlapping by clicking on the button "Вид таблиці" and then "Фільтри"
#4210
Closed
This was referenced May 27, 2022
This was referenced Mar 20, 2023
This was referenced Aug 11, 2023
This was referenced May 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of a Change request:
Reason for Change:
Changes in requirements
Acceptance Criteria
An admin may set a filter using a separate pop-up window (general filter) or filter on some columns (column filter).
General filter. When an admin clicks on the button “Фільтри”, a pop-up window appears.
This pop-up contains the sections with a list of items to be filtered (described below). The sections can be expanded or collapsed by clicking the icon. By default all sections should be collapsed. Each section is named after and related to appropriate column of orders table
The administrator chooses items using checkboxes. By default all items should be deselected. Multiple choice is supported
The administrator can scroll the information displayed on the pop-up using vertical scrollbar.
Buttons “Застосувати” and “Скасувати ” are displayed when at list one item from filtering list is selected. These buttons should be frozen on the down of the pop-up while scrolling the filtering list.
When the administrator clicks on the button “Застосувати” the system should filter the orders according to the set conditions and display these orders in the table
When filtering is applied the quantity of filtered orders should be displayed above the orders table in format “К-сть замовлень: [the number of orders]”. E.g. К-сть замовлень: 20
When the administrator clicks on the button “Скасувати все” all checkboxes should be deselected and filtering conditions cleared.
Administrator can close the pop-up window by clicking on icon X (close).
Administrator should be able to work with the pop-up and orders table at the same time.
Column filter. When administrator clicks on the filter icon on the column, a pop-up window appears
This pop-up window contains the list of items to be filtered in this exact column.
The administrator chooses items using checkboxes. Multiple choices are supported. Checkboxes are deselected by default.
When the admin clicks outside the pop-up, it should be closed.
Both filtering options are interlinked. When admin selects an item in the column filter it should be selected in general filter and vice versa.
The filtering conditions set by admin should be saved and applied in his next session.
If the filter is set, data in the the related column (on which filtering is performed) should be highlighted.
Section/columns and the list of items to be filtered:
Mockups
to be added
Impact of Change
#2600
Labels to be added
[change request: UI improvement]
[change request: adjustment]
[change request: new functionality]
Epic: #2195
The text was updated successfully, but these errors were encountered: