Setup organization general settings route and navigation
What does this MR do and why?
Issue: #419075 (closed)
Navigation approval request: #417778 (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 adds the /settings/general
route and navigation item. This page will be built out with Vue and GraphQL/REST APIs in future MRs.
Screenshots or screen recordings
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.
Edited by Peter Hegman