You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: