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

Add feature: Update first and last name from preferences(app-extension) #21

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

trx40
Copy link

@trx40 trx40 commented Oct 23, 2023

Frontend changes:
==> Created a new page(Settings > Preferences > Update Profile) to modify first and last name
==> Initialized new metadata atom to store first and last name of the user
Database changes:
==> Modify permissions for auth-worker to SELECT & UPDATE firstname and lastname in Hasura console.
==> Re-build zeus to generate graphql client for the application.
Backend changes:
==> Created users/metadata route to obtain firstname and lastname.
==> Created new route (POST)users/metadata to update database with new firstname and lastname.

@trx40 trx40 marked this pull request as draft October 23, 2023 16:24
@trx40 trx40 marked this pull request as ready for review October 23, 2023 16:25
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