Skip to content

Refactor hand raise lead modal into a component

Doug Stull requested to merge 443674-create-separate-button-modal into master

What does this MR do and why?

Refactor hand raise lead modal into a component

  • for reuse and further plans in #443674 to eventually be able to use the button and modal separately.
  • fix the product interaction incorrect information by using unique modal Ids

featured in frontend pairing - internal slack and https://youtu.be/l2kCSeAAMa0?feature=shared

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

Screenshot_2024-04-12_at_3.32.43_PM

Screen_Recording_2024-04-12_at_3.32.59_PM

How to set up and validate locally

note covered in this spec

  1. Setup to simulate SaaS and restart GDK
  2. Allow local network connections
    • Make sure Admin > Settings > Network > Outbound requests is set like the below Screen_Shot_2023-03-21_at_1.53.06_PM
  3. Setup CustomersDot locally. This can be skipped if not desiring to see modal submission work.
  4. Navigate to any group you are owner of and go to Settings -> Billings
  5. Click on 'Talk to an expert'.
  6. Fill out the form and submit.

Related to #443674

Edited by Doug Stull

Merge request reports