... | @@ -13,6 +13,10 @@ A modegale, documentação e organização do banco de dados se situará nessa s |
... | @@ -13,6 +13,10 @@ A modegale, documentação e organização do banco de dados se situará nessa s |
|
## Modelagem
|
|
## Modelagem
|
|
### Esquema Conceitual
|
|
### Esquema Conceitual
|
|
|
|
|
|
|
|
<center>
|
|
|
|
<img src="resources/olive_db_diagram.png" width="300">
|
|
|
|
</center>
|
|
|
|
|
|
**Users -** have a email as a primary key to login, profile image, level points, role, name, favorite tags and favorite recipes.
|
|
**Users -** have a email as a primary key to login, profile image, level points, role, name, favorite tags and favorite recipes.
|
|
|
|
|
|
**Recipes –** have a title, description, level difficult, user_id from user has made, status (‘P’ = pendent; ‘R’ = reproved; ’A’ = approved), numbers of likes in recipes, time of preparation, **steps** with title and description, **images** with a link and index saving the position in recipe, **tags** containing a title.
|
|
**Recipes –** have a title, description, level difficult, user_id from user has made, status (‘P’ = pendent; ‘R’ = reproved; ’A’ = approved), numbers of likes in recipes, time of preparation, **steps** with title and description, **images** with a link and index saving the position in recipe, **tags** containing a title.
|
... | @@ -24,6 +28,10 @@ We have decided to use two types of database Firebase noSQL for user and Postgre |
... | @@ -24,6 +28,10 @@ We have decided to use two types of database Firebase noSQL for user and Postgre |
|
|
|
|
|
**Schema:**
|
|
**Schema:**
|
|
|
|
|
|
|
|
<center>
|
|
|
|
<img src="resources/Olive_db_logical.png" width="300">
|
|
|
|
</center>
|
|
|
|
|
|
Aqui deve ser explicado com modelos e explicações como o Banco de Dados foi construido, onde se deve focar em:
|
|
Aqui deve ser explicado com modelos e explicações como o Banco de Dados foi construido, onde se deve focar em:
|
|
* Como ele foi desenvolvido, com Imagens e Diagramas
|
|
* Como ele foi desenvolvido, com Imagens e Diagramas
|
|
* o Collections(Entities)
|
|
* o Collections(Entities)
|
... | | ... | |