-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Some games can receive patches that will update trophies' names, icons, descriptions, and even requirements. None of those changes are ever fetched by the backend because, in 99.99% of the cases, this would be a waste of computational resources. However, there is also no way to update the data for those games WHEN it's relevant to do so.
Issue #10 introduced a problem that we didn't expect, but also gave us a good starting model to work on adding this feature. The endpoint is already created, but it doesn't force update the entire trophy list yet.
This issue aims to have this endpoint updated to attempt checking the ENTIRE game data and associated trophies to see what is required to be changed, performing those changes, and then returning to the user a good changelog of what changes were performed. Once created, ready, and functional, this endpoint needs to be made available on the frontend for specific users that have the role of Game Managers, so they can trigger this update only when necessary/reported, for specific, selected titles.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status