Skip to content

Move trial status popover to invoke hand raise component directly

Doug Stull requested to merge 460509-add-to-popover into master

What does this MR do and why?

Move trial status popover to invoke hand raise component directly

  • next step in iteration to further correctly componentize hand raise lead modal.
  • see #460509 (closed)
  • broken off from larger MR for incremental approach and size issues: !151601 (closed)
  • no behavior change

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

no change(CustomersDot not setup, so submission fails as expected here, but covered in feature specs)

Screenshot_2024-05-02_at_2.13.44_PM

Screenshot_2024-05-08_at_4.26.01_PM

Screen_Recording_2024-05-08_at_4.26.13_PM

How to set up and validate locally

  1. Setup gdk to simulate SaaS - https://docs.gitlab.com/ee/development/ee_features.html#simulate-a-saas-instance and restart GDK
  2. create a group
  3. In the gitlab admin UI, edit the group to be on an ultimate trial
  4. In rails console, change the trial, trial start and end date for the group
    Group.last.gitlab_subscription.update_columns(trial_starts_on: Date.today, trial_ends_on: 30.days.from_now, trial: true)
  5. Go to group overview page and check super sidebar and ensure status widget appears.

Related to #460509 (closed)

Edited by Doug Stull

Merge request reports