-
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.
Adicionando MER e ajustando documentos.
Co-authored-by: Shaíne Oliveira <[email protected]>
- Loading branch information
1 parent
f628b52
commit 4a9eeb0
Showing
8 changed files
with
70 additions
and
63 deletions.
There are no files selected for viewing
Empty file.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,17 +1,10 @@ | ||
# Welcome to MkDocs | ||
# Pokemón | ||
|
||
For full documentation visit [mkdocs.org](https://www.mkdocs.org). | ||
## Sobre | ||
|
||
## Commands | ||
Trabalho da disciplina de Sistemas de Banco de Dados 1. | ||
|
||
* `mkdocs new [dir-name]` - Create a new project. | ||
* `mkdocs serve` - Start the live-reloading docs server. | ||
* `mkdocs build` - Build the documentation site. | ||
* `mkdocs -h` - Print help message and exit. | ||
## Integrantes | ||
|
||
## Project layout | ||
|
||
mkdocs.yml # The configuration file. | ||
docs/ | ||
index.md # The documentation homepage. | ||
... # Other markdown pages, images and other files. | ||
| [<img src="https://avatars.githubusercontent.com/u/61991357?v=4" width=115><br><sub>Gabriel Marcolino</sub>](https://github.com/GabrielMR360) | [<img src="https://avatars.githubusercontent.com/u/87617726?v=4" width=115><br><sub>Shaíne Oliveira</sub>](https://github.com/ShaineOliveira) | [<img src="https://avatars.githubusercontent.com/u/88348501?v=4" width=115><br><sub>José Filipi</sub>](https://github.com/JoseFilipi) | [<img src="https://avatars.githubusercontent.com/u/124631520?v=4" width=115><br><sub>Leonardo Bonetti</sub>](https://github.com/LeoFacB) | | ||
| :-------------------------------------------------------------------------------------------------------------------------------------------: | :-: | :-: | :-: | |
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,13 @@ | ||
O Diagrama de Entidade-Relacionamento (DER) destaca as principais entidades e seus relacionamentos. Esse diagrama organizacional ilustra as informações que fundamenta o funcionamento do jogo, detalhando a estrutura de dados essencial para o desenvolvimento. | ||
|
||
Abaixo temos a imagem do diagrama de entidade relacionamento: | ||
|
||
![Diagrama](../images/diagrama-entidade-relacionamento.drawio.png) | ||
|
||
|
||
## Histórico de Versão | ||
|
||
| Versão | Data | Descrição | Autor(es) | | ||
| :----: | :--------: | :------------------------------------: | :--------------------------------------------------------------------------------------------------------: | | ||
| `1.0` | 22/04/2024 | Primeira versão do modelo entidade relacionanemto | [Gabriel Marcolino](https://github.com/GabrielMR360) e [Shaíne Oliveira](ttps://github.com/ShaineOliveira) | | ||
| `1.1` | 27/06/2024 | Adicionando descrição | [Gabriel Marcolino](https://github.com/GabrielMR360) e [Shaíne Oliveira](ttps://github.com/ShaineOliveira) | |
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,13 @@ | ||
O modelo Entidade-Relacionamento (ER) organiza os dados essenciais em diversas tabelas inter-relacionadas, cada uma com atributos específicos e chaves para definir as relações entre elas. | ||
|
||
Abaixo temos a imagem do modelo de entidade relacionamento: | ||
|
||
![Diagrama](../images/modelo-entidade-relacionamento.png) | ||
|
||
[Link para o Modelo Entidade-Relacionamento]() | ||
|
||
## Histórico de Versão | ||
|
||
| Versão | Data | Descrição | Autor(es) | | ||
| :----: | :--------: | :------------------------------------: | :--------------------------------------------------------------------------------------------------------: | | ||
| `1.0` | 27/06/2024 | Primeira versão do modelo entidade relacionanemto | [Gabriel Marcolino](https://github.com/GabrielMR360), [Shaíne Oliveira](ttps://github.com/ShaineOliveira), [José Filipi](https://github.com/JoseFilipi) e [Leonardo Bonetti](https://github.com/LeoFacB)| |
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