SamanthaGuillemette / SOEN390

SOEN390 Project
MIT License
5 stars 0 forks source link

Replace "Active Cases" on Dashboard with Actual Data #252

Closed MarwaKhalid closed 2 years ago

MarwaKhalid commented 2 years ago

Currently, it says 1523 as the active cases. However, we need to fetch from the backend

Idea: use a boolean field in the Patient's profile that changes to true when a patient recovers. We can then count and display that number.