-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #103 from fga-eps-mds/develop
subindo sprint 7
- Loading branch information
Showing
17 changed files
with
3,533 additions
and
41 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
language: node_js | ||
|
||
node_js: | ||
- node | ||
|
||
services: | ||
- docker | ||
|
||
sudo: false | ||
|
||
script: | ||
- yarn test | ||
|
||
|
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,12 @@ | ||
const { isTopLevelDeclaration } = require("sucrase/dist/parser/tokenizer") | ||
|
||
describe('Authentication', () => { | ||
it('should sum two numbers', ()=> { | ||
const x= 2; | ||
const y = 3; | ||
|
||
const sum = x+y; | ||
|
||
expect(sum).toBe(5); | ||
}) | ||
}) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,45 @@ | ||
## Período | ||
Duração: 15/10 à 22/10 | ||
|
||
|
||
## Reunião | ||
* Data: 15/10 | ||
* Hora: 12h | ||
* Local: Reunião online | ||
|
||
|
||
## Objetivo | ||
- Discutir sobre elaboração do planning levando em consideração, quantas horas por semana cada membro reserva para a disciplina. | ||
- Feedback do Liverson e Francisco sobre atualização da Page. | ||
- Decisão se vai usar Nextjs ou não. | ||
- Alinhar as atividades com o backlog do produto. | ||
|
||
## Papeis definidos | ||
| Membros | Função | | ||
| ------------------- | ------------------- | | ||
| Edson Soares | ScrumMaster | | ||
| Geise Saunier | Product Owner | | ||
| Francisco Emanoel | DevOps | | ||
| Liverson Severo | Developer | | ||
| Gabriela Pivetta | Developer | | ||
| Giulia Lobo | Developer | | ||
|
||
|
||
## Backlog | ||
| Issue | Descrição | Pontuação | Responsáveis | Status | Prioridade | Repositório | | ||
| ------------------- | ------------------- | ------------------- | ------------------- | ------------------- |------------------- |------------------- | | ||
| [#100](https://github.com/fga-eps-mds/2020-1-Ziguen/issues/100) | Criar Release v 1.0.0 | 5 | Francisco e Edson | Nova | 1 | [Backend](https://github.com/fga-eps-mds/2020-1-Ziguen/issues/100) | | ||
| [#101](https://github.com/fga-eps-mds/2020-1-Ziguen/issues/101) | Configurar o code climate | 5 | Liverson e Geise | Nova | 1 | [Backend](https://github.com/fga-eps-mds/2020-1-Ziguen/issues/101) | | ||
| [#102](https://github.com/fga-eps-mds/2020-1-Ziguen/issues/102) | Configuração do ambiente de teste | 8 | Francisco e Edson | Nova | 2 | [Backend](https://github.com/fga-eps-mds/2020-1-Ziguen/issues/102) | | ||
| [#18](https://github.com/fga-eps-mds/2020.1-Ziguen-Front/issues/18) | Criação do Projeto React App | 2 | Gabriela e Geise | Nova | 1 | [Frontend](https://github.com/fga-eps-mds/2020.1-Ziguen-Front/issues/18) | | ||
| [#19](https://github.com/fga-eps-mds/2020.1-Ziguen-Front/issues/19) | Criação da Tela de Cadastro | 3 | Gabriela e Geise | Nova | 2 | [Frontend](https://github.com/fga-eps-mds/2020.1-Ziguen-Front/issues/19) | | ||
| [#20](https://github.com/fga-eps-mds/2020.1-Ziguen-Front/issues/20) | Criação da Tela de Login | 3 | Gabriela e Geise | Nova | 2 | [Frontend](https://github.com/fga-eps-mds/2020.1-Ziguen-Front/issues/20) | | ||
| [#21](https://github.com/fga-eps-mds/2020.1-Ziguen-Front/issues/21) | Criação da Home | 5 | Giulia e Liverson | Nova | 2 | [Frontend](https://github.com/fga-eps-mds/2020.1-Ziguen-Front/issues/21) | | ||
|
||
|
||
|
||
|
||
## Pareamento | ||
- Gabriela e Geise | ||
- Giulia e Livinho | ||
- Francisco e Edson |
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,59 @@ | ||
## Período | ||
Duração: 08/10 à 15/10 | ||
|
||
## Monitoramento e Controle | ||
### Presenças Sprint Plaining + Sprint Review | ||
| Membros | Planning |Review | | ||
| ------------------- | ------------------- |------------------- | | ||
| Edson Soares | ✔ | ✔ | | ||
| Francisco Emanoel | ✔ | ✔ | | ||
| Gabriela Pivetta | ✔ | ✔ | | ||
| Geise Saunier | ✔ | ✔ | | ||
| Giulia Lobo | ✔ | ✔ | | ||
| Liverson Severo | ✔ | ✔ | | ||
|
||
### Daily Meeting | ||
| Membros | Segunda-feira | Terça-Feira | Quarta-feira | ||
|--|--|--|--| | ||
| Edson Soares | ✔ | ✔ | ✔ | | ||
| Francisco Emanoel | ✔ | ✔ | ✔ | | ||
| Gabriela Pivetta | ✔ | ✔ | ✔ | | ||
| Geise Saunier | ✔ | ✔ | ✔ | | ||
| Giulia Lobo | ✔ | ✔ | ✔ | | ||
| Liverson Severo | ✔ | ✔ | ✔ | | ||
|
||
## Quadro de conhecimento | ||
![Quadro Resumo](https://github.com/fga-eps-mds/2020-1-Ziguen/blob/develop/docs/imagens/quadro_conhecimento_s7.jpg) | ||
|
||
|
||
## Status das Tarefas no Fim da Sprint | ||
| **Issue** | **História** | **Resposáveis** | **Status** | | ||
|--|--|--|--| | ||
| [#87](https://github.com/fga-eps-mds/2020-1-Ziguen/issues/87) | Pipeline CI | Francisco, Gabriela e Edson | Concluída | | ||
| [#88](https://github.com/fga-eps-mds/2020-1-Ziguen/issues/88) | Pipeline CD | Francisco, Gabriela e Edson | Desenvolvimento | | ||
| [#89](https://github.com/fga-eps-mds/2020-1-Ziguen/issues/89) | Diagrama lógico | Edson e Geise | Concluída | | ||
| [#90](https://github.com/fga-eps-mds/2020-1-Ziguen/issues/90) | Atualizar diagrama casos de uso | Giulia e Liverson | Concluída | | ||
| [#91](https://github.com/fga-eps-mds/2020-1-Ziguen/issues/91) | Atualizar Page | Francisco e Liverson | Desenvolvimento | | ||
| [#92](https://github.com/fga-eps-mds/2020-1-Ziguen/issues/92) | Detalhar melhor nossa arquitetura MVC no Documento de Arquitetura | Francisco e Liverson | Concluída | | ||
| [#93](https://github.com/fga-eps-mds/2020-1-Ziguen/issues/93) | Diagrama de pacotes | Gabriela e Francisco | Desenvolvimento | | ||
|
||
|
||
- Pontos do planning: 27 | ||
- Pontos entregues: 14 | ||
- Dívida da sprint: 13 | ||
|
||
|
||
|
||
## Retrospectiva | ||
#### Pontos positivos | ||
- Mudanças levantadas no feedback na release 1 foram feitas. | ||
- Foi observado que o grupo não estava levando em consideração o backlog do produto na hora de fazer o planning. | ||
|
||
#### Pontos negativos | ||
- O planning foi elaborado de uma maneira não muito eficiente. | ||
|
||
#### Dívidas técnicas | ||
- Pouco conhecimento relacionado a configuração do ambiente de **teste**, como arquivos do tipo _.env_ e _.env.test_ para divisão do ambiente. | ||
|
||
### Análise do Scrum Master | ||
- O planning não foi bem pensado, ficando com uma carga bem puxada de tarefas, considerando que a ideia dessa sprint era pra ser executada de forma menos trabalhosa, devido a quantidade de esforço que o grupo fez nos últimos dias antes da R1, fazendo com que outras disciplinas e atividades extras fossem deixadas em stand-by. Mas como podemos ver na pontuação da sprint, o planning ficou grande e algumas tarefas não sabíamos ao certo como realizá-las. |
File renamed without changes.
File renamed without changes.
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,44 @@ | ||
## Período | ||
Duração: 00/00 à 00/00 | ||
|
||
|
||
## Reunião | ||
* Data: 00/00 | ||
* Hora: 00h | ||
* Local: Reunião online | ||
|
||
|
||
## Objetivo | ||
- | ||
|
||
## Papeis definidos | ||
| Membros | Função | | ||
| ------------------- | ------------------- | | ||
| Edson Soares | ScrumMaster | | ||
| Geise Saunier | Product Owner | | ||
| Francisco Emanoel | DevOps | | ||
| Liverson Severo | Developer | | ||
| Gabriela Pivetta | Developer | | ||
| Giulia Lobo | Developer | | ||
|
||
|
||
## Backlog | ||
| Issue | Descrição | Pontuação | Responsáveis | Status | Prioridade | Repositório | | ||
| ------------------- | ------------------- | ------------------- | ------------------- | ------------------- |------------------- |------------------- | | ||
| []() | | | | | | []() | | ||
| []() | | | | | | []() | | ||
| []() | | | | | | []() | | ||
| []() | | | | | | []() | | ||
| []() | | | | | | []() | | ||
| []() | | | | | | []() | | ||
| []() | | | | | | []() | | ||
| []() | | | | | | []() | | ||
| []() | | | | | | []() | | ||
| []() | | | | | | []() | | ||
| []() | | | | | | []() | | ||
|
||
|
||
## Pareamento | ||
- | ||
- | ||
- |
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,57 @@ | ||
## Período | ||
Duração: 00/00 à 00/00 | ||
|
||
## Monitoramento e Controle | ||
### Presenças Sprint Plaining + Sprint Review | ||
| Membros | Planning |Review | | ||
| ------------------- | ------------------- |------------------- | | ||
| Edson Soares | ✔ | ✔ | | ||
| Francisco Emanoel | ✔ | ✔ | | ||
| Gabriela Pivetta | ✔ | ✔ | | ||
| Geise Saunier | ✔ | ✔ | | ||
| Giulia Lobo | ✔ | ✔ | | ||
| Liverson Severo | ✔ | ✔ | | ||
|
||
### Daily Meeting | ||
| Membros | Segunda-feira | Terça-Feira | Quarta-feira | ||
|--|--|--|--| | ||
| Edson Soares | ✔ | ✔ | ✔ | | ||
| Francisco Emanoel | ✔ | ✔ | ✔ | | ||
| Gabriela Pivetta | ✔ | ✔ | ✔ | | ||
| Geise Saunier | ✔ | ✔ | ✔ | | ||
| Giulia Lobo | ✔ | ✔ | ✔ | | ||
| Liverson Severo | ✔ | ✔ | ✔ | | ||
|
||
## Quadro de conhecimento | ||
![Quadro Resumo](https://github.com/fga-eps-mds/2020-1-Ziguen/blob/develop/docs/imagens/quadro_conhecimento_s6.jpg) | ||
|
||
|
||
## Status das Tarefas no Fim da Sprint | ||
| **Issue** | **História** | **Resposáveis** | **Status** | | ||
|--|--|--|--| | ||
| []() | | | | | ||
| []() | | | | | ||
| []() | | | | | ||
| []() | | | | | ||
| []() | | | | | ||
| []() | | | | | ||
|
||
|
||
- Pontos do planning: | ||
- Pontos entregues: | ||
- Dívida da sprint: | ||
|
||
|
||
|
||
## Retrospectiva | ||
#### Pontos positivos | ||
- | ||
|
||
#### Pontos negativos | ||
- | ||
|
||
#### Dívidas técnicas | ||
- | ||
|
||
### Análise do Scrum Master | ||
- |
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
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
Oops, something went wrong.