Skip to content

Introduce onboarding status to ee

Doug Stull requested to merge 417609-introduce-onboarding-status-to-ee into master

What does this MR do and why?

Introduce onboarding status to ee. A MVC from larger !122532 (merged)

  • centralization of onboarding concerns
  • extend facade pattern from foss
  • see #417609 (closed) for more info

note :: prefixed on a lot of ee Onboarding calls due to loading issues so that the top level instantiation is found instead of the newly introduced EE::Onboarding module that is for prepending foss code.

How to set up and validate locally

note all paths in this MR covered and can be followed in ee/spec/features/registrations/saas

How to travel down one of these paths and land in onboarding -> !109243 (merged)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #417609 (closed)

Edited by Doug Stull

Merge request reports