-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sprint 14
- Loading branch information
Showing
19 changed files
with
849 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
import pymongo | ||
|
||
|
||
def connect_mongo(engine=pymongo, host='mongo', port=27017): | ||
mongo_client = engine.MongoClient(host, port) | ||
mongo_db = mongo_client['main_db'] | ||
|
||
return mongo_db |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
100 changes: 100 additions & 0 deletions
100
docs/metodology/sprints/sprint_14/sprint_14_planning.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
# Planejamento da [Sprint 14](https://github.com/fga-gpp-mds/2018.1-TropicalHazards-BI/milestone/16) | ||
|
||
## Foco | ||
Continuar a refatoração do front end após testes de usabilidade e revisão do protótipo, resolver bugs de problemas de requisições no metabase e trabalhar nas funcionalidades para gerar e apresentar os dashboards | ||
|
||
## Datas | ||
<b>Data de início:</b> 09/06/2018 | ||
|
||
<b>Data de termino:</b> 16/06/2018 | ||
|
||
## Backlog | ||
|
||
<table style="text-align:center" class="responsive-table highlight bordered"> | ||
<thead> | ||
<atr> | ||
<th>Issue</th> | ||
<th>Descrição</th> | ||
<th>Pontuação</th> | ||
<th>Status</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td> | ||
<a href="https://github.com/fga-gpp-mds/2018.1-TropicalHazards-BI-FrontEnd/issues/103">103</a> | ||
</td> | ||
<td>Interface para filtrar dados em intervalo na question</td> | ||
<td><b>8</b></td> | ||
<td>Débito</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="https://github.com/fga-gpp-mds/2018.1-TropicalHazards-BI-FrontEnd/issues/106">106</a> | ||
</td> | ||
<td>Coletar o id dos fields de uma tabela no metabase</td> | ||
<td><b>5</b></td> | ||
<td>Débito</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="https://github.com/fga-gpp-mds/2018.1-TropicalHazards-BI-FrontEnd/issues/97">97</a> | ||
</td> | ||
<td>TS - implementar os componentes da tela de projetos</td> | ||
<td><b>3</b></td> | ||
<td>Nova</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="https://github.com/fga-gpp-mds/2018.1-TropicalHazards-BI-FrontEnd/issues/95">95</a> | ||
</td> | ||
<td>TS - implementar os componentes da tela de resultados de busca</td> | ||
<td><b>1</b></td> | ||
<td>Nova</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href=https://github.com/fga-gpp-mds/2018.1-TropicalHazards-BI/issues/335">335</a> | ||
</td> | ||
<td>Definir dimensões ao gerar um gráfico</td> | ||
<td><b>3</b></td> | ||
<td>Débito</td> | ||
</tr><tr> | ||
<td> | ||
<a href=https://github.com/fga-gpp-mds/2018.1-TropicalHazards-BI/issues/344">344</a> | ||
</td> | ||
<td>Criar comandos de ajuda no rancher bot</td> | ||
<td><b>1</b></td> | ||
<td>Nova</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
<b>Total de pontos:</b> 21 | ||
|
||
## Papéis | ||
<b>Scrum Master:</b> Iago Carvalho | ||
|
||
<b>DevOps:</b> Matheus Batista | ||
|
||
<b>Arquiteto:</b> Arthur Assis | ||
|
||
<b>Especialista de UX\UI:</b> André Filho | ||
|
||
<b>Product Owner:</b> Renata Souza | ||
|
||
## Pareamento | ||
<table style="text-align: center" class="responsive-table highlight bordered"> | ||
<tr> | ||
<th>Dupla</th> | ||
</tr> | ||
<tr> | ||
<td> Batista, Yoshida</td> | ||
</tr> | ||
<tr> | ||
<th>Trio</th> | ||
</tr> | ||
<tr> | ||
<td> André, Max, JP</td> | ||
</tr> | ||
</table> |
Oops, something went wrong.