AOSSIE-Org / AOSSIE-Org/NeuroTrack
BUG: null email causes PostgreSQL NOT NULL violation during therapist registration
- Linguagem predominante
- Dart
- Estrelas
- 29
- Forks
- 50
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
### Is there an existing issue for this?
- [x] I have searched the existing issues
### What happened?
## 📌 Issue Overview
When a new therapist completes the registration form (PersonalDetailsScreen), the app crashes with a Postgres exception because email and phone are NOT NULL in the therapist table but were never included in the storePersonalInfo insert payload.
## Root Cause
storePersonalInfo in SupabaseAuthRepository only spread personalInfoEntity.toMap() - which doesn't contain email or phone since those aren't fields in TherapistPersonalInfoEntity
## 🔍 Steps to Reproduce
1. Sign in with a Google account that has no existing therapist record
2. Fill in the registration form and tap Continue
3. App throws: PostgrestException: null value in column "email" violates not-null constraint
## 🎯 Expected Behavior
After completing the registration form and tapping Continue, the therapist's record is successfully inserted into the therapist table with their Google account email and provided phone number. The user is navigated to the Home screen.
## 🚨 Actual Behavior
Insert fails with Postgres Exception
PostgrestException: null value in column "email" of relation "therapist" violates not-null constraint
## 📷 Screenshot
### Record
- [x] I agree to follow this project's Code of Conduct
- [x] I want to work on this issue
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.