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

Upload & Store Images #65

Closed
oliver-pham opened this issue Jan 20, 2022 · 1 comment · Fixed by #150
Closed

Upload & Store Images #65

oliver-pham opened this issue Jan 20, 2022 · 1 comment · Fixed by #150
Assignees
Labels
backend feature Feature request priority:low Default priority when a new issue is created
Milestone

Comments

@oliver-pham
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

As a user, I want to upload images to be persisted by the dating app. My image can used as a profile picture (avatar), a card picture, or a picture in my gallery.

Are there any related issues? Please list all of them.

Describe the solution you'd like

We can use Cloudinary, Amazon S3, etc.

Acceptance criteria

  • Frontend can upload an image to the server
  • Server can persist the image to a third-party storage
  • An image should have various sizes for different uses (e.g. avatar, card image, picture, etc.)

Describe alternatives you've considered

No image. Just text 😬

Additional context

@oliver-pham oliver-pham added backend feature Feature request priority:low Default priority when a new issue is created labels Jan 20, 2022
@oliver-pham oliver-pham added this to the Milestone 1 milestone Jan 20, 2022
@tuanthanh2067 tuanthanh2067 self-assigned this Feb 7, 2022
@tuanthanh2067
Copy link
Owner

For this one, I think we can go with Cloudinary first because it provides 25gb storage for free which is quite enough for our current situation. In the future, we can switch to amazon s3 storage which only cost $25 for 1000gb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend feature Feature request priority:low Default priority when a new issue is created
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants