Skip to content

Record onboarding action for issue creation

What does this MR do?

Part of gitlab-org/growth/team-tasks#247 (closed)

We want to track when an issue got created for the onboarding progress. This will be required for the "Learn GitLab" page, which tracks the progress of the onboarding, e.g. #281022 (closed)

Migrate

bin/rails db:migrate
== 20210208103243 AddIssueCreatedAtToOnboardingProgress: migrating ============
-- add_column(:onboarding_progresses, :issue_created_at, :datetime_with_timezone)
   -> 0.0013s
== 20210208103243 AddIssueCreatedAtToOnboardingProgress: migrated (0.0013s) ===

Rollback

bin/rails db:rollback
== 20210208103243 AddIssueCreatedAtToOnboardingProgress: reverting ============
-- remove_column(:onboarding_progresses, :issue_created_at, :datetime_with_timezone)
   -> 0.0009s
== 20210208103243 AddIssueCreatedAtToOnboardingProgress: reverted (0.0044s) ===

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Nicolas Dular

Merge request reports