Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Refactor Appointments DB #174

Open
bennettzhu1 opened this issue Feb 26, 2022 · 0 comments
Open

Refactor Appointments DB #174

bennettzhu1 opened this issue Feb 26, 2022 · 0 comments
Assignees
Labels
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.

Comments

@bennettzhu1
Copy link
Contributor

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)

@bennettzhu1 bennettzhu1 self-assigned this Feb 26, 2022
@bennettzhu1 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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
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.
Projects
None yet
Development

No branches or pull requests

1 participant