ARK-Navigator icon indicating copy to clipboard operation
ARK-Navigator copied to clipboard

"As-is" sorting ignores scores

Open kirillt opened this issue 1 year ago • 2 comments

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 avatar Apr 18 '23 07:04 kirillt

@kirillt, Now it can’t be replicated. https://github.com/ARK-Builders/ARK-Navigator/issues/412 is blocker for it.

shakeebularsalan avatar Nov 06 '23 05:11 shakeebularsalan

@shakeebularsalan aggregated mode isn't needed to test this issue. Navigation to single folder must be enough.

Steps to reproduce:

  1. Open the app, add a folder with at least 2 resources.
  2. Tap the compass icon next to the folder.
  3. Resource Grid loads, turn "Scores" in tag selector ON.
  4. Tap any resource.
  5. Gallery view loads, there must be score widget (star and up/down arrows).
  6. Change the score using the arrows, e.g. +5.
  7. Swipe the resource to the next one.
  8. Change the score to e.g. +3.
  9. 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.

  1. Try different sorting criterias, especially "as-is".

kirillt avatar Nov 06 '23 15:11 kirillt