Done
Details
Assignee
Irina PokhyletsIrina PokhyletsReporter
Irina PokhyletsIrina PokhyletsTester Assignee
Polina UstimenkoPolina UstimenkoPriority
P2Story Points
2Sprint
NoneDevelopment Team
VolarisFix versions
Release
Ramsons (R2 2024) Bug FixTestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Irina Pokhylets
Irina PokhyletsReporter
Irina Pokhylets
Irina PokhyletsTester Assignee
Polina Ustimenko
Polina UstimenkoPriority
Story Points
2
Sprint
None
Development Team
Volaris
Fix versions
Release
Ramsons (R2 2024) Bug Fix
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created November 20, 2024 at 4:01 PM
Updated February 7, 2025 at 10:30 AM
Resolved December 23, 2024 at 12:06 PM
User story
As retrieval staff member,
I want the "Retrieval Service Point" column in the Requests results pane to support sorting and pagination,
so that I can quickly navigate and organize large lists of requests based on their retrieval service points efficiently.
Acceptance criteria
Users can sort the "Retrieval service point" column in ascending or descending order. Sorting applies to the currently visible page and across all pages of the results
The "Retrieval Service Point" column works seamlessly with existing pagination controls.
For reference see the sorting and pagination behavior in the ‘Pickup service point’ column
Out of scope:
Displaying Retrieval service point values in search results. (for this is required back-end integration, JIRA TBD)
Scenarios:
Scenario: Sort requests by ''Retrieval service point’ column in ascending order
Given the logged user has performed a search in Requests app and is viewing search results in Requests results pane
When the user clicks the "Retrieval service point" column header
Then the system sorts the requests in ascending order by service point name
And a visual indicator shows the ascending sort direction
Scenario: Sort requests by ''Retrieval service point’ column in descending order
Given the logged user has performed a search in Requests app and is viewing search results in Requests results pane
When the user clicks the "Retrieval service point" column header again
Then the system sorts the requests in descending order by service point name
And a visual indicator shows the descending sort direction
Scenario: Paginate through sorted results in the ''Retrieval service point’ column
Given the logged user has performed a search in Requests app and is viewing search results in Requests results pane
And the results are sorted by the "Retrieval service point" column (either ascending or descending),
When the user navigates to the next or previous page using the pagination controls,
Then the system maintains the current sort order for the "Retrieval service point" column,
And displays the results for the selected page according to the applied sort.