trophy-place / community

Public repository for community additions to trophy.place
https://my.trophy.place
1 stars 0 forks source link

There is no endpoint to retrieve the latest games with DLC packs #6

Closed TheYuriG closed 1 year ago

TheYuriG commented 1 year ago

Currently there is no way to fetch the most recent DLC packs from the database. You can fetch the most recent games and then iterate over them to try to find which ones have DLC, but that's not very effective.

This issue aims to have an endpoint created that will allow the frontend to fetch data from the backend and display the most recent games with DLC packs added to them.

TheYuriG commented 1 year ago

Created on the backend with feat: added content pack endpoint at /content-pack and implemented on the frontend with DLC Page + QoL.