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

Refactor existing User schema #90

Open
sscchan opened this issue Jan 26, 2019 · 0 comments
Open

Refactor existing User schema #90

sscchan opened this issue Jan 26, 2019 · 0 comments

Comments

@sscchan
Copy link
Collaborator

sscchan commented Jan 26, 2019

Auth0 user profile does not have "first name" and "last name" fields. The user profile only has "name" field.

We need to refactor the User data schema / model and UI to remove "first name" and "last name", and substitute it with "name".

Acceptance Criteria:

  • "first name" and "last name" removed from Users SQL schema table and corresponding Java model files
  • refactor to have "name" used in place of "first name" and "last name" in all code (FE, BE)
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

No branches or pull requests

1 participant