Feature #826
closedRNA-258(When user uploads photos do it in the background)
0%
Description
you can grey out the post listing/save listing button and show a spinner near the photo upload container, but user should be able to edit other parts of their listing while the photos finish uploading. when the user clicks save (on edit listing page) or post listing, we should go to the next page while the images upload in the background.
Updated by Talha Sajjad 12 days ago
Start each photo upload immediately on pick (via a background queue/service with per-photo status), not inside Save/Post — keep the form editable and only show the spinner on the photo container. On Save/Post, call submitPost/editPost with metadata + already-uploaded PhotoIds, navigate right away, and let the queue finish remaining uploadPhoto(postGuid, photoGuid, formData, adId) calls in the background after you attach adId
Updated by Mubashir Siraj 12 days ago
- Status changed from In Progress to Resolved
- Assignee changed from Mubashir Siraj to Talha Sajjad