minetest / contentdb

A content database for Minetest mods, games, and more
https://content.minetest.net
GNU Affero General Public License v3.0
93 stars 45 forks source link

Allow sorting /modnames/ by number of depender #347

Open Zughy opened 2 years ago

Zughy commented 2 years ago

Problem

There are a few mods used by a lot of people, but it's hard to tell without some sort of leaderboard

Solutions

Put a section for that. In this way, if some of those mods have critical bugs or it's not updated anymore, it'll be easier for people to know

Alternatives

can't think of any

rubenwardy commented 2 years ago

Are you referring to dependencies rather than users?

Zughy commented 2 years ago

Yes

rubenwardy commented 2 years ago

The homepage is aimed at users, not developers, so showing most depended on libraries probably won't be that useful for them

It's further complicated by the fact that packages don't depend on packages, they depend on mod names. ContentDB calls mod names metapackages, would an acceptable fix to this be allowing this list to be sorted by dependers? So you could see which mod names are the most depended on https://content.minetest.net/metapackages/

Zughy commented 2 years ago

Yes, I guess it'd help