We have a few different workflows to think through with the lockers.
At a high level you can break down the UX Flow into these 3 primary variables in how end users will interact with the platform:
User Type | Time | Access |
---|---|---|
User is Known and authenticates in some way for service | User is requesting service during normal working hours | Open (Web Based or Text) |
User is Unknown and can self service without providing identity. | User is requesting services during after hours | Closed (Proprietary Application on Mobile Device) |
This workflow would leverage a special application on an end user device (iPhone/Android) or via authenticated means on a public website. This approach would be used if we know the recipients and can have current data on them, (i.e., User is Known and authenticates in some way for service).
The second used case would be essentially what we prefer for a backdrop which is all cell phone-based and we don’t save any users information. (i.e., User is Unknown and can self service without providing identity.) The workflow would look like the following:
Ultimately we want the lockers to be a self service resource that doesn’t require human intervention for access. We realize that we should plan for requests coming in during working hours and non working hours.