minetest / contentdb

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

ContentDB API returns previously featured packages instead of currently featured #553

Closed ryvnf closed 3 months ago

ryvnf commented 3 months ago

Summary

I noticed that the featured packages were rotated on the ContentDB home page. Now its "Age of Mending", "Phonograph" and "Airship". Previously it was "The Velvet Crystal", "Citadel", "Unexpected Gambit" and "Pride Flags". In the Minetest client however the previously featured packages are still listed as the currently featured ones.

It appears like the ContentDB API still returns the old featured packages as featured instead of the new ones.

Steps to reproduce

It can currently be reproduced by going to https://content.minetest.net/api/packages

The old featured packages are still listed as currently featured. The newly featured packages are not listed as featured.

rollerozxa commented 3 months ago

I believe this is simply due to that one uses the Featured collection and one uses the Spotlight collection when highlighting packages.

https://content.minetest.net/collections/ContentDB/featured/ https://content.minetest.net/collections/ContentDB/spotlight/

ryvnf commented 3 months ago

I see. I thought they were the same. Is there supposed to be a difference between them? I would have expected both to be rotated.

This is not a bug so I am closing the issue.

Edit: Found #443 which explains the differences