Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reorganizando pages e adicionando membros #3

Merged
merged 3 commits into from
Jul 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ Projeto criado para a disciplina de Sistema de Banco de Dados 1. Neste projeto,

## Entregas
- Módulo 1
- [Diagrama Entidade Relacionamento](./docs/modulo1/DER.md)
- [Modelo Entidade Relacionamento](./docs/modulo1/MER.md)
- [Dicionário de Dados](./docs/modulo1/DD.md)
- [Diagrama Entidade Relacionamento](./docs/modulo1/DER.md)
- [Modelo Relacional](./docs/modulo1/MR.md)
- [Dicionário de Dados](./docs/modulo1/DD.md)

## Apresentações
| Módulo | Link da gravação | Data |
| ------ | ----------------------- | ---------- |
| 1 | [Apresentação Módulo 1](./docs/index.md) | ----- |
| 2 | [Apresentação Módulo 2](./docs/index.md) | ----- |
| 3 | [Apresentação Módulo 3](./docs/index.md) | ----- |
| Final | [Apresentação Final](./docs/index.md) | ----- |
| 1 | [Apresentação Módulo 1](./docs/apresentacao/apresentacao1.md) | ----- |
| 2 | [Apresentação Módulo 2](./docs/apresentacao/apresentacao2.md) | ----- |
| 3 | [Apresentação Módulo 3](./docs/apresentacao/apresentacao3.md) | ----- |
| Final | [Apresentação Final](./docs/apresentacao/apresentacaoFinal.md) | ----- |

## Equipe

Expand All @@ -35,5 +35,6 @@ Projeto criado para a disciplina de Sistema de Banco de Dados 1. Neste projeto,
<td align="center"><a href="https://github.com/Arthrok"><img style="border-radius: 50%;" src="https://avatars.githubusercontent.com/u/98776585?v=4" width="100px;" alt=""/><br /><sub><b>Arthur Melo</b></sub></a><br />
<td align="center"><a href="https://github.com/ericbky"><img style="border-radius: 50%;" src="https://avatars.githubusercontent.com/u/65634855?v=4" width="100px;" alt=""/><br /><sub><b>Eric Silveira</b></sub></a><br />
<td align="center"><a href="https://github.com/joao-artl"><img style="border-radius: 50%;" src="https://avatars.githubusercontent.com/u/124414056?v=4" width="100px;" alt=""/><br /><sub><b>João Artur Leles</b></sub></a><br />
<td align="center"><a href="https://github.com/roddas"><img style="border-radius: 50%;" src="https://avatars.githubusercontent.com/u/9947506?v=4" width="100px;" alt=""/><br /><sub><b>Rodolfo Cabral</b></sub></a><br />
</tr>
</table>
Empty file.
Empty file.
Empty file.
11 changes: 7 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ Projeto criado para a disciplina de Sistema de Banco de Dados 1. Neste projeto,

## Entregas
- Módulo 1
- [Diagrama entidade-relacionamento](index.md)
- [Mapeamento do MER pro modelo relacional](index.md)
- [Dicionário de dados](index.md)
- [Modelo Entidade Relacionamento](https://sbd1.github.io/2024.1-Ben10/modulo1/MER/)
- [Diagrama Entidade Relacionamento](https://sbd1.github.io/2024.1-Ben10/modulo1/DER/)
- [Modelo Relacional](https://sbd1.github.io/2024.1-Ben10/modulo1/MR/)
- [Dicionário de Dados](https://sbd1.github.io/2024.1-Ben10/modulo1/DD/)


## Apresentações
- [Módulo 1](index.md)
- [Módulo 1](https://sbd1.github.io/2024.1-Ben10/apresentacao/apresentacao1/)

## Equipe

Expand All @@ -29,5 +31,6 @@ Projeto criado para a disciplina de Sistema de Banco de Dados 1. Neste projeto,
<td align="center"><a href="https://github.com/Arthrok"><img style="border-radius: 50%;" src="https://avatars.githubusercontent.com/u/98776585?v=4" width="100px;" alt=""/><br /><sub><b>Arthur Melo</b></sub></a><br />
<td align="center"><a href="https://github.com/ericbky"><img style="border-radius: 50%;" src="https://avatars.githubusercontent.com/u/65634855?v=4" width="100px;" alt=""/><br /><sub><b>Eric Silveira</b></sub></a><br />
<td align="center"><a href="https://github.com/joao-artl"><img style="border-radius: 50%;" src="https://avatars.githubusercontent.com/u/124414056?v=4" width="100px;" alt=""/><br /><sub><b>João Artur Leles</b></sub></a><br />
<td align="center"><a href="https://github.com/roddas"><img style="border-radius: 50%;" src="https://avatars.githubusercontent.com/u/9947506?v=4" width="100px;" alt=""/><br /><sub><b>Rodolfo Cabral</b></sub></a><br />
</tr>
</table>
5 changes: 5 additions & 0 deletions docs/modulo1/MER.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Modelo Entidade Relacionamento

## <a>Introdução</a>

## <a>Entidades</a>
8 changes: 6 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,15 @@ nav:
- Início: "index.md"
- Apresentações:
- Apresentação 1: "apresentacao/apresentacao1.md"
- Apresentação 2: "apresentacao/apresentacao2.md"
- Apresentação 3: "apresentacao/apresentacao3.md"
- Apresentação 4: "apresentacao/apresentacaoFinal.md"
- Modelagem:
- Diagrama Entidade Relacionamento: "modulo1/DER.md"
- Modelo Entidade Relacionamento: "modulo1/MER.md"
- Dicionário de Dados: "modulo1/DD.md"
- Diagrama Entidade Relacionamento: "modulo1/DER.md"
- Modelo Relacional: "modulo1/MR.md"
- Dicionário de Dados: "modulo1/DD.md"

theme:
name: material
features:
Expand Down
Loading