Mystery shopping evaluations currently do not support including shopper-uploaded photos in the rendered PDF. Add a way to choose which uploaded attachments should be included, since not every photo is relevant.
[team member] This is the example pdf I generated with random images. This shows how portrait and odd number of images will look. Is this ok?
e119450d-f017-4ee8-b2c6-ae19359fd672.pdf
Besides this, I think we'll need some ui and functionality adjustments:
Identify and save attachment during webhooks.
Display image grid for IU allowing them to select the images they want included.
The UI is as following:
[team member] Looks like we have to fetch all of the form submissions for the form id to identify the submission to get the signed attachment urls. I don't think this will scale well. We are doing this when allowing IU to view the evaluation. And now this will be done while generating the pdf as well. Can we add an improvement in the api to fetch the submission by it's id or reference?
Retrieve form response endpoint
This is approved! we can merge when ready [team member]
Discussing this with the team tomorrow.