Skip to content

Queue Existing NonBillable MemberPromotion Request if Feature Enabled

Suraj Tripathi requested to merge 433172_queue_members_for_approval into master

What does this MR do and why?

Adds backend logic to queue Members for Approval flow instead of directly updating the Member Role

ref: #433172 (closed)

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

queuing

How to set up and validate locally

  1. Enable Setting setting = ApplicationSetting.first; setting.enable_member_promotion_management=true; setting.save!
  2. Enable FF Feature.enable(:member_promotion_management)
  3. Purchase Ultimate License, and simulate Ultimate SM setup
  4. Visit any Group, try promoting GUEST member to DEVELOPER, verify that API returns 200.
    1. Verify that after reload the user is still a GUEST user
  5. Repeat the same for a Project member

Numbered steps to set up and validate the change are strongly suggested.

Edited by Suraj Tripathi

Merge request reports