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

feat(ui,api): endpoint for bulk image uploads #7159

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Oct 18, 2024

  1. WIP

    Mary Hipp authored and Mary Hipp committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    233afe7 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    2c77d62 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. update backend to use bulk_upload_id passed in from client and emit e…

    …vents correctly
    Mary Hipp authored and Mary Hipp committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    0b139ec View commit details
    Browse the repository at this point in the history
  2. (ui) accept upload socket events and show toast

    Mary Hipp authored and Mary Hipp committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    90ad720 View commit details
    Browse the repository at this point in the history
  3. send one imageDTO back with complete event so the UI can refresh the …

    …correct data
    Mary Hipp authored and Mary Hipp committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e6f80ca View commit details
    Browse the repository at this point in the history
  4. add user_id and project_id as nullable args for image saves

    Mary Hipp authored and Mary Hipp committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    c2931f0 View commit details
    Browse the repository at this point in the history