Add onboarding_status to user_details and implement use
- add store for onboarding concerns that we want to record in order to either analyze on the data side or for future triggering of user experiences outside of onboarding in the app. - eventual replacement of `onboarding_step_url` column. - see https://gitlab.com/groups/gitlab-org/-/epics/11768 Changelog: other
显示
- .rubocop_todo/layout/line_length.yml 0 个添加, 1 个删除.rubocop_todo/layout/line_length.yml
- .rubocop_todo/rspec/feature_category.yml 0 个添加, 1 个删除.rubocop_todo/rspec/feature_category.yml
- app/models/user_detail.rb 1 个添加, 0 个删除app/models/user_detail.rb
- app/validators/json_schemas/user_detail_onboarding_status.json 17 个添加, 0 个删除...alidators/json_schemas/user_detail_onboarding_status.json
- db/migrate/20240116212237_add_onboarding_status_to_user_details.rb 10 个添加, 0 个删除...e/20240116212237_add_onboarding_status_to_user_details.rb
- db/schema_migrations/20240116212237 1 个添加, 0 个删除db/schema_migrations/20240116212237
- db/structure.sql 1 个添加, 0 个删除db/structure.sql
- ee/app/controllers/concerns/onboarding/set_redirect.rb 5 个添加, 2 个删除ee/app/controllers/concerns/onboarding/set_redirect.rb
- ee/app/controllers/registrations/company_controller.rb 1 个添加, 2 个删除ee/app/controllers/registrations/company_controller.rb
- ee/app/controllers/registrations/welcome_controller.rb 13 个添加, 7 个删除ee/app/controllers/registrations/welcome_controller.rb
- ee/app/models/ee/user.rb 7 个添加, 1 个删除ee/app/models/ee/user.rb
- ee/app/models/ee/user_detail.rb 3 个添加, 0 个删除ee/app/models/ee/user_detail.rb
- ee/app/services/gitlab_subscriptions/create_company_lead_service.rb 2 个添加, 1 个删除...vices/gitlab_subscriptions/create_company_lead_service.rb
- ee/app/views/registrations/welcome/_opt_in_to_email.html.haml 2 个添加, 3 个删除...pp/views/registrations/welcome/_opt_in_to_email.html.haml
- ee/app/views/registrations/welcome/show.html.haml 1 个添加, 1 个删除ee/app/views/registrations/welcome/show.html.haml
- ee/spec/controllers/registrations/company_controller_spec.rb 0 个添加, 1 个删除ee/spec/controllers/registrations/company_controller_spec.rb
- ee/spec/controllers/registrations/welcome_controller_spec.rb 78 个添加, 13 个删除ee/spec/controllers/registrations/welcome_controller_spec.rb
- ee/spec/features/registrations/saas/subscription_flow_just_me_paid_plan_spec.rb 1 个添加, 0 个删除...trations/saas/subscription_flow_just_me_paid_plan_spec.rb
- ee/spec/features/registrations/saas/trial_flow_company_creating_project_spec.rb 1 个添加, 1 个删除...trations/saas/trial_flow_company_creating_project_spec.rb
- ee/spec/features/registrations/saas/trial_flow_company_importing_project_spec.rb 1 个添加, 1 个删除...rations/saas/trial_flow_company_importing_project_spec.rb
加载中
想要评论请 注册 或 登录