initial commit
This commit is contained in:
24
docs/development/devlog/2025-12-15-113000_setup_complete.md
Normal file
24
docs/development/devlog/2025-12-15-113000_setup_complete.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Setup Completato
|
||||
Data: 2025-12-15
|
||||
Stato: Completato
|
||||
|
||||
## Attività Svolte
|
||||
1. **Backend**:
|
||||
- Creato progetto Node.js + TypeScript (`src/backend`).
|
||||
- Configurato Prisma ORM con SQLite (`dev.db`).
|
||||
- Definito Schema iniziale (Company, Site, Worker).
|
||||
- Configurato Express server base.
|
||||
2. **Frontend**:
|
||||
- Creato progetto Vite React + TypeScript (`src/frontend`).
|
||||
- Implementato Design System in `index.css` (CSS Variables, Glassmorphism).
|
||||
- Creata struttura cartelle modulare.
|
||||
3. **Verifica**:
|
||||
- Database inizializzato con successo.
|
||||
- Script `dev` backend aggiunto.
|
||||
|
||||
## Prossimi Passi (Fase 2)
|
||||
Implementare la gestione Anagrafiche (Aziende e Lavoratori):
|
||||
- [ ] Backend: Controller e Service per `Companies`.
|
||||
- [ ] Backend: Controller e Service per `Workers`.
|
||||
- [ ] Frontend: Pagina lista Aziende.
|
||||
- [ ] Frontend: Form creazione Azienda.
|
||||
Reference in New Issue
Block a user