code4romania / next-door

Grow neighbor communities and increase interaction and support between people living within the same zipcode in both calm and difficult times
https://next-door.now.sh
Mozilla Public License 2.0
16 stars 27 forks source link

Add user type #25

Open georgebejan opened 4 years ago

georgebejan commented 4 years ago

Based on: https://github.com/code4romania/next-door/issues/5

Currently the User entity has no reference to any roles. An user can have the following roles:

Add the information about user role to the User entity. One user can have only one role. Update the role which is set to the UserPrincipal after login.

rmitoi commented 4 years ago

I'd like to work on this