1
Fork 0
mirror of https://github.com/Steffo99/alexandria.git synced 2025-03-13 20:15:05 +00:00
bdd-2020-alexandria/schema-logico.md

67 lines
937 B
Markdown
Raw Normal View History

2020-04-30 15:24:59 +02:00
# Schema logico
2020-04-30 15:24:59 +02:00
## Generale
2020-04-30 15:46:27 +02:00
### Utente
- **Username**
- Password
- Email
- Amministratore
- Bannato
// TODO: gestire la gerarchia
2020-04-30 15:46:27 +02:00
### Elemento
- **UUID Elemento**
- _Username_ → Utente
- Stato
- Provenienza
2020-04-30 15:46:27 +02:00
### Recensione
- _**UUID Elemento**_ → Elemento
- Commento
- Valutazione
- Data
2020-04-30 15:24:59 +02:00
## Gioco
2020-04-30 15:46:27 +02:00
### Gioco
- **UUID Gioco**
- Nome
- Descrizione
2020-04-30 15:46:27 +02:00
### Edizione
- **UUID Edizione**
- _UUID Gioco_ → Gioco
- Titolo edizione
- Piattaforma
- Box art
2020-04-30 15:46:27 +02:00
### Correlato a
- _**UUID Gioco 1**_ → Gioco (UUID Gioco)
- _**UUID Gioco 2**_ → Gioco (UUID Gioco)
2020-04-30 15:46:27 +02:00
### Genere
- **UUID Genere**
- Nome
2020-04-30 15:46:27 +02:00
### Appartiene a
- _**UUID Gioco**_ → Gioco
- _**UUID Genere**_ → Genere
2020-04-30 15:46:27 +02:00
### Studio
- **UUID Studio**
- Nome
2020-04-30 15:46:27 +02:00
### Portato da
- _**ID Edizione**_ → Edizione
- _**ID Studio**_ → Studio
2020-04-30 15:46:27 +02:00
### Sviluppato da
- **ID Gioco** → Gioco
- **ID Studio** → Studio
2020-04-30 15:46:27 +02:00
### Pubblicato da
- **ID Gioco** → Gioco
- **ID Studio** → Studio