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 Photo to Server #186

Closed
oliver-pham opened this issue Feb 15, 2022 · 1 comment · Fixed by #212
Closed

Upload Photo to Server #186

oliver-pham opened this issue Feb 15, 2022 · 1 comment · Fixed by #212
Assignees
Labels
backend feature Feature request priority:low Default priority when a new issue is created
Projects

Comments

@oliver-pham
Copy link
Collaborator

oliver-pham commented Feb 15, 2022

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

We need to handle photo upload from the client with Apollo Upload. Check out the official guide on Apollo Server Docs for more details.

I suggest we should create a distinct service (e.g. Upload) for uploading files from the client-side. We should integrate Cloudinary for image storage.

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

Acceptance criteria

  • Frontend can send a list of photos to server with a single mutation
  • Maximum 5 images can be uploaded and stored for a user
  • All photo(s) can be read by server
@oliver-pham oliver-pham added backend feature Feature request priority:low Default priority when a new issue is created labels Feb 15, 2022
@oliver-pham oliver-pham added this to Backlog in Seeksi via automation Feb 15, 2022
@oliver-pham
Copy link
Collaborator Author

Hey team! Please add your planning poker estimate with ZenHub @dtnguyen22 @tuanthanh2067

@oliver-pham oliver-pham self-assigned this Feb 15, 2022
Seeksi automation moved this from Backlog to Done Feb 23, 2022
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
Seeksi
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant