Skip to content

Add form to edit a project in an organization

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 builds the form to allow organization owners to edit projects.

Reviewer notes

  • API call will be added in a future MR. See !148336 (closed) for a rough idea of how the API call will be made.

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

Mobile Desktop
127.0.0.1_3000_-organizations_default_projects_toolbox_gitlab-smoke-tests_edit_iPhone_SE___1 Screenshot_2024-04-03_at_9.33.25_AM

Validation

Mobile Desktop
127.0.0.1_3000_-organizations_default_projects_toolbox_gitlab-smoke-tests_edit_iPhone_SE 127.0.0.1_3000_-_organizations_default_projects_toolbox_gitlab-smoke-tests_edit

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