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 ?
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 ?