You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.
bennettzhu1 opened this issue
Feb 26, 2022
· 0 comments
Assignees
Labels
BackendChanges are expected to be made to the service, repository, or controller level of Java source filesFrontendChanges are expected to be made to HTML/JS/CSS files and the related controllers.
Right now queries are executed using the patient name or doctor name (depending on role of the logged in user)
This is not ideal since names are not guaranteed to be unique
The appointments DB needs to be refactored with a unique field (like doctorEmail, patientEmail)
The text was updated successfully, but these errors were encountered:
bennettzhu1
added
Backend
Changes are expected to be made to the service, repository, or controller level of Java source files
Frontend
Changes are expected to be made to HTML/JS/CSS files and the related controllers.
labels
Feb 26, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
BackendChanges are expected to be made to the service, repository, or controller level of Java source filesFrontendChanges are expected to be made to HTML/JS/CSS files and the related controllers.
Right now queries are executed using the patient name or doctor name (depending on role of the logged in user)
This is not ideal since names are not guaranteed to be unique
The appointments DB needs to be refactored with a unique field (like doctorEmail, patientEmail)
The text was updated successfully, but these errors were encountered: