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

User survey #122

Open
WSalinas315 opened this issue Feb 15, 2023 · 0 comments
Open

User survey #122

WSalinas315 opened this issue Feb 15, 2023 · 0 comments

Comments

@WSalinas315
Copy link
Owner

If a user registers a new account, does not complete the survey and logs in again they will not be directed to take the survey.

Suggested method of handling this issue is adding a new field (surveyCompleted) to the user table of the database as a boolean that gets set to true when the survey is submitted. On user login the application can check the status of that field and direct users with a false value to the survey or users with a true value to their recommendation page.

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