Skip to content

Commit

Permalink
correção do backlog
Browse files Browse the repository at this point in the history
  • Loading branch information
esteerlino committed Apr 22, 2024
1 parent b384022 commit 58357c8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
8 changes: 4 additions & 4 deletions docs/ambiente/configuracao_ambiente.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ pip install --no-deps -r data\_collection/requirements-dev.txt
sudo apt-get install pre-commit
```

1. Execute um raspador no repo querido-diario, por exemplo
1. No repo querido-diario, abra a pasta "data_collection" e execute um raspador, por exemplo

``` bash
scrapy crawl rn_natal -a start_date=2024-03-01
scrapy crawl sp_campinas -a start_date=2024-03-01
```

1. Execute no repo querido-diario-data-processing
Expand Down Expand Up @@ -108,8 +108,8 @@ index 723f629..16948b2 100644
queryParams = { ...queryParams, size: pagination.size, offset: pagination.offset };

const encodedQueryString = new URLSearchParams(queryParams).toString();
- const url = new URL( /api/gazettes?${encodedQueryString}${territoryQuery} , https://queridodiario.ok.org.br ).toString();
+ const url = new URL( /gazettes?${encodedQueryString}${territoryQuery} , http://localhost:8080 ).toString();
- const url = new URL( `/api/gazettes?${encodedQueryString}${territoryQuery}` , `https://queridodiario.ok.org.br` ).toString();
+ const url = new URL( `/gazettes?${encodedQueryString}${territoryQuery}` , `http://localhost:8080` ).toString();
return this.http.get<GazetteResponse>(url).pipe(
map((res: GazetteResponse) => {
diff --git a/src/app/services/utils/index.ts b/src/app/services/utils/index.ts index f952336..b6164c8 100644
Expand Down
2 changes: 1 addition & 1 deletion docs/visao_geral/arquitetura_software.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Colocar o protótipo do figma aqui
-->

<img src="../imagens/Fluxo-us3.png"/>
<img src="./imagens/Fluxo-us3.png"/>
<h5 style="text-align: center; margin: 0 auto">Figura 3: Fluxo de dados da Us3</h5>


Expand Down
13 changes: 7 additions & 6 deletions docs/visao_geral/backlog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,20 @@ Este documento mostra as funcionalidades propostas no projeto, descrevendo-as de
</thead>
<tbody class="features">
<tr>
<td rowspan="3"><strong>(E1)</strong> Downloads</td>
<td rowspan="2"><strong>(F1)</strong> Fazer o download de excertos para arquivo .csv</td>
<td rowspan="2"><strong>(Épico 01)</strong> Downloads</td>
<td rowspan="2"><strong>(Feature 01)</strong> Fazer o download de excertos para arquivo .csv</td>
<td><strong>(US-1)</strong> <i>Eu, como usuário, gostaria de selecionar os excertos que aparecem a partir da minha busca para fazer o download no Portal Educação.</i></td>
<td></td>
<td></td>
</tr>
<tr>
<td><strong>(US-2)</strong> <i>Eu, como usuário, gostaria de selecionar os excertos que aparecem a partir da minha busca para fazer o download no Portal Educação.</i></td>
<td><strong>(US-2)</strong> <i>Eu, como jornalista, no portal público, gostaria de selecionar os enxertos que aparecem a partir da minha busca para fazer o download.</i></td>
<td></td>
<td></td>
</tr>
<tr>
<td><strong>(F2)</strong>, <strong>(F3)</strong> e <strong>(F4)</strong> <i>Fazer download de arquivos .txt agregados</i></td>
<td rowspan="2"><strong>(Épico 02)</strong> Rotinas de Agregação</td>
<td><strong>(Feature 02), (Feature 03) e (Feature 03)<br></strong><i>Acessar arquivos agregados</i></td>
<td><strong>(US-3)</strong> <i>Eu, como usuário, gostaria de baixar arquivos agregados de um período (ano) por localização (cidade e estado).</i></td>
<td></td>
<td></td>
Expand All @@ -37,12 +38,12 @@ Este documento mostra as funcionalidades propostas no projeto, descrevendo-as de
</table>



## Histórico de Versão

| Versão | Data | Descrição | Responsáveis | Revisor |
| :----: | :--------: | :------------------------------------: | :--------------------------------------------------------------------------------------------------: | :-----------------------------------------------------: |
| 1.0 | 04/04/2024 | Criação da página "Backlog do Produto" | [Cristian Furtado](https://github.com/csafurtado) e [Pedro Cabeceira](https://github.com/pkbceira03) | [Wildemberg Sales](https://github.com/wildemberg-sales) |
| 1.1 | 04/04/2024 | Correção de US's do artefato | [Wildemberg Sales](https://github.com/wildemberg-sales) | [Cristian Furtado](https://github.com/csafurtado) |
| 1.2 | 08/04/2024 | Correção de US's | [Ester Lino](https://github.com/esteerlino), [Wildemberg Sales](https://github.com/wildemberg-sales) | [Cristian Furtado](https://github.com/csafurtado) |
| 1.3 | 08/04/2024 | Altera estrutura da tabela | [Arthur Ferreira](https://github.com/ArthurFerreiraRodrigues) | [Wildemberg Sales](https://github.com/wildemberg-sales) |
| 1.3 | 08/04/2024 | Altera estrutura da tabela | [Arthur Ferreira](https://github.com/ArthurFerreiraRodrigues) | [Wildemberg Sales](https://github.com/wildemberg-sales) |
| 1.4 | 22/04/2024 | Correção da tabela | [Ester Lino](https://github.com/esteerlino) | [Pedro Cabeceira](https://github.com/pkbceira03) |

0 comments on commit 58357c8

Please sign in to comment.