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

Create process to allow HDR image uploads to local storage for testing purposes #121

Closed
15 tasks done
CheesyLaZanya opened this issue Nov 28, 2024 · 0 comments · Fixed by #130
Closed
15 tasks done
Assignees
Labels
enhancement New feature or request frontend

Comments

@CheesyLaZanya
Copy link
Collaborator

CheesyLaZanya commented Nov 28, 2024

For local development, and to continue moving forward until requested AWS credits are available, we need a way to upload images to local storage to await moderation.

  • Allow only .dng files via file picker or drag and drop
  • Support uploading multiple files.
  • Show number of files selected.
  • Show progress during upload.
  • Show success message when complete.
  • Save files in a locally viewable way
  • Show errors if issues occur during upload
  • Rename files to some unique identifier (utc)
  • Call API to clean image metadata, only save cleaned image.
  • Call API to create jpeg preview, match filename and save to the same folder.
  • Call API to retrieve file metadata, match filename and save to the same folder.
  • Call API to retrieve HDR stats, match filename and save to the same folder.
  • Get information on user performing upload, match filename and save to the same folder.
  • Update filename to avoiding collisions between users (+ username?)
  • Add in S3 library to support future S3 upload work.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment