Skip to content

Setup boilerplate for organization group edit

What does this MR do and why?

Related to #410810

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 sets up the route, controller, and basic Vue app to be able to edit a group an the organization level.

Future MRs

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshot_2024-05-14_at_8.29.09_AM

How to set up and validate locally

  1. Enable the feature flag
    • echo "Feature.enable(:ui_for_organizations)" | gdk rails c
  2. Navigate to /-/organizations/default/groups_and_projects
  3. Find a group and copy the path to that group (e.g. foo-bar/baz)
  4. Navigate to /-/organizations/default/groups/foo-bar/baz/edit
Edited by Peter Hegman

Merge request reports