Add a modal under feature flag for members invite
What does this MR do and why?
Introduce a feature flag 'overage_members_modal' and show a modal when this FF when adding new members to a group.
The modal will be shown if the group has a subscription and adding a new member to it will cause overage.
This is a first part of implementing this modal, currently the condition is not accounting for case when users added are already members of top level group, there will be a follow-up to iterate on it.
Related to #348486 (closed)
Screenshots or screen recordings
Screen_Recording_2022-01-14_at_13.34.42
How to set up and validate locally
(guess what, we have exactly this case as a placeholder for this section!)
- Enable the invite modal
Feature.enable(:overage_members_modal)
- Visit any group page that has a subscription OR create a new group and buy a premium subscription for one user for it.
- Click the
invite members
button - If the added user will be over the subscription paid amount, the modal will be shown.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Diana Zubova
Merge request reports
Activity
Please register or sign in to reply