SORMAS-Foundation / SORMAS-Project

SORMAS (Surveillance, Outbreak Response Management and Analysis System) is an early warning and management system to fight the spread of infectious diseases.
https://sormas.org
GNU General Public License v3.0
292 stars 140 forks source link

Dashboard should display only confirmed cases #1869

Open faatihi opened 4 years ago

faatihi commented 4 years ago

Feature Description

The dashboard is meant to give a quick overview of important information. Cases that are not confirmed are not that important to be included in the default content of the dashboard.

image

The above section, however, should remain as it is. That is, display all cases since it further breaks them down by classification. Other sections should only focus on confirmed cases in order to remove the noise from unconfirmed cases.

Problem Description

Currently, users go through lots of customizations to get the dashboard to present them with the data they want to see. And that's every time they visit the page.

Proposed Change

Possible Alternatives

Additional Information

Iheanacho2027 commented 4 years ago

@Chinedar @foyiri @bernardsilenou

bernardsilenou commented 4 years ago

I am hesitant to agree with this point of view. At the end of a cases' life, it should either be classified as confirmed (based on lab sample results) or not a case (if we have a true negative lab test result). Suspected is just a state and our goal should be to limit the number of suspected cases by testing them.

If the dashboard has much suspected cases, it is a drive for us to test more of them or it is just telling us that out case definition is very week.

Chinedar commented 4 years ago

I agree with Bernard on this. All classifications are a reflection of progress and outbreak cycle in general. We cannot have the dashboard only show confirmed cases, we can however have a dynamic dashboard that affords viewers the option to limit choice of view (based on the various classifications).

On Mon, Apr 20, 2020 at 3:42 PM Silelou Bernard Chawo < notifications@github.com> wrote:

I am hesitant to agree with this point of view. At the end of a cases' life, it should either be classified as confirmed (based on lab sample results) or not a case (if we have a true negative lab test result). Suspected is just a state and our goal should be to limit the number of suspected cases by testing them.

If the dashboard has much suspected cases, it is a drive for us to test more of them or it is just telling us that out case definition is very week.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/hzi-braunschweig/SORMAS-Project/issues/1869#issuecomment-616598602, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIPKP5D5CMBBIPFY5OD36MTRNRNMHANCNFSM4MMLVXZQ .

faatihi commented 4 years ago

I understand that the dashboard needs to show progress on classification of cases. I think the statistics component (right below the slideshow) does a great job giving us insight into what's happening. That alone, in my opinion, is enough. The rest of the dashboard then focuses on confirmed cases only.

we can however have a dynamic dashboard that affords viewers the option to limit choice of view (based on the various classifications)

@Chinedar 's suggestion is another good way to go about it.