generated from amosproj/amos202Xss0Y-projname
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Container Sorting Functionality Not Working Properly After Implementing Search Feature #181
Comments
muhdfahadali
moved this from Sprint Backlog
to Awaiting Review
in amos2023ss04-feature-board
Jun 27, 2023
muhdfahadali
added a commit
that referenced
this issue
Jun 27, 2023
Fix/#181 container sorting fixes
Resolved sorting functionality issue. |
Test cases are failing |
jandegen
moved this from Awaiting Review
to Product Backlog
in amos2023ss04-feature-board
Jun 28, 2023
jandegen
moved this from Product Backlog
to Sprint Backlog
in amos2023ss04-feature-board
Jun 28, 2023
Merged
Merged
muhdfahadali
added a commit
that referenced
this issue
Jul 3, 2023
Signed-off-by: muhdfahadali <115191027+muhdfahadali@users.noreply.github.com>
muhdfahadali
added a commit
that referenced
this issue
Jul 3, 2023
…/amosproj/amos2023ss04-kubernetes-inventory-taker into fix/#181-container-sorting-fixes
Test cases fixed in #194 |
jandegen
moved this from Awaiting Review
to Feature Archive
in amos2023ss04-feature-board
Jul 5, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
After the recent implementation of the search feature, the sorting functionality stopped working as expected. It appears that the sorting functions handleSortAsc and handleSortDsc are operating on the sortedList state, while the displayed list is actually based on the filteredContainers state. As a result, sorting is not having any effect on the list displayed to the user. The problem was introduced with this PR
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The list should be sorted based on the selected sorting option (ascending or descending)
Additional Notes
The text was updated successfully, but these errors were encountered: