[DRAFT] Taking profile photos

Context

LoC patron registration workflow: The patron completes the pre-registration form online; pre-registration patron data is processed and stored in the FOLIO (https://folio-org.atlassian.net/browse/UXPROD-4663 ); patron visits the LoC in person to complete the registration process; library staff verifies the patron's identity, updates registration data, captures photos, and issues the library card.

The current feature aims to provide the capability to use webcams with FOLIO to capture a patron's photo, and store the photo in the User app.

Requirements

Functional Requirements

https://folio-org.atlassian.net/browse/UXPROD-4723

Non-functional Requirements

  1. Interoperability - The solution should allow seamless integration with web camera

Assumptions

  1. LoC uses a web camera model compatible with https://developer.mozilla.org/en-US/docs/Web/API/ImageCapture

  2. LoC uses a browser with support of https://developer.mozilla.org/en-US/docs/Web/API/ImageCapture

Target Architecture

Context Diagram

Container Diagram

To address interoperability NFR it is required to use web-camera models compatible with web ImageCapture API.

 

Questions