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

App/Backend - Previous images in form submitting #118

Open
alexzhang1618 opened this issue Mar 28, 2023 · 0 comments · May be fixed by #134
Open

App/Backend - Previous images in form submitting #118

alexzhang1618 opened this issue Mar 28, 2023 · 0 comments · May be fixed by #134
Assignees

Comments

@alexzhang1618
Copy link
Contributor

alexzhang1618 commented Mar 28, 2023

Describe the feature to implement.

  • When we create a form with image submits (think AddJob, user profiles, driver registration) and there are previously existing images associated with it (this happens when updating a job/user profile), we make a dispatch to ImageUploadContext to SET_IMAGES with the previous image IDs.
  • We want to automatically populate the form with the previous image IDs and submit them when we submit the form to the backend.
    • If possible, we should try to save the images in the backend without deleting the old images that should be kept (this might include editing some of the backend image saving functionality)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants