COVID19App is a program that shows data and statistics about COVID 19 pandemic. The information automatically updates in order to maintain content fresh and reliable. The application uses a local database so it can be used without Internet connection but using it this way many days in a row can lead to obsolete data.
The major functions the Covid19App must perform for the end user are the following:
- Interactive worldwide map which reflects the state of actual pandemic – each country is colored according to the number of reported active cases of infection; also the map is responsive to the user’s mouse hovering or clicking, displaying relevant information.
- Worldwide statistics – the application presents concrete statistics about the evolution of the SARS-CoV-2 virus spreading and about its effects on global population.
- Country level statistics - the application presents concrete statistics about the evolution and state of the epidemic in a specific country.
This view (tab) is global map which graphically indicates a general situation about total cases confirmed. Color scheme:
Starting from 0 to Max:
- Gray - no data provided
- Green - fewest cases confirmed
- Yellow
- Orange
- Red - most cases confirmed
For a better appearance and a more intuitive overview, map uses logarithmic scale because the numerical data covers a very wide range of values.
By default, the display information corresponds to the most recent date from database (or if available, from Internet). In the bottom of the screen you can change that by scrolling the track bar.
You can click on any country for more information. When you do that, the country view tab opens with data and charts about the country you selected.
This view (tab) is chart which graphically indicates a general situation about total cases confirmed grouped by continent.
The chart shows total cases confirmed, group by continent. On the X-axis is time, starting from 22.01.2020 until the most recent day in the database (most of the times, this will be today date). On the Y-axis is number of people affected by virus.
- The first gauge shows the percentage of people infected (number of people infected / population of all countries * 100).
- The second gauge shows the mortality rate of COVID 19 (number of deaths cause by virus / number of people infected * 100).
- The third gauge shows the healing rate of COVID 19 (number of deaths healed/ number of people infected * 100).
This view (tab) is chart which graphically indicates a country situation. This view differs according to country is displayed. You can change the country by going to map view tab and click on another country.
This view (tab) is chart which graphically indicates a country situation. This view differs according to country is displayed. You can change the country by going to map view tab and click on another country.
The chart indicates a country situation over time. You can see the trend of infections, deaths and healing. On the X-axis is time, starting from 22.01.2020 until the most recent day in the database (most of the times, this will be today date). On the Y-axis is number of people affected by virus. By adding death, active and recovered you obtain total cases confirmed.
- Red - deaths
- Yellow - active cases
- Green - recovered
- The first gauge shows the absolute value of people infected.
- The second gauge shows the absolute of deaths.
- The third gauge shows the absolute of recovered people.
- Run the script
renew.bat
located inscripts
in order to create the database.