Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement more fields to be updated from /api/v1/games/{id} #195

Closed
KairuByte opened this issue Sep 14, 2023 · 1 comment
Closed

Implement more fields to be updated from /api/v1/games/{id} #195

KairuByte opened this issue Sep 14, 2023 · 1 comment
Labels
🔧 feature New feature or request 🎛️ server There are things to do on the server

Comments

@KairuByte
Copy link

Is your feature request related to a problem? Please describe.
The majority of fields related to a game in the database should be overwritable by the admin, be it through the UI or purely through API calls as an advanced feature.

Describe the solution you'd like

When a rawg field is updated by the user, there should be a flag which ignores that field when a cache update takes place. For instance, if the description is updated by the user, it should not be overwritten by a cache update while the website_url, rawg_title and metacritic_rating should continue to be updated.

The following fields should be updatable:

  • entity_version
  • rawg_id
  • title
  • version
  • release_date
  • description
  • box_image
  • background_image
  • website_url
  • metacritic_rating
  • average_playtime
  • early_access
  • type
  • progresses
  • publishers
  • developers
  • stores
  • tags
  • genres
@KairuByte KairuByte added 🎛️ server There are things to do on the server 🔧 feature New feature or request labels Sep 14, 2023
@Alfagun74
Copy link
Contributor

Duplicate of #161

@Alfagun74 Alfagun74 marked this as a duplicate of #161 Sep 18, 2023
@Alfagun74 Alfagun74 closed this as not planned Won't fix, can't repro, duplicate, stale Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔧 feature New feature or request 🎛️ server There are things to do on the server
Projects
Archived in project
Development

No branches or pull requests

2 participants