Skip to content

In-app awareness of Registration Features - Email from GitLab

What does this MR do and why?

Related to #341949 (closed)

To increase discoverability for the features that can be enabled with Registration features, we'll be presenting in-app messages/hints. In this case, sending emails to users.

Criteria to show the CTA

The offer shouldn't be presented to licensed instances because they already have the paid features available, so the callout (to enable features they already have) doesn't make sense. The decision on whether to show the offer is on the true/false of whether Service Ping is enabled, not on whether Registration Features is enabled.

Instance Type License Type Service Ping Setting Expected Behavior
CE Unlicensed Off Link to docs
EE Unlicensed Off Link to admin setting
EE Licensed Off Do not present offer
CE Unlicensed On Do not present offer
EE Unlicensed On Do not present offer
EE Licensed On Do not present offer

Screenshots or screen recordings

Enabled feature for reference

image


When Service Ping is disabled

The CTA is always hidden if Service Ping is enabled.

Before (hidden) After (CE) After (EE)
image image image

How to set up and validate locally

  1. On the top bar, select Menu > Admin. And on the left sidebar, select Overview > Users.
  2. Toggle a local license/subscription and/or service ping ("Enable Service Ping").

MR acceptance checklist

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

Edited by Axel García

Merge request reports

Loading