Details
Details
Assignee
Unassigned
UnassignedReporter
Serhii_Nosko
Serhii_NoskoLabels
Priority
Development Team
Thunderjet
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created July 11, 2024 at 7:01 AM
Updated January 2, 2025 at 6:15 PM
Purpose/ovierview:
During testing of it was identified some slowness in Order Type filters in Receiving in case when both (One-Time, Ongoing) options are selected. Issue can be reproducible on large data sets, in our case we used around 500k po lines and titles. In case when only one option is selected - filter returns response quickly as expected. This field already has 2 DB indexes created: btree + full text search and it can be problematic to further optimize the sql query, we propose to change checkboxes to radio buttons. We have only 2 allowed values possible for order type, so the radio button can look more suitable here, because it does not make sense to select both 2 options at the same time, that is the same with no filter chosen at all.
Previous filter with check boxes:
Acceptance criterias:
Change check boxes for Order type filter to radio buttons that will allow to select only single option at a time