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

#106 Store Users in the DB #120

Merged
merged 3 commits into from
Nov 16, 2021
Merged

#106 Store Users in the DB #120

merged 3 commits into from
Nov 16, 2021

Conversation

Jen-Lopez
Copy link
Contributor

@Jen-Lopez Jen-Lopez commented Nov 14, 2021

This PR stores the user in the database and maps it to a current existing group based on the invite code (aka id).

NOTE: We're temporarily using a hardcoded group ID to map the user with a group. This will be replaced by #73, which is blocked by lack of other routes.

ANOTHER NOTE: This should be merged in after all the other PRs. In reality, only 2-3 files are changed: back-end/app.js, front-end/src/pages/User.jsx

new-user

updated-group

@Jen-Lopez Jen-Lopez linked an issue Nov 14, 2021 that may be closed by this pull request
back-end/app.js Outdated Show resolved Hide resolved
back-end/app.js Outdated Show resolved Hide resolved
Jen-Lopez and others added 2 commits November 15, 2021 21:50
Co-authored-by: Thomas Tai <[email protected]>
Co-authored-by: Thomas Tai <[email protected]>
@Jen-Lopez Jen-Lopez merged commit 57d3596 into master Nov 16, 2021
@Jen-Lopez Jen-Lopez deleted the store-users branch November 16, 2021 02:52
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.

Store users
2 participants