-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into 74/feat/iniciar-a-imp…
…lementação-dos-chats-no-back-end
- Loading branch information
Showing
23 changed files
with
295 additions
and
220 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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,44 @@ | ||
# Sprint 7 | ||
Período: 02/12/2024 a 09/12/2024 | ||
|
||
## Descrição | ||
> Para a Sprint 7, a equipe se propôs a realizar as seguintes tarefas: | ||
> - Para o Back-end, finalizar o login Microsoft graph e configurar o banco de dados no Heroku (juntamente com o DevOps). | ||
> - Para o Front-end, criar o redirecionamento da tela de login para a tela de perdidos (por enquanto, estática). | ||
> - Para o DevOps, finalizar a implementação do Heroku, além de, juntamente com o Back-end, configurar o banco de dados no Heroku. | ||
> - E por fim, para todos, revisar o Story Map. | ||
## Objetivos | ||
- Revisão do Story Map do projeto | ||
- Finalização do login Microsoft graph | ||
- Finalização da implementação do Heroku | ||
- Configuração do banco de dados no Heroku | ||
- Criação do redirecionamento da tela de login para a tela de perdidos (por enquanto, estática) | ||
|
||
## Reuniões | ||
### Reunião 1 | ||
Data: 02/12/2024 | ||
Local: Discord | ||
**Ata:** | ||
|
||
Para a planning, foi conversado sobre o que iremos apresentar na Release 1, como forma de determinar os objetivos para a Sprint 7. Com isso, foram decididas as tarefas, debatendo também a necessidade de escolher um arquiteto para a equipe. Um ponto importante foi que, embora tenha sido decidido anteriormente o Render como tecnologia de hospedagem, mudamos a escolha para o Heroku (plano de $5, utilizando o auxílio para estudantes para pagar), visto que foi descoberto que o plano gratuito do Render dura somente durante 1 mês (não foi muito prejudicado o trabalho já realizado na implementação, pois a transição de um serviço para o outro não é muito complexa, além de aproveitável). Com isso, fizemos a revisão das histórias de usuários (adiantamento do que seria feito somente na Sprint seguinte). | ||
|
||
|
||
### Reunião 2 | ||
Data: DD/MM/AAAA | ||
Local: Local da reunião | ||
**Ata:** | ||
|
||
|
||
### Reunião 3 | ||
Data: DD/MM/AAAA | ||
Local: Local da reunião | ||
**Ata:** | ||
|
||
|
||
## Finalização | ||
> A _Sprint_ deve ser finalizada com um resumo do que realmente foi feito e quais tarefas foram postergadas para a próxima _Sprint_ (caso existam). | ||
--- | ||
|
||
**Observações:** | ||
> Esse espaço deve ser utilizado para registrar qualquer observação que o time julgar pertinente. |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,7 @@ | ||
module.exports = { | ||
plugins: { | ||
tailwindcss: {}, | ||
autoprefixer: {}, | ||
}, | ||
}; | ||
|
Oops, something went wrong.