Skip to content

Draft: Added logic for queuing existing and Invited members

Suraj Tripathi requested to merge 433179_invite_member_promotion_mgmy into master

What does this MR do and why?

  • As part of &13328 we are working on Adding controls for Admins/Owners to manage Billable Members promotion/addition in Groups and Projects.
  • This MR introduces this control in the Create flow of Member Addition
  • When PromotionManagement conditions are applicable(code), we want to queue the User/Member Addition/Promotion request if that addition/promotion will increase the Billable count for the SM instance (eventually this will be scaled to SaaS aswell)
    • This would mean queuing that request in a MemberApprovals table (code added as part of this MR)
    • Allowing Admin to view the requests and approve/reject it (being handled in different issues)

ref: #433179

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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

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

Edited by Suraj Tripathi

Merge request reports