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

Sort By Options (Popularity, Date, Etc) #77

Open
ShakataGaNai opened this issue Aug 22, 2023 · 3 comments
Open

Sort By Options (Popularity, Date, Etc) #77

ShakataGaNai opened this issue Aug 22, 2023 · 3 comments
Labels
discussion General discussion enhancement New feature or request
Milestone

Comments

@ShakataGaNai
Copy link

It would be nice to have the option to sort by popularity (ex star count) and possibly other criteria, such as last-update date.

@nodiscc nodiscc added enhancement New feature or request discussion General discussion labels Aug 22, 2023
@nodiscc nodiscc added this to the 1.1.0 milestone Aug 23, 2023
@oOflyeyesOo
Copy link

Newly added, not updated would be nice to see new projects.

@kareemlukitomo
Copy link

kareemlukitomo commented Aug 28, 2023

https://im3.ezgif.com/tmp/ezgif-3-d8f0ec7707.gif

POC for sorting, I am currently learning how to compile this repo (to append this custom .js file), apologies first time contributing :D

Question: How to sort by popularity (but not with stars)? I assume we may decide on some new attribute/field to maintain in each software's YAML?

*edit: possibly related to "Contributor" in #35 (comment)

@nodiscc
Copy link
Member

nodiscc commented Sep 20, 2023

How to sort by popularity (but not with stars)?

Currently stargazers_count is the only "popularity"-related metric, and I'm very wary of using it as sort key, because

  1. it encourages centralization on a proprietary service
  2. stars count can easily be manipulated
  3. It's not actually a good metric since many serious and hugely popular projects host their source code and project management tools outside of github (sorting by stars would relegate them at the end of the list, which is kind of unfair...)
  4. the number of stars does not necessarily reflect the number of active users of the software (for example I use github stars as kind of "bookmarks" for projects that look interesting which I might check out later)

https://analyzemyrepo.com/ has some interesting ideas about popularity/quality metrics, but it also only works for github repositories.

It is planned to gather stars count for projects hosted on forges that also have this feature (gitlab, gitea...) but due to network effects, projects hosted on github will always appear more popular (people aren't going to create accounts on other forges just to star projects)

I am currently learning how to compile this repo (to append this custom .js file),

To get started, run make install export_html and check the html/html/ output directory. You need make git python3-venv python3-pip in a Linux environment (untested on other platforms).

But don't bother too much, until the questions above are solved.

@nodiscc nodiscc modified the milestones: 1.1.0, backlog Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion General discussion enhancement New feature or request
Development

No branches or pull requests

4 participants