-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add introduction and product vision pages
- Loading branch information
1 parent
273edee
commit 20b8c56
Showing
4 changed files
with
80 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# MicroData | ||
|
||
## Histórico de Versão | ||
|
||
| **Data** | **Versão** | **Descrição** | **Autor** | | ||
| :--------: | :--------: | :--------: | :--------: | | ||
| 08/11/2024 | 1.0 | Criação do Documento | Renan Vieira | | ||
|
||
Nosso projeto visa enfrentar um desafio fundamental: a falta de clareza nas informações de monitoramento, o que impacta a eficiência dos processos e a qualidade dos resultados. Observamos que a ausência de uma estrutura organizada e integrada para o armazenamento e análise de dados afeta a tomada de decisões. | ||
|
||
Os problemas identificados vão desde o alto consumo e custo de materiais de coleta até limitações no software que é utilizado, que restringem a visualização de dados e dificultam a tomada de decisões. Nosso objetivo é propor uma solução que melhore a precisão e a acessibilidade das informações de monitoramento, permitindo uma gestão mais eficaz e uma comunicação mais clara em situações de auditoria. | ||
|
||
## Equipe | ||
|
||
|
||
<div style="display: flex; flex-direction: row; gap: 50px; flex-wrap: wrap; justify-content: center; text-align: center;" > | ||
<div> | ||
<a href="https://github.com/Brenofrds"> | ||
<img style="border-radius: 50%;" src="https://avatars.githubusercontent.com/u/132412607?v=4" width="120px;"/> | ||
<h5 class="text-center">Breno Fernandes</h5> | ||
</a> | ||
</div> | ||
<div> | ||
<a href="https://github.com/BrenoLUCO"> | ||
<img style="border-radius: 50%;" src="https://avatars.githubusercontent.com/u/82223777?v=4" width="120px;"/> | ||
<h5 class="text-center">Breno Lucena</h5> | ||
</a> | ||
</div> | ||
<div> | ||
<a href="https://github.com/storch7"> | ||
<img style="border-radius: 50%;" src="https://avatars.githubusercontent.com/u/90935577?v=4" width="120px;"/> | ||
<h5 class="text-center">Guilherme Storch</h5> | ||
</a> | ||
</div> | ||
<div> | ||
<a href="https://github.com/jlucasiqueira"> | ||
<img style="border-radius: 50%;" src="https://avatars.githubusercontent.com/u/143570377?v=4" width="120px;"/> | ||
<h5 class="text-center">João Lucas</h5> | ||
</a> | ||
</div> | ||
<div> | ||
<a href="https://github.com/rmatuda"> | ||
<img style="border-radius: 50%;" src="https://avatars.githubusercontent.com/u/134009750?v=4" width="120px;"/> | ||
<h5 class="text-center">Rafael Matuda </h5> | ||
</a> | ||
</div> | ||
<div> | ||
<a href="https://github.com/R-enanVieira"> | ||
<img style="border-radius: 50%;" src="https://avatars.githubusercontent.com/u/65179736?v=4" width="120px;"/> | ||
<h5 class="text-center">Renan Vieira</h5> | ||
</a> | ||
</div> | ||
</div> |
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,21 @@ | ||
# Visão do Produto | ||
|
||
## Histórico de Versão | ||
|
||
| **Data** | **Versão** | **Descrição** | **Autor** | | ||
| :--------: | :--------: | :--------: | :--------: | | ||
| | | | | | ||
|
||
## Problema | ||
|
||
## Objetivos do Produto | ||
|
||
## Tecnologias a serem utilizadas | ||
|
||
| Atividade | Tecnologia | | ||
| :--------: | :--------: | | ||
| **Front-end** | | | ||
| **Back-end** | | | ||
| **Banco de Dados** | | | ||
| **Reuniões** | | | ||
| **Prototipagem** | | |
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,3 +1,9 @@ | ||
site_name: MicroData | ||
theme: | ||
name: material | ||
|
||
nav: | ||
- Intrudução: 'introducao.md' | ||
- Visão do Produto e Projeto: | ||
- Visão do Produto: visao_produto_projeto/visao_do_produto.md | ||
|