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

Image Upload Flow #84

Open
geeky-abhishek opened this issue Oct 16, 2023 · 0 comments
Open

Image Upload Flow #84

geeky-abhishek opened this issue Oct 16, 2023 · 0 comments
Assignees

Comments

@geeky-abhishek
Copy link

geeky-abhishek commented Oct 16, 2023

What will be image upload flow in case of bulk submission ?

note: Since now the payload will include image so we need to find the optimal way so that our data will not be lost when sending the bulk request.

Flow 1

When bulk data is submitted ,for each submission we first upload the image to minio and then update the object with the media urls and then finally send the modified bulk data with minio urls

Flow 2

Send the bulk form data to backend then the above flow will be implemented on backend

Flow 3

From the save list tab for each submission item we show option for upload image and enumerator can upload image one by one then do the final submission when all the images are uploaded for all submissions.

Flow 4 ?

@geeky-abhishek geeky-abhishek self-assigned this Oct 16, 2023
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

No branches or pull requests

1 participant