Skip to content

Setup boilerplate for organization project edit

What does this MR do and why?

Related to #410817 (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 sets up the boilerplate to allow organization owners to edit projects. It sets up the route, controller, view, and Vue app. In future MRs we will continue to build out the Vue app to have a form that allows users to edit projects.

Reviewer notes

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-03-21_at_10.35.17_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?display=projects
  3. Click the actions dropdown for a project and select Edit
Edited by Peter Hegman

Merge request reports