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

Update User Profile After Google OAuth Signup #24

Merged
merged 5 commits into from
Jul 4, 2024
Merged

Conversation

nrjadkry
Copy link
Member

@nrjadkry nrjadkry commented Jul 4, 2024

Description

This pull request updates the user profile information after they sign up using Google OAuth2.
Following fields are updated in the user profile.

  • phone_number
  • country
  • city
  • organization_name
  • organization_address
  • job_title
  • notify_for_projects_within_km
  • drone_you_own
  • experience_years
  • certified_drone_operator

We have 2 different types of users :

  1. Project Creator
  2. Drone Operator

I have made a seperate user_profile table to store above information and once user signup, profile gets updated.

@nrjadkry nrjadkry merged commit 804f325 into main Jul 4, 2024
2 checks passed
@nrjadkry nrjadkry deleted the user-profile branch July 22, 2024 11:18
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.

1 participant