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).
Feature Description
A clear and concise description of the feature you're requesting. Instead of storing a
gs://
URI, store ahttps://
URI forfile.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 thegs://
URI which increases the load of time of some of the pages that require anhttps://
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 ofgs://
URI forfile.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