Galleme / backend

0 stars 0 forks source link

[FEATURE] Setup User Model #19

Open nscharrenberg opened 3 years ago

nscharrenberg commented 3 years ago

Is your feature request related to a problem? Please describe. Currently the user only contains a name, email and password fields, we might want to store more (or less) data of the user.

Describe the solution you'd like Think about what fields we need for the user (non-relational) such as first name, last name, address, etc... If it's not needed, I'd recommend to not store that data. Also if it's anything sensitive, we should look at a way to encrypt that data and keep that data secure.

Describe alternatives you've considered n.t.b

Additional context n.t.b