heartbeatservice / HeartbeatServiceSolution

0 stars 2 forks source link

Update the Dashboard to show actual numbers from Database and create alerts #87

Open umais opened 9 years ago

umais commented 9 years ago

There will be two main sections on the dashboard landing page. Appointments and Alerts

Appointments will show a list of all doctors that have appointment today. The maximum number of doctors that can be shown are going to be 10. If there are more then 10 then there should be a link on bottom that says show more and upon clicking a modal will popup showing all the doctors . If there are no doctors that have appoitnment today then the section is just going to have one label saying "There are no Professionals that have appointment today".

The alert section is going to be similar but we are going to be capturing three main alert categories.

1) The # of workflow item assigned to the user logged in that are open. 2) The # of patients(People) that need to be reminded of upcoming appointments. 3) The # of workfow items assigned to user for which due date has passed.

Each alert is going to take the user to the detail page where they cn see the details for the items.

see screenshot

image

akhan0 commented 9 years ago

Functionality is implemented. Please verify.