Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Appointments list in Patients profile #1769

Closed
jackcmeyer opened this issue Jan 14, 2020 · 2 comments · Fixed by #1823
Closed

Appointments list in Patients profile #1769

jackcmeyer opened this issue Jan 14, 2020 · 2 comments · Fixed by #1823
Assignees
Labels
in progress indicates that issue/pull request is currently being worked on scheduling issue/pull request that interacts with scheduling module v2.x

Comments

@jackcmeyer
Copy link
Member

Scenario

AS
A user with read access to patients and read access to appointments

I WANT
A tab on the patients profile called Appointments

SO THAT
I can quickly see the Appointments for a patient

Acceptance Criteria

GIVEN
A patient who has appointments
AND
A user with read access to patients and appointments

WHEN
I click on the appointments tab in the the patients profile

OR

access /patients/:id/appointments

THEN
I should see a list of appointments for that given patient
AND
The appointments tab should be marked as active

Related Issues

HospitalRun/hospitalrun#149

Technical Notes

@jackcmeyer jackcmeyer transferred this issue from HospitalRun/hospitalrun-frontend Jan 26, 2020
@matteovivona matteovivona transferred this issue from HospitalRun/hospitalrun Jan 29, 2020
@matteovivona matteovivona added good first issue indicates an issue is good for a first time contributor v2.x scheduling issue/pull request that interacts with scheduling module labels Jan 29, 2020
@jackcmeyer jackcmeyer added help wanted indicates that an issue is open for contributions and removed good first issue indicates an issue is good for a first time contributor labels Jan 30, 2020
@igeagonz
Copy link
Contributor

Working on this. May have something soon.

igeagonz pushed a commit to igeagonz/hospitalrun-frontend that referenced this issue Feb 13, 2020
add an appointments tab to the patient view which shows appointments list for corresponding patient.
Uses same layout as patient list view and also implements fuzzy search

HospitalRun#1769
igeagonz pushed a commit to igeagonz/hospitalrun-frontend that referenced this issue Feb 13, 2020
add an appointments tab to the patient view which shows appointments list for corresponding patient.
Uses same layout as patient list view and also implements fuzzy search

HospitalRun#1769
@jackcmeyer jackcmeyer added in progress indicates that issue/pull request is currently being worked on and removed help wanted indicates that an issue is open for contributions labels Feb 14, 2020
@jackcmeyer
Copy link
Member Author

Closing since this functionality was completed in #1823

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
in progress indicates that issue/pull request is currently being worked on scheduling issue/pull request that interacts with scheduling module v2.x
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants