Redirect new signups to the project path instead of the tutorial paths
What does this MR do and why?
Redirects new signups to the project path instead of the tutorial paths.
The Getting Started and Learn GitLab experiences have low usage and were not positively received during UX research. Rather than landing new users on a tutorial checklist, they should land directly on their project overview page where they can start exploring GitLab naturally
References
#599757+
How to set up and validate locally
- Ensure GDK is running in SaaS mode
export GITLAB_SIMULATE_SAAS=1 - Enable the feature flag in Rails console:
Feature.enable(:remove_onboarding_tutorial_pages) - Create a fresh user and go through the signup flows on
/users/sign_upand/-/trial_registrations/new(register → welcome → group/project creation). After project creation you should land on the project overview page instead of the Get Started / Learn GitLab page.
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Konstantin Greif