Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submit Photos for Facial Scan #5

Open
djfurman opened this issue Sep 29, 2017 · 4 comments
Open

Submit Photos for Facial Scan #5

djfurman opened this issue Sep 29, 2017 · 4 comments
Assignees

Comments

@djfurman
Copy link
Member

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
Copy link
Member Author

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
Copy link
Member Author

Use presigned or secured S3 direct upload from NG front end

@djfurman
Copy link
Member Author

djfurman commented Oct 1, 2017

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
Copy link
Member Author

djfurman commented Oct 8, 2017

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants