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
Related Issues
Description
userstable and add anis_onboardedboolean field.Usermodel to reflect the changes.is_onboardedis false, set it to true, and show the onboarding modal to the user.Acceptance Criteria
Usermodel is changedMigration for the
userstable has been createdOnboarding modal appears after first login
End-to-end tests have been created