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

Store User Data #449

Open
Tracked by #446
bjsilva1 opened this issue May 24, 2024 · 0 comments · May be fixed by #453
Open
Tracked by #446

Store User Data #449

bjsilva1 opened this issue May 24, 2024 · 0 comments · May be fixed by #453
Assignees

Comments

@bjsilva1
Copy link
Contributor

Database

We need to create a users table in the database to store user info. It need these columns (and potentially more):

  • id (a userID received from OAuth)
  • name (display name in app)
  • pins (a list of dishId's the user has pinned)

Procedures

We will procedures to access and modify user data

  • getUser - Given a userId, retrieve the data for that user
  • updateUser - Given a User object, update the user data
@bjsilva1 bjsilva1 mentioned this issue May 24, 2024
3 tasks
@dlustre dlustre self-assigned this Jun 2, 2024
@dlustre dlustre linked a pull request Jun 6, 2024 that will close this issue
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants