BroncoDirectMe / Backend

BroncoDirectMe's API for the Chrome Extension
https://broncodirect.me
9 stars 1 forks source link

[PRIMARY FEATURE] Re-evaluate mySQL Database Schema #44

Closed GuyWhoCode closed 1 year ago

GuyWhoCode commented 1 year ago

User Story

As a developer, I want to handle mySQL table issues that might occur in the future and their scalability.

Technical Task:

How would the mySQL database add the two professors into the database? How would the mySQL database tell which professor is the intended professor when searching for John Doe?

Possible solution: Change the primary key to be a row that autoincrements to allow the mySQL database to add the two professors. To tell the difference between the two professors, look into whether the department where that professor works can be obtained?

Acceptance Criteria: