As a daily habit, on github, i'd like to check trending repo's to discover new popular content. The trending view consists most likely of 'most stars today'.
Is it impossible to create a trending view? Explore -> sort by most stars is a unique total of all stars accumulated on the repository, not ranked by the past day.
It could create a little bit more traffic to 'upcoming' repositories, by discoverers like me. And thus potentionally increase 'social coding' on projects.
As a daily habit, on github, i'd like to check trending repo's to discover new popular content. The trending view consists most likely of 'most stars today'.
Is it impossible to create a trending view? Explore -> sort by most stars is a unique total of all stars accumulated on the repository, not ranked by the past day.
It could create a little bit more traffic to 'upcoming' repositories, by discoverers like me. And thus potentionally increase 'social coding' on projects.
I think that this is not needed right now since most repos on Codeberg have few stars at all. Having such a view would most likely display all repos that were starred recently 😂
Nevertheless I think this is a good feature and we should see that this is being implemented in Gitea while Codeberg grows so it's available on time.
I really like the idea!
I think that this is not needed right now since most repos on Codeberg have few stars at all. Having such a view would most likely display all repos that were starred recently 😂
Nevertheless I think this is a good feature and we should see that this is being implemented in Gitea while Codeberg grows so it's available on time.
I really like the idea!
As a daily habit, on github, i'd like to check trending repo's to discover new popular content. The trending view consists most likely of 'most stars today'.
Is it impossible to create a trending view? Explore -> sort by most stars is a unique total of all stars accumulated on the repository, not ranked by the past day.
It could create a little bit more traffic to 'upcoming' repositories, by discoverers like me. And thus potentionally increase 'social coding' on projects.
I think that this is not needed right now since most repos on Codeberg have few stars at all. Having such a view would most likely display all repos that were starred recently 😂
Nevertheless I think this is a good feature and we should see that this is being implemented in Gitea while Codeberg grows so it's available on time.
I really like the idea!
Great idea! Best probably implemented as part of gitea?
Perhaps for the time being we can aim for manual curation as proposed in issue #200 "Community spotlight on the Codeberg blog"?
Suggestions above are all pretty satisfactory to me. The manual curation for issue #200 is most likely the quickest way to achieve something similar
I've opened an issue at the Github issue tracker of Gitea for this feature;
https://github.com/go-gitea/gitea/issues/12234
the required data will be saved by gitea >= 1.13.0
https://github.com/go-gitea/gitea/pull/13124 <- so now only the frontend is missing ;)