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

Add 'alpha/beta version' (or something like that) content flag #317

Closed Wuzzy2 closed 3 years ago

Wuzzy2 commented 3 years ago

Problem

Content DB is full of unfinished or half-finished and broken mods and games. That's not a problem in itself but ContentDB currently makes no distinction between unfinished and finished stuff.

This is bad because it makes it easy for players to be flooded with the unfinished stuff and be disappointed because nobody warned them.

Solutions

Add a content flag to mark mods and games as being in an "alpha" or "beta" version, that is, in a state of development in which everything is still highly unstable, subject to heavy changes in future versions, full of critical bugs, etc. etc.

Maybe call this flag "unfinished" or some other generic term, not sure.

Calinou commented 3 years ago

Maybe this could be done in a way similar to Blender's support level for add-ons: Official, Community and Testing.

The default is Community, and Testing can be chosen by add-on authors (Official can't, and must be specified by admins). By default, only Official and Community add-ons will appear in search results (Testing must be manually opted in by users).

rubenwardy commented 3 years ago

duplicate of https://github.com/minetest/contentdb/issues/160