TwoWeeksReady icon indicating copy to clipboard operation
TwoWeeksReady copied to clipboard

Photos?

Open shawnwildermuth opened this issue 3 years ago • 3 comments

We need to store photos in several places in the app. Should we look into Blob Storage or store inside CosmosDb? I suspect blob storage is going to be a ton easier and cheaper, but I'm open to having the conversation.

shawnwildermuth avatar Apr 28 '21 04:04 shawnwildermuth

My proposed solution is this:

  • Azure Storage
  • Store as resized jpgs only
  • Using Bearer token to authenticate
  • Using Api to return images from azure storage (so we can validate the user owns the image and secure Azure Storage)
  • Using a custom Vue component to read the images with bearer token

shawnwildermuth avatar Apr 30 '21 21:04 shawnwildermuth

add local caching (for offline)

I approve this message :)

codingbandit avatar Oct 30 '21 20:10 codingbandit

Good idea.

shawnwildermuth avatar Oct 30 '21 22:10 shawnwildermuth