spring / upq

extracts metadata of game and map files of the spring engine
https://springfiles.springrts.com/
GNU General Public License v3.0
2 stars 5 forks source link

add keywords property for each file #75

Open springraaar opened 3 years ago

springraaar commented 3 years ago

currently the website allows searching for map categories. This uses a "tags" parameter that's unrelated with the existing DB table with rapid tags.

There should be a keywords property for each file (free text).

The map categories would also be set there.

An upload/edit form could show select boxes allowing the uploader to add standard map tags to the keywords box instead of typing them directly for more consistency.

springraaar commented 2 years ago

fixed on https://github.com/spring/upq/pull/85

but instead of adding them to the upload form, some of them are set automatically by a trigger and the association is made indirectly by content name not the file itself (ex: map name instead of name+version).

This implies all files/versions of a given map will share the same categories/keywords.