Skip to content

Commit

Permalink
feat: add quadro de conhecimentos
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheusafonsouza committed Nov 6, 2024
1 parent efd2ebe commit 2329d21
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/planejamento/heatmap-de-horarios.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ A utilidade do **HeatMap** em projetos está em sua capacidade de otimizar o uso
Abaixo temos a visualização da tabela de horário do time:


![preview heatmap](../../seeds/planejamento-imagens/heatmap-preview.png)
<iframe width="100%" height="500" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vRuJTxsrMZQckVLt5LfzUw0-d-pgDUcFKQ8X1ijugNvVhsiPoN48Rk84k5lwqv7gUiFge5ghvUz4bF6/pubhtml?gid=0&amp;single=true&amp;widget=true&amp;headers=false" />
**Link:** [HeatMap](https://docs.google.com/spreadsheets/d/1bHnVTCpLXt4B1aCAXwiYF3UK9VB_C0pC81F1hnBW1nU/edit?gid=0#gid=0)
16 changes: 16 additions & 0 deletions docs/planejamento/quadro-de-conhecimentos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Quadro de conhecimentos

## Histórico de Versões

| **Título** | **Alterações Feitas** | **Autor** | **Data de Hoje** |
|------------------------------|----------------------------------------|----------------|--------------------------|
| Quadro de conhecimentos v1 | Subindo documento versão 1 | Matheus Afonso | 06 de novembro de 2024 |

Um **Quadro de conhecimentos** é uma ferramenta visual eficaz, amplamente utilizada para monitorar a evolução do conhecimento dos integrantes de MDS e EPS com respeito às tecnologias utilizadas no projeto.

Abaixo temos a visualização da quadro de conhecimentos do time:

<iframe width="100%" height="500" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vRFBT2oP9Ll5U-qTPxhG2XHJCPBk5ooQ-KheHo1MXvDZQj9M8oO8GVGSVS43oWEUu1e5QWzCWmaruCQ/pubhtml?widget=true&amp;headers=false" />
**Link:** [Quadro](https://docs.google.com/spreadsheets/d/1JyWn6uNbHpu2O4Gt8PoD0yhm5bf9IN86pQ5xJ2ShE5w/edit?gid=1585311913#gid=1585311913)
1 change: 0 additions & 1 deletion docs/planejamento/tabela-de-conhecimentos.md

This file was deleted.

4 changes: 2 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export default function Home() {
const {siteConfig} = useDocusaurusContext();
return (
<Layout
title={`Hello from ${siteConfig.title}`}
description="Description will go into a meta tag in <head />">
title={siteConfig.title}
description={siteConfig.title}>
<HomepageHeader />
</Layout>
);
Expand Down

0 comments on commit 2329d21

Please sign in to comment.