This repository was archived by the owner on Jul 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 85
Show history of issued codes with status #232
Labels
kind/enhancement
New feature or feature request.
Comments
/assign |
/kind enhancement |
Note: We've since decided to hash the codes. That may make this less useful |
Would it make sense to show the UUIDs instead? It would for someone doing an external integration, because they could tie that back into the CRM |
If the use case is external integration, it seems like an API might be more appropriate? |
both - in general, things we put in the UI should probably also have APIs |
This was referenced Oct 7, 2020
Merged
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
TL;DR
Create a page where a user or realm admin can see a list of recently issued codes.
Design
Proposal
Create a List API for codes.
The original mock calls for showing the
Note: one problem with this (and why we have uuid) is that not all systems will use phone# and may require the user to reach out manually. We don't have any other associated data on who the patient is which makes it tough for the user to know who the code is intended for and follow-up if unclaimed. The uuid allows this or alternative clients to keep such data locally.
Alternatives considered
I've created #227 where a user can check a single-id at a time. This, however, requires the user to keep a list of their issued UUIDs which may be less useful (the API is possible more useful programmatically rather than as UX) but allows the user to track the private patient data locally and separately. The history table could replace this if its exhaustive.
The text was updated successfully, but these errors were encountered: