Setup organization settings
What does this MR do and why?
Related to #419075 (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/
This MR starts building the form to update an organization in Settings
-> General
.
Note: this MR is currently using a mock GraphQL mutation until #419608 (closed) is complete. Submitting this form won't actually update the organization yet. All of the data shown at http://127.0.0.1:3000/-/organizations/default is also mock data as we are currently waiting for APIs to be complete.
UX notes
- Description will be added in #422078 (closed)
- Avatar will be added in #422418 (closed)
Screenshots or screen recordings
Success | Error | Mobile |
---|---|---|
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/default/settings/general
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.