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

Show stars also at forked page #47

Open
koppor opened this issue Jul 14, 2019 · 5 comments
Open

Show stars also at forked page #47

koppor opened this issue Jul 14, 2019 · 5 comments

Comments

@koppor
Copy link

koppor commented Jul 14, 2019

Currently, this plugin displays "the most prominent fork". When there are more than one potential forks, I would like to evaluate them... The best support for me would be to see the stars at all other forks at the fork page.

Example: https://github.com/chunksnbits/jquery-quickfit

grafik

I think, there is another "good" fork. How can I see it at the list of forks?

grafik

@musically-ut
Copy link
Owner

Hmm, that is an interesting idea.

The plugin does have at least part of that data (i.e. the first page sorted by stars) and it can be stored/refreshed in local storage.

I'll include it in the next iteration with a few other features.

Thanks!

PS: Link to the actual list of forks: https://github.com/chunksnbits/jquery-quickfit/network/members

@ConorSheehan1
Copy link

Might also be worth removing stars by the author themselves from the count?
IMO a fork with 1 star is pretty different to a fork with 1 star from the author of that fork.

@dovry
Copy link

dovry commented Feb 19, 2020

Would it be possible to also include commit count in that list (ahead/behind of master) to see if it's actually being developed?

@musically-ut
Copy link
Owner

That is a good suggestion @dovry.

However, the commit count is misleading if there have been commits both on the original repository as well as on the fork, resulting in a divergence. Hence, Lovely Forks guesses which of the two repositories is more up to date by looking at the latest time they were pushed_at.

See #13 for a more detailed discussion behind this decision.

@ishandutta2007
Copy link

ishandutta2007 commented Dec 28, 2022

What I understand there are three feature requests in this ticket

  1. Show stats for a forked repo as well.
  2. Show stats on this page https://github.com/user/active-forks/network/members
  3. Show stats on this page https://github.com/user/repo/network/members
    I am more interested on number 3 , and more importantly, I am interested in number of commits as well (not just stars), many times I want to see all repos who have forked from mine and have gone many commits ahead of the parent repo but yet have not sent any pull requests, So those changes never get noticed and people working on the parent have to redo all those. For example, you won't get to know if anyone from here have already implemented these but have not sent you a pull requests unless you visit each of the forks and investigate.

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

No branches or pull requests

5 participants