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

Store a HTTPS URI in file.uri for files created by CDP and stored on Google cloud storage #170

Open
tohuynh opened this issue Feb 22, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@tohuynh
Copy link
Collaborator

tohuynh commented Feb 22, 2022

Feature Description

A clear and concise description of the feature you're requesting.
Instead of storing a gs:// URI, store a https:// URI for file.uri

Use Case

Please provide a use case to help us understand your request in context.
The frontend app can't display or download gs:// URI. Because of this, there is an extra step to get the download URL from the gs:// URI which increases the load of time of some of the pages that require an https:// URI. These include the event page (URI of transcript file) and the person page (URI of the seat and person images).

Solution

Please describe your ideal solution.
Use https:// URI instead of gs:// URI for file.uri.
Also look into downsampling the seat and person images to reduce the load of the person page.

Alternatives

Please describe any alternatives you've considered, even if you've dismissed them.

cc @JacksonMaxfield

@tohuynh tohuynh added the enhancement New feature or request label Feb 22, 2022
@tohuynh tohuynh changed the title Store a HTTPS URI for in file.uri for files created by CDP and stored on Google cloud storage Store a HTTPS URI in file.uri for files created by CDP and stored on Google cloud storage Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant