Webler-Group / webler-codes

4 stars 0 forks source link

Extract user details from User table into Profile table #9

Closed DonDejvo closed 3 months ago

DonDejvo commented 3 months ago

Description

I'm thinking the User model should only contain authentication and authorization information like email, username etc.

And there should be a separate Profile model for social link, bio, followers, posts etc.

Then they can be make a OneToOneRelationship

TODO