Skip to content

Commit

Permalink
Merge pull request #6 from covidmunicipal/develop
Browse files Browse the repository at this point in the history
Release 1.0.2
  • Loading branch information
Guilhermeasper authored Jul 13, 2020
2 parents d730c52 + fc13231 commit 4d42898
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
with:
tag_name: ${{ github.ref }}
release_name: COVID-19 Dashboard Irará ${{ github.ref }}
release_name: COVID-19 Dashboard Bonfinópolis de Minas ${{ github.ref }}
draft: false
prerelease: false
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# ![COVID-19 Municipal](src/assets/logos/covid19-municipal.svg)

![Build status](https://img.shields.io/github/workflow/status/covidmunicipal/covid19-dashboard-irara/build)
![Release version](https://img.shields.io/github/v/release/covidmunicipal/covid19-dashboard-irara)
![Website status](https://img.shields.io/website?down_message=offline&up_message=online&url=https%3A%2F%2Firara.covidmunicipal.live)
![Build status](https://img.shields.io/github/workflow/status/covidmunicipal/covid19-dashboard-bonfinopolis-de-minas/build)
![Release version](https://img.shields.io/github/v/release/covidmunicipal/covid19-dashboard-bonfinopolis-de-minas)
![Website status](https://img.shields.io/website?down_message=offline&up_message=online&url=https%3A%2F%2Fbonfinopolismg.covidmunicipal.live)

Plataforma para acompanhamento do novo Coronavírus (COVID-19) na cidade de Bonfinópolis de Minas/MG.

Expand All @@ -14,7 +14,7 @@ Sinta-se livre para contribuir com o projeto e adaptá-lo para outros propósito

## Download de dados

Se está em busca dos dados coletados sobre o Coronavírus em Bonfinópolis, acesse a [planilha do Google Sheets](https://docs.google.com/spreadsheets/d/1fveoSvn9oN5kJ-HxGUNffkxQ0F9Z5STlh7p3VNiVuOY). Você também pode obter um arquivo `.json` na [seção Sobre da plataforma de acompanhamento](https://covid.guilhermeasper.com.br/about), selecionando a opção _Acesse o banco de dados_. Os dados da Secretaria de Saúde de Minas Gerais (SESMG) podem ser visualizados no [Brasil.IO](https://brasil.io/covid19/BA/).
Se está em busca dos dados coletados sobre o Coronavírus em Bonfinópolis, acesse a [planilha do Google Sheets](https://docs.google.com/spreadsheets/d/1fveoSvn9oN5kJ-HxGUNffkxQ0F9Z5STlh7p3VNiVuOY). Você também pode obter um arquivo `.json` na [seção Sobre da plataforma de acompanhamento](https://bonfinopolismg.covidmunicipal.live/about), selecionando a opção _Acesse o banco de dados_. Os dados da Secretaria de Saúde de Minas Gerais (SES-MG) podem ser visualizados no [Brasil.IO](https://brasil.io/covid19/MG/).

## Configurando

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "covid19-dashboard-bonfinopolis-de-minas",
"version": "1.0.1",
"version": "1.0.2",
"author": "Guilherme Afonso",
"homepage": "https://bonfinopolismg.covidmunicipal.live/",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions src/app/pages/home/home.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ export class HomePage implements OnInit {
tippy('#confirmed-tooltip', {
content: `Dos <strong>${this.rtdbData.lastTotalDayEntry.casos_confirmados.total}</strong> casos,
<strong>${this.rtdbData.lastTotalDayEntry.casos_confirmados.lacen_ou_sorologia}</strong> foram confirmados
pelo LACEN ou sorologia, e <strong>${this.rtdbData.lastTotalDayEntry.testes_realizados.rapidos.positivos}</strong>
pelo RT-PCR ou sorologia, e <strong>${this.rtdbData.lastTotalDayEntry.testes_realizados.rapidos.positivos}</strong>
foram por meio de testes rápidos.`,
allowHTML: true
});

tippy('#active-tooltip', {
content: `Dos <strong>${this.rtdbData.lastTotalDayEntry.casos_ativos.total}</strong> casos ativos,
<strong>${this.rtdbData.lastTotalDayEntry.casos_ativos.lacen_ou_sorologia}</strong> foram confirmados
pelo LACEN ou sorologia, e <strong>${this.rtdbData.lastTotalDayEntry.casos_ativos.testes_rapidos}</strong>
pelo RT-PCR ou sorologia, e <strong>${this.rtdbData.lastTotalDayEntry.casos_ativos.testes_rapidos}</strong>
foram por meio de testes rápidos.`,
allowHTML: true
});
Expand All @@ -69,7 +69,7 @@ export class HomePage implements OnInit {
});

tippy('#deceased-tooltip', {
content: `Apenas são considerados óbitos pelo novo Coronavírus quando a pessoa tem resultado positivo atestado pelo LACEN ou teste sorológico.`,
content: `Apenas são considerados óbitos pelo novo Coronavírus quando a pessoa tem resultado positivo atestado pelo RT-PCR ou teste sorológico.`,
allowHTML: true
});

Expand Down

0 comments on commit 4d42898

Please sign in to comment.