-
Notifications
You must be signed in to change notification settings - Fork 65
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
[Unarchive patient] Archived patients table #6063
Milestone
Comments
check with @jayna-SkylightDigital on page title and link text |
hold off on adding link to support admin page until we've let them know / provided a demo |
Blocked by #6200 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
This ticket implements the first half of the unarchive patient flow. It includes the unarchive patient page and the ability to see the currently archived patients (patients table); plus the integration of a link in the support admin landing page to access the unarchive patient page. For a detailed explanation of the entire unarchive patient flow please check the findings of the spike ticket.
Action requested
Unarchive patient
page.organization dropdown
andtesting facility dropdown
. Search by name will be included in a later iteration after getting feedback from the support team. In this first iteration we will not be including an all facilities option in the testing facility dropdown.paginated table
to display the patient search results. The table will contain 3 columns: Patient, Date of Birth, placeholder for unarchive button. Please check the current patients page for an example on how the paginated table should look like.unarchive patient
link in the support admin landing page.Acceptance Criteria
Anunarchive patient
link displays in the admin support landing page under a users & patients section.Unarchive patient
page loads in the app.filter control
to refine the archived patients search is fully functional.paginated table
to display the archived patient results is fully functional.Additional context
Please read the spike ticket to fully understand the complete flow.
In this first iteration of the search filter we will skip the
search by name
field. We will also skip theall facilities
option in thetesting facility dropdown
.This ticket does not include the creation of the unarchive button, the confirmation modal, the unarchive action or the confirmation notification.
The text was updated successfully, but these errors were encountered: