mingrammer / go-web-framework-stars

:star: Web frameworks for Go, most starred on GitHub
MIT License
3.54k stars 252 forks source link

star&fork count use githubbadges #12

Open llitfkitfk opened 7 years ago

mingrammer commented 7 years ago

it is too small to see at all ..

mingrammer commented 7 years ago

Hm, A little bit hard to read at least for me. Are there reasons to use the badges?

llitfkitfk commented 7 years ago

for auto-update

mingrammer commented 7 years ago

As we have an auto update script and I think that it is not very important that the stars & forks should be updated in realtime.

And it is a little bit hard to read because it's small size.

llitfkitfk commented 7 years ago

yes, I try to fix the small size svg issue. But markdown table format not allowed

llitfkitfk commented 7 years ago

@mingrammer fixed size issue

mingrammer commented 7 years ago

Yes, I see.

As I don't know, It is possible to use badges for open Issues?

The open issue column was added by mattn : https://github.com/mingrammer/go-web-framework-stars/pull/10

llitfkitfk commented 7 years ago

add open issue

mingrammer commented 7 years ago

I checked it.

But in this time, I think that there could be a problem. The beego and gin has difference of about 600 stars. (about 12200 and 11600) But the badges tell as if both have same number of stars. (12k)

How do you think about this?

llitfkitfk commented 7 years ago

wait for https://github.com/badges/shields/issues/999 ?

stzminjae commented 7 years ago

Yes, we should use that raw count instead of short for this repository

llitfkitfk commented 7 years ago

How about using githubbadges for stars/forks and shields for issue?

If shields support raw star and forks full count in the future, re-update then.

Any thought?

mingrammer commented 7 years ago

I want to keep consistency so that they have same format.

Using the shields only for issue count, the README could be not clean I think.

mingrammer commented 7 years ago

But, does Githubbadges means githubbadges.com ?

llitfkitfk commented 7 years ago

Yes

stzminjae commented 7 years ago

That's ok. I see that it shows full count.

The last issue could be there. It's README has about 30 web frameworks. So, it should requests the badges almost 90 times. It is too many and could causes slow rendering the count.

So .. ?