ARK-Navigator
ARK-Navigator copied to clipboard
"As-is" sorting ignores scores
When "as-is" sorting is ON:
- Switching direction or sorting between "ascending" and "descending" should not change order of resources with equal scores.
- "Descending" should have top-scored resources on top.
- "Ascending" should have top-scored resources in the end.
@kirillt, Now it can’t be replicated. https://github.com/ARK-Builders/ARK-Navigator/issues/412 is blocker for it.
@shakeebularsalan aggregated mode isn't needed to test this issue. Navigation to single folder must be enough.
Steps to reproduce:
- Open the app, add a folder with at least 2 resources.
- Tap the compass icon next to the folder.
- Resource Grid loads, turn "Scores" in tag selector ON.
- Tap any resource.
- Gallery view loads, there must be score widget (star and up/down arrows).
- Change the score using the arrows, e.g. +5.
- Swipe the resource to the next one.
- Change the score to e.g. +3.
- Go back to Resource Grid.
Any sorting must respect scores when they are turned ON. If "descending" order is selected (arrow near the dice icon points down), the resource with +5 score must always be before the resource with +3 score. In "ascending" order it must be the other way around.
- Try different sorting criterias, especially "as-is".