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

Photos? #50

Open
shawnwildermuth opened this issue Apr 28, 2021 · 3 comments
Open

Photos? #50

shawnwildermuth opened this issue Apr 28, 2021 · 3 comments
Assignees

Comments

@shawnwildermuth
Copy link
Collaborator

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
Copy link
Collaborator Author

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

@codingbandit
Copy link
Collaborator

add local caching (for offline)

I approve this message :)

@shawnwildermuth
Copy link
Collaborator Author

Good idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants