-
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.
- Loading branch information
Showing
20 changed files
with
231 additions
and
57 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
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -1,11 +1,21 @@ | ||
# 2023-2-POLLUX | ||
|
||
## Documentação | ||
- [Documento Visão](/Entregas/Documento%20Visão.pdf) | ||
- [Declaração de Escopo](/Entregas/Declaração%20de%20Escopo%20do%20Produto.pdf) | ||
|
||
## MkDocs | ||
- [Link para o mkdocs da equipe](https://fga0138-mds-ajax.github.io/2023-2-POLLUX/) | ||
|
||
## Entregáveis | ||
- [Documento Visão](/Entregas/Documento%20Visão.pdf) | ||
- [Declaração de Escopo](/Entregas/Declaração%20de%20Escopo%20do%20Produto.pdf) | ||
- [Documento de Arquitetura](/Entregas/) | ||
|
||
## Apresentações | ||
- [1° Apresentação - 04/09/2023](Apresentações/1°%20Apresentação.pdf) | ||
- [1° Apresentação - Visão do Produto - 04/09/2023](Apresentações/1°%20Apresentação.pdf) | ||
- [1° Apresentação - Arquitetura - 01/11/2023](Apresentações/2°%20Apresentação%20-%20Arquitetura.pdf) | ||
|
||
## Atas | ||
- [1° Reunião](/Atas/1°%20Reunião.pdf) | ||
- [2° Reunião](/Atas/2°%20Reunião.pdf) | ||
- [3° Reunião](/Atas/3°%20Reunião.pdf) | ||
- [4° Reunião](/Atas/4°%20Reunião.pdf) | ||
- [5° Reunião](/Atas/5°%20Reunião.pdf) | ||
|
Empty file.
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
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
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,49 @@ | ||
# **Planning da Sprint 7** | ||
|
||
- **Período:** 24/10/2023 a 31/10/2023 | ||
- **Objetivo:** Finalizar funcionalidade de busca de professores através da criação da api no backend e cards dos professores no frontend. | ||
|
||
--- | ||
|
||
## **Issues** | ||
|
||
|Atividade|Histórias de Usuário Envolvidas|Descrição|Responsáveis|Status da Entrega| | ||
|:----:|:----------:|:----------:|:------:|:--:| | ||
|#1|US-05| Desenvolver componente de card dos professores| Eric e Isaque | Ok | | ||
|#2|US-05, US-07, US-08, US-10| Realizar novo webscrapping para coleta de dados dos professores do sigaa| Nicollas, Samuel e Isaque | Ok | | ||
|#3|US-05| Implementar API que forneçe dados dos professores para o frontend| Nicollas, Samuel e Isaque | Ok | | ||
|#3|US-05| Implementar lógica de busca de professores pelo lado do cliente| Eric e Isaque| Ok | | ||
|
||
## **Review das Atividades** | ||
|
||
--- | ||
|
||
### **Atividade #1** | ||
|
||
**Status:** Concluída | ||
|
||
O componente que renderiza os dados do professor no momento da busca do usuário foi concluído. No entanto, o layout do card ainda está em aberto. | ||
|
||
--- | ||
|
||
### **Atividade #2** | ||
|
||
**Status:** Concluída | ||
|
||
O componente que renderiza os dados do professor no momento da busca do usuário foi concluído. No entanto, o layout do card ainda está em aberto. | ||
|
||
--- | ||
|
||
### **Atividade #3** | ||
|
||
**Status:** Concluída | ||
|
||
A API de pesquisa de professores foi efetuada de maneira correta. A url recebe o nome ou inicial do professor e retorna um array filtrado. | ||
|
||
--- | ||
|
||
### **Atividade #4** | ||
|
||
**Status:** Concluída | ||
|
||
A lógica consiste em receber o input do usuário e fazer a requisição ao back através de uma chamada do axios. |
Oops, something went wrong.