AWS2 / djmatrics

0 stars 1 forks source link

Allow for multiuser login/logout (change from OneToOne to Foreign Key) #9

Open rubenmantecon opened 3 years ago

rubenmantecon commented 3 years ago

There's the possibility that parents may want to enroll more than one of their kids in the school. For that, we will need a logout of the first profile, in order to relog in with the same mail, but different user accounts

emieza commented 3 years ago

Un cop es loga, si l'usuari té diversos Enrolment, hauria de oferir triar quin treballar durant aquella sessió. Això pot implicar afegir algun element al User (per tant, redefinir el model) o bé provar d'establir algun mencanisme de sessió. Com es resol a la API ?