csinn / CSInn

C# Inn community website.
MIT License
26 stars 9 forks source link

User table/entity #35

Open EmKa-dev opened 5 years ago

EmKa-dev commented 5 years ago

I'd like to discuss what a User entity would look like and what information should be attached to it in the database.

EmKa-dev commented 5 years ago

I imagine a User entity would have properties like Name (display name or real name?), Role, and owned content on the site (Posts, comments, code reviews etc.). Is there anything else that should be included?