RVATech / honoring-choices-webapp

Support Advance Directive HealthCare
MIT License
0 stars 2 forks source link

Submit Photos for Facial Scan #5

Open djfurman opened 7 years ago

djfurman commented 7 years ago

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

djfurman commented 7 years ago

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

djfurman commented 7 years ago

Use presigned or secured S3 direct upload from NG front end

djfurman commented 7 years ago

Post back an array of the keys when you're ready for me to upload them for facial recognition to /photo-ai with the filenames appended.

{
  "keys": [],
  "person-uuid": ""
}
djfurman commented 7 years ago

@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