Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USER STORY: Automating Profile Creation #21

Closed
3 tasks done
MoniPar opened this issue Feb 17, 2023 · 1 comment
Closed
3 tasks done

USER STORY: Automating Profile Creation #21

MoniPar opened this issue Feb 17, 2023 · 1 comment
Labels
8 Story points Must Have Guaranteed to be delivered
Milestone

Comments

@MoniPar
Copy link
Owner

MoniPar commented Feb 17, 2023

As a developer, I can automate user profile creation upon registration so that the admin doesn't have to do it manually every time a user is registered.

Acceptance Criteria

  1. The Profile page is populated with more fields consisting of information the business owner needs.
  2. This will include a phone number, the date when they need the job done for, the type of event and the type of outfit they are looking to get.
  3. A newly registered user will be directed to their profile page where they can view their information after registration

Tasks

  • Extend Django's user model by creating a Profile model
  • Register the Profile Model
  • Automate profile creation upon registration.
@MoniPar MoniPar added 8 Story points Must Have Guaranteed to be delivered labels Feb 17, 2023
@MoniPar MoniPar added this to the User Profile milestone Feb 17, 2023
@MoniPar
Copy link
Owner Author

MoniPar commented Feb 21, 2023

Had to override the Django allauth signup form in order to get user's first-name and last-name in the User table. Email was made required so that business owner has another contact for the customers.

@MoniPar MoniPar closed this as completed Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8 Story points Must Have Guaranteed to be delivered
Projects
Development

No branches or pull requests

1 participant