Skip to content

Setup organization general settings route and navigation

Peter Hegman requested to merge 419075-organization-settings-page into master

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

Screenshot_2023-09-27_at_2.04.52_PM

How to set up and validate locally

  1. Open Rails console
    • bin/rails console
  2. Enable the feature flag
    • Feature.enable(:ui_for_organizations)
  3. 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.

Edited by Peter Hegman

Merge request reports