Skip to content

Show Onboarding Modal to Newly Registered Users #63

Description

@jmoldyvan

Related Issues

Description

  • Create a migration to alter the users table and add an is_onboarded boolean field.
  • Update the User model to reflect the changes.
  • On the homepage, if is_onboarded is false, set it to true, and show the onboarding modal to the user.

Acceptance Criteria
User model is changed
Migration for the users table has been created
Onboarding modal appears after first login
End-to-end tests have been created

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions