Skip to content

Commit

Permalink
Merge pull request #245 from covid19cuba/release/v0.8.0
Browse files Browse the repository at this point in the history
Release/v0.8.0
  • Loading branch information
leynier committed May 12, 2020
2 parents 8c1cab9 + 63fe821 commit 11b6c03
Show file tree
Hide file tree
Showing 204 changed files with 4,133 additions and 783 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Covid19 Cuba Data Mobile Application Changelog

## [0.8.0] - May 11, 2020

### Added

* Tips section accessible from the menu at the bottom.
* News section accessible from the menu at the bottom.
* Evolution chart by days of cases and daily discharges.
* Evolution chart by days of active cases and accumulated registrations.
* Sorting and paging of the Accumulated table by countries in the World section accessible from the menu at the bottom.

### Changed

* Organization of provincial and municipal statistics, now all are found from the Cuba section accessible from the menu at the bottom using filters to select the desired province or municipality.
* Ability to choose between any pair of countries in the Comparison chart between countries in the World section.

### Fixed

Color of the municipalities and provinces on the maps.

## [0.7.1] - May 4, 2020

### Added
Expand Down
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
## Contributions are highly appreciated.

### All contributors will be granted credit on the following list:

* Leynier Gutiérrez González ([@leynier](https://github.com/leynier))
* Norlan Capote Díaz ([@norlancd](https://github.com/norlancd))
* Carlos Bermudez Porto ([@stdevCbermudez](https://github.com/stdevCbermudez))
* Roberto Martí Cedeño ([@rmarticedeno](https://github.com/rmarticedeno))
* Sadan ([@fsadannn](https://github.com/fsadannn))
* Luis Eduardo Gonzalez ([@luiseduardoglez](https://github.com/luiseduardoglez))
* Daniel Alejandro Cárdenas Cabrera ([@DanielUH2019](https://github.com/DanielUH2019))

You can help out by:
- Reporting a bug
Expand All @@ -22,9 +25,11 @@ We're using the following branches to manage work:
- `feature`, `bug` branches: unstable development

## How to report bugs

We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https:ithub.//gcom/covid19-cuba-efforts/covid19cuba-app/issues/new/choose); it's that easy!

### Write bug reports with detail, background, and sample code

**Great Bug Reports** tend to have:

- A quick summary and/or background
Expand All @@ -38,6 +43,7 @@ We use GitHub issues to track public bugs. Report a bug by [opening a new issue]
We <3 thorough bug reports.

## How to contribute code

We use GitHub to host code, to track issues and feature requests, as well as accept pull requests.

Pull requests are the best way to propose changes to the codebase. We use a loose version of Git Flow
Expand All @@ -54,4 +60,5 @@ and actively welcome your pull requests:
1. Issue that pull request!

### Any contributions you make will be under the Creative Commons Zero v1.0 Universal

When you submit code changes, your submissions are understood to be under the same [CC0-1.0](LICENSE) that covers the project.
5 changes: 1 addition & 4 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,12 @@
## Setup

1. Install and configure the Flutter framework: https://flutter.dev/docs/get-started/install

2. Add the Flutter and Dart plugins to your IDE: https://flutter.dev/docs/get-started/editor

3. Fork this repository and clone your fork.

4. Install all dependencies
```
flutter pub get
```

5. Run the project using your IDE or the Flutter CLI:
```
flutter run
Expand All @@ -21,6 +17,7 @@
## Useful commands

### Clean the project's build folders

This can resolve issues where the simulator is not running the latest code.
```sh
flutter clean
Expand Down
Binary file added assets/images/avoid_contact_handshake.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/casa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/images/clean_hands.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/images/cleaning_soap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/distance_keep_social.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 11b6c03

Please sign in to comment.