Skip to content

Game Managers need to be able to force-update a profile that was updated on PSN #11

@TheYuriG

Description

@TheYuriG

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

EnhancementThis can provide more features to usersUser ExperienceSomething could be done in a better, easier way to understand by users

Type

No type

Projects

Status

Backend Plans

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions