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

Game image assets file naming #562

Open
sei-bstein opened this issue Dec 4, 2024 · 1 comment
Open

Game image assets file naming #562

sei-bstein opened this issue Dec 4, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@sei-bstein
Copy link
Contributor

Game cards and maps are currently named using the guid of the associated entity. The problem here is that some instances of GB are hosted behind caching providers that are challenging to invalidate, so even if the user uploads a new image or asset, it gets the same name and won't be served by the cache provider until it expires.

Need to append a random token to new uploads or generate a random name and then store it so we can bypass caching restrictions.

@sei-bstein sei-bstein added the bug Something isn't working label Dec 4, 2024
@sei-bstein sei-bstein self-assigned this Dec 4, 2024
@sei-bstein
Copy link
Contributor Author

Ask is to no longer delete unused assets - we'd rather be able to access them later if we need.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant