Skip to content
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

improve the ordering of packages #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

isomorphisms
Copy link

Packages are currently being sorted wrong. Packages with few users are showing up at the top because the average rating by a small number of users gets first priority.

It would make more sense to sort by the total number of stars rather than the average number, because this will reflect both number of users and how much they like the package in question.

More complex sorting schemes (e.g., penalising extra for any instances of one-star) might also make sense.

Packages are currently being sorted wrong. Packages with few users are showing up at the top because the average rating by a small number of users gets first priority.

It would make more sense to sort by the _total_ number of stars rather than the average number, because this will reflect both  number of users and how much they like the package in question.

More complex sorting schemes (e.g., penalising extra for any instances of one-star) might also make sense.
@hadley
Copy link
Owner

hadley commented Jun 21, 2013

Thanks - crantastic is not currently in active development, but I'll take a look next time I'm working on it.

@isomorphisms
Copy link
Author

Sure thing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants