Skip to content

Commit

Permalink
Merge pull request #218 from covid19cuba/release/v0.7.0
Browse files Browse the repository at this point in the history
Release v0.7.0
  • Loading branch information
leynier committed May 3, 2020
2 parents a1272db + c6b31a2 commit 50fecf4
Show file tree
Hide file tree
Showing 5 changed files with 127 additions and 261 deletions.
64 changes: 63 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,73 @@
# Covid19 Cuba Data Mobile Application Changelog

## [0.7.0] - May 3, 2020

### Added

* Navigation buttons at the bottom.
* Section for statistics and comparison charts of Cuba with other countries.
* Donut chart of case distribution.
* Charts of the Effective Reproductive Number.
* New version of the Oxford Stringency Index. Both versions are shown.
* Chart of points of the behavior of the tests (positive against quantity) of several countries to compare with Cuba.
* Possibility of choosing the countries to compare with Cuba on the chart of the logarithmic curve.
* New contributors and replicas in the About Us section.

### Changed

* Chart colors to keep up with the website.
* Order of items in the side menu.

### Fixed

## [0.6.1] - April 24, 2020

### Added

* Option on the settings screen to reset the application status.
* Dynamic application download links.

### Fixed

* Error in the country search engine.
* Errors in the legends of the charts.

## [0.6.0] - April 23, 2020

### Added

* Active local broadcast events.
* Closed local broadcast events.
* Chart of the relationship between positive tests (PCR) with respect to the total number of tests (PCR) applied.
* Chart of the evolution of the Oxford Stringency Index for Cuba.
* Number of cases and rate of diagnosed per 100 thousand inhabitants in the table of provinces.
* Number of cases in the table of municipalities.
* Comparison chart of accumulated cases between provinces.
* Comparison chart of accumulated cases between municipalities.
* Comparison of active cases, diaries, recovered cases, deceased cases and the Oxford Stringency Index of different countries with Cuba.
* Cases recovered and deceased to the table of Top 20 Countries with the most accumulated cases.
* Statistics screen by municipalities, accessible from the side menu.
* Possibility of accessing statistics by province and municipality offline to see the latest information that was downloaded.
* Virtual researcher, accessible from the side menu.
* Table of Cases, accessible from the side menu.
* Answer to frequently asked questions, accessible from the side menu.
* Tips and Answers about the Covid-19, accessible from the side menu.
* Screen with information from the development team, collaborators, authors, etc. accessible from the side menu.

### Changed

* Behavior of data update notifications.

### Fixed

* Collapse of the text of the days in the test chart (PCR) by days.

## [0.5.0] - April 13, 2020

### Added

* Statistics by province accessing from the side menu.
* Graph to compare the exponential behaviors of the epidemic in the 20 most affected countries with Cuba.
* Chart to compare the exponential behaviors of the epidemic in the 20 most affected countries with Cuba.
* Screen to check if there is an application update.
* Application update notifications.
* Information update notifications.
Expand Down
7 changes: 1 addition & 6 deletions lib/src/utils/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -567,12 +567,7 @@ class Constants {
],
[
'¿Mi mascota me puede contagiar la COVID-19?',
'Aunque ha habido un caso de un perro infectado en Hong Kong, hasta '
'la fecha no hay pruebas de que un perro, un gato o cualquier mascota '
'pueda transmitir la COVID-19. La COVID-19 se propaga principalmente '
'a través de las gotículas producidas por una persona infectada al '
'toser, estornudar o hablar. Para protegerse a sí mismo, lávese las '
'manos a fondo frecuentemente.'
'Se han notificado casos en una pequeña cantidad de animales en el mundo infectados por el virus que causa la COVID-19, en su mayoría después de haber tenido contacto con una persona con COVID-19. Con base a la información limitada disponible hasta la fecha, el riesgo de que los animales transmitan la COVID-19 a las personas se considera bajo. Al parecer el virus que causa la COVID-19 puede propagarse de personas a animales en ciertas situaciones por lo que debe tratar a las mascotas como a otros familiares humanos, no deje que interactúen con personas o animales fuera del hogar. No permita que las mascotas interactúen con otras personas ni animales fuera del hogar. Mantenga a sus gatos dentro de la casa siempre que sea posible, para evitar que interactúen con otros animales o personas. Pasee a sus perros con correa, manteniendo una distancia de al menos 6 pies (2 metros) de otras personas y animales. Evite los parques para perros o los espacios públicos donde se reúnen grandes cantidades de personas y perros. Lávese las manos luego de estar con animales y manipular su comida, desechos o suministros. Practique buenos hábitos de higiene con su mascota y limpie sus desechos adecuadamente. Esta es una situación que cambia rápidamente y la información se actualizará a medida que esté disponible.'
],
[
'¿Cuánto tiempo sobrevive el virus en una superficie?',
Expand Down
Loading

0 comments on commit 50fecf4

Please sign in to comment.