Skip to content

Conversation

@OkechEdu
Copy link

@surajit003 kindly working on user management and authentication functionalities. By the way are their any code standards for this project?

@surajit003
Copy link
Owner

@surajit003 kindly working on user management and authentication functionalities. By the way are their any code standards for this project?

I will add an ADR doc for better explanation on the above. It's a work in progress.
#12
If you want to work on the User management then please note that currently djoser is used for sign up and auth. However, we will need to use a CustomUser model which inherits from the AbstractUser model of django and then point djoser to use the CustomUser model.
In the CustomUser model, we can have fields such as address, phone_number etc... and we also need a model for UserProfile.

@OkechEdu
Copy link
Author

OkechEdu commented Mar 6, 2023

@surajit003 this is well noted

@OkechEdu
Copy link
Author

OkechEdu commented Mar 7, 2023

@surajit003 kindly have a look and review updates to the user authentication model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants