Skip to content

Setup organization settings

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

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

  1. Description will be added in #422078 (closed)
  2. Avatar will be added in #422418 (closed)

Screenshots or screen recordings

Success Error Mobile
Screenshot_2023-10-20_at_10.47.29_AM Screenshot_2023-10-20_at_10.47.10_AM Screenshot_2023-10-20_at_10.47.56_AM

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

Loading