Add success alert after creating an organization
What does this MR do and why?
Issue: #417878 (closed)
Designs: #410343 (closed)
The grouptenant scale team is starting to build out an Organization MVC. For more information about what an "Organization" will be see https://docs.gitlab.com/ee/architecture/blueprints/organization/
In Add new organization form (!132421 - merged) we added the form to create a new organization. This MR leverages a util added in Add a way to visit url and display alerts with ... (!132600 - merged) to add a success alert after the organization is created.
Note: All of the organization pages are using mock data until the GraphQL APIs are complete.
Screenshots or screen recordings
Before | After |
---|---|
Screen_Recording_2023-10-17_at_11.50.14_AM | Screen_Recording_2023-10-17_at_11.49.25_AM |
How to set up and validate locally
- Open Rails console
bin/rails console
- Enable the feature flag
Feature.enable(:ui_for_organizations)
- Navigate to
/-/organizations/new
- Fill in the fields and click
Create organization
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.