• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

Resources with no ratings when sorting by rating

everlaster

Well-known member
Featured Contributor
Joined
Aug 9, 2020
Messages
696
Solutions
15
Reactions
3,531
When sorting by rating, resources with no ratings and resources with low ratings (1-3 stars) seem to get mixed up. In my opinion, resources with ratings should be listed first (according to ascending or descending), and resources without any ratings should be listed at the end. That way, you would know from the first unrated/unreviewed item that all of the items after that will also be unrated/unreviewed. (Also, reactions should be ignored when sorting by rating, if they are not already.)

Currently sorting by rating asc, you get:

Code:
*
*
**
***
no rating
no rating
... 
no rating
****
****
*****

And the inverse when sorting by desc.

How I think it should work:

Ascending:
Code:
*
*
**
***
****
****
*****
no rating
no rating
...

Descending:
Code:
*****
****
****
***
**
*
*
no rating
no rating
...
 
I will add this to bug reports.
 
Back
Top Bottom