SamanthaGuillemette / SOEN390

SOEN390 Project
MIT License
5 stars 0 forks source link

Refactor change DB collections used for Issue #266 #269

Closed smarkandu closed 2 years ago

smarkandu commented 2 years ago

Covers Issue #266

Things to note:

tusharraval102 commented 2 years ago

After running the code, I think the everything looks good. I do have a few things to suggest:

• The doctor dropdown should be searchable and scrollable. • Maybe we should not show the symptoms list when it is "undefined" and we can show a message instead (it might be cleaner)

smarkandu commented 2 years ago

After running the code, I think the everything looks good. I do have a few things to suggest:

• The doctor dropdown should be searchable and scrollable. • Maybe we should not show the symptoms list when it is "undefined" and we can show a message instead (it might be cleaner)

This is a refactor to switch the tables, and not to improve features. We can do that with another PR. They're good points though, and we can address them once this PR is done. Symptoms is not currently being retrieved from the DB.