feat: rimosso il token dalla risposta di login e aggiornati i modelli di dati
This commit is contained in:
@@ -42,7 +42,7 @@ backend-mock/
|
||||
- [x] `EntryRequest` - user_badge + validator_password
|
||||
- [x] `UserResponse` - dati utente + warning opzionale
|
||||
- [x] `RoomInfoResponse` - nome sala + meeting_id + **server_start_time**
|
||||
- [x] `LoginResponse` - success + message + token
|
||||
- [x] `LoginResponse` - success + message (senza token)
|
||||
- [x] `EntryResponse` - success + message (SENZA welcome_message)
|
||||
- [x] Spostare modelli in file dedicato
|
||||
|
||||
|
||||
@@ -34,10 +34,10 @@ Ottimizzata per tablet in orizzontale.
|
||||
|
||||
- [x] `RoomInfo` - info sala + **server_start_time**
|
||||
- [x] `User` - dati utente
|
||||
- [x] `LoginRequest/Response`
|
||||
- [x] `LoginRequest/Response` (senza token)
|
||||
- [x] `EntryRequest/Response` (SENZA welcome_message)
|
||||
- [x] `AppState` - stati applicazione
|
||||
- [x] `ValidatorSession` - sessione validatore + **serverStartTime**
|
||||
- [x] `ValidatorSession` - sessione validatore (badge, password, serverStartTime)
|
||||
- [x] `RFIDScannerState` - stato scanner
|
||||
- [x] `RFIDScanResult` - risultato scan
|
||||
|
||||
|
||||
Reference in New Issue
Block a user