1
Fork 0
mirror of https://github.com/Steffo99/alexandria.git synced 2024-11-22 05:44:19 +00:00
bdd-2020-alexandria/README.md

43 lines
1.5 KiB
Markdown

# `alexandria`
A database for an hypotetical website for users to organize and share their media library.
Made as a collaboration between [@Steffo99](https://github.com/Steffo99/) and [@Cookie-CHR](https://github.com/Cookie-CHR) for the [Basi di Dati](http://personale.unimore.it/rubrica/contenutiad/rmartoglia/2019/58030/N0/N0/9999) exam at [Unimore](https://www.unimore.it/).
> This project is still a work in progress!
> Parts of this project may be in Italian, as the Basi di Dati course is in Italian.
## Specification
The specification for the project is available [in the `spec.pdf` file](/spec.pdf).
## Progress
- [x] [Descrizione](/descrizione.md)
- [x] [Glossario](/glossario.md)
- [x] Utenti
- [x] Elementi
- [x] Recensioni
- [x] Libri
- [x] Film
- [x] Giochi
- [ ] Progettazione concettuale
- [x] [Schema scheletro](/schema-scheletro.drawio)
- [ ] Diagrammi ER
- [ ] Schema ER finale
- [ ] Progettazione logica
- [ ] Eliminazione delle gerarchie
- [ ] Selezioni chiavi primarie
- [ ] Trasformazione degli attributi composti o multipli
- [ ] Traduzione di entità e associazione in schemi di relazioni
- [ ] Verifica di normalizzazione
- [ ] Operazioni previste dalla base di dati
- [ ] Creazione
- [ ] Inserimento
- [ ] Interrogazione
- [ ] Modifica
- [ ] Eliminazione
- [ ] Extra
- [x] Dare un nome al progetto
- [ ] Unire i file markdown in un unico .pdf <!--Magari usando pandoc?-->