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

BACKEND: Add phone and GitHub optional fields to User Model #233

Open
maxgraziano opened this issue May 8, 2024 · 1 comment · Fixed by #247 or #256
Open

BACKEND: Add phone and GitHub optional fields to User Model #233

maxgraziano opened this issue May 8, 2024 · 1 comment · Fixed by #247 or #256
Assignees
Labels
backend enhancement New feature or request

Comments

@maxgraziano
Copy link
Collaborator

Add new optional fields to the user model:

  • phone number
  • GitHub username
@maxgraziano maxgraziano self-assigned this May 8, 2024
@maxgraziano maxgraziano changed the title Add phone and GitHub optional fields to User Model BACKEND: Add phone and GitHub optional fields to User Model May 8, 2024
@maxgraziano
Copy link
Collaborator Author

Initial commit in my personal repo:
d543984

Manages the new fields as part of a new model called "UserProfile" and presents an endpoint to modify "User" and "UserProfile" as if they are one.

TODO:
[ ] Handle permissions so that admin can adjust all and User can adjust they're own.

@maxgraziano maxgraziano added the enhancement New feature or request label May 15, 2024
@maxgraziano maxgraziano linked a pull request May 15, 2024 that will close this issue
domdelorenzo added a commit that referenced this issue May 16, 2024
@maxgraziano maxgraziano linked a pull request Jun 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend enhancement New feature or request
Projects
Status: Test-QA
Development

Successfully merging a pull request may close this issue.

1 participant