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

Tag in the user table when they are new and include it in use session #706

Merged
merged 1 commit into from
Jan 15, 2023

Conversation

fozziethebeat
Copy link
Collaborator

Applies to #670

When a new user signs up we tag them as isNew in the User table. When they contribute data we update the field to be false.

The isNew field is forwarded during JWT and session creation so that we can present onboarding information. The one flaw with this approach is that they will see the onboarding information until they create a new session.

@fozziethebeat fozziethebeat marked this pull request as ready for review January 14, 2023 10:04
@sandporg
Copy link
Contributor

finished with modal and will PR after this gets merged

@AbdBarho AbdBarho merged commit acc629e into main Jan 15, 2023
@AbdBarho AbdBarho deleted the 670-store-isNew-in-webdb branch January 15, 2023 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants