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

Add an api to upload an image #443

Open
Vichy97 opened this issue Jan 8, 2025 · 0 comments
Open

Add an api to upload an image #443

Vichy97 opened this issue Jan 8, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@Vichy97
Copy link
Collaborator

Vichy97 commented Jan 8, 2025

Right now I need to do a lot of steps to upload from mobile. I need to:

  • generate a uuid
  • request a url from google url service with that uuid in the url
  • upload the blob to that url
  • make a mutation to include the tag for the area/climb i'm uploading to

This is a lot of steps and not very robust in the case of failure of any of the steps. It also will be very difficult to support uploading images while offline. We should have a single mutation that does all of this.

@Vichy97 Vichy97 added the enhancement New feature or request label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant