Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Wiki Wiki
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 32
    • Issues 32
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • O Turismo Rural em São Francisco de Paula
  • WikiWiki
  • Wiki
  • Banco de Dados

Banco de Dados · Changes

Page history
Update Banco de Dados authored Jun 27, 2024 by Matheus Fernandes da Rosa's avatar Matheus Fernandes da Rosa
Show whitespace changes
Inline Side-by-side
Banco-de-Dados.md
View page @ 1160b318
......@@ -85,12 +85,6 @@ classDiagram
- Experience[] experienceList
}
class RouteType {
- Integer id
- String name
- String description
}
class Attachment {
- Integer id
- String url;
......@@ -104,21 +98,19 @@ classDiagram
- String otherSocialNetwork
}
Experience "0..*" <--> "0..*" Category
Experience "0..*" <--> "1..*" Category
Experience "1" <--> "1" Address
Experience "0..*" <--> "0..*" Tag : Tags_Experience
Experience "1" <--> "1" SocialNetwork
Experience <|-- Spot : Inheritance
Experience <|-- Event : Inheritance
Experience "0..*" <--> "1" Profile
Experience "1" <--> "0..n" Attachment
Experience "0..*" <--> "1..*" Route
Route "1..*" <--> "1" RouteType
Experience "1" <--> "0..*" Attachment
Experience "1..*" <--> "0..*" Route
Category "0..*" <--> "0..1" Tag : Tags_Category
Category "0..*" <--> "0..*" Tag : Tags_Category
Spot "1" <--> "1" WorkingDay
Spot "1" <--> "1..*" WorkingDay
```
# Dados salvos client-side (cache do navegador)
......@@ -128,13 +120,20 @@ classDiagram
# Definição de JSONs
## Entidade Experiencias
### Redes Sociais
`{
}`
A ser implementado
## Entidade Rotas
### Experiencias
`{
}`
```
{
"routeExperienceId": 01,
"experienceId": 01,
"title": "Titulo Exemplo",
"description": "Esta é uma descrição exemplo!",
"image": "image_url",
"orderIndex": 1
}
```
# Arquivo do Diagrama
[Diagrama-BD-TurismoRural.asta](uploads/9d9175d21db1fdc5d2ef51a13599deba/Diagrama-BD-TurismoRural.asta)
\ No newline at end of file
[Diagrama-BD-TurismoRural.asta](uploads/7acaddc25e568d8ed14f3718f5f53b99/Diagrama-BD-TurismoRural.asta)
\ No newline at end of file
Clone repository

Home

Documentação do Projeto

Escopo

Processo

Gerência

Design

Sprints

Documentação Técnica

Arquitetura

Banco de Dados

Analytics