You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a collection of UUID photos
When the collection of photos is submitted
Then the UI must make a POST request to the API gatway with the photo UUIDs
AND the API gateway must make a secure request to AZURE with those photo's URLs
AND the API gateway must return success to the NG application
AND the application must display success to the user
AND the API gatway must move the processed photos to Glacier for long term storage
The text was updated successfully, but these errors were encountered:
Consider prompting the user to use multiple angles, different relations to light sources and remove glasses as well as glasses to ensure better scan successes
@skvasant what is the order of the API calls we need to make to MS in order to get the data setup correctly? We can work together on it in Python or Node if you'd like to help get the final state part implemented
Given a collection of UUID photos
When the collection of photos is submitted
Then the UI must make a POST request to the API gatway with the photo UUIDs
AND the API gateway must make a secure request to AZURE with those photo's URLs
AND the API gateway must return success to the NG application
AND the application must display success to the user
AND the API gatway must move the processed photos to Glacier for long term storage
The text was updated successfully, but these errors were encountered: