Skip to content

Add organizations `index` and `new` route/actions

What does this MR do and why?

Related to #417875 (closed)

Adds two new routes:

  1. /-/organizations
  2. /-/organizations/new

Screenshots or screen recordings

Screenshot_2023-07-14_at_10.31.29_AM

Screenshot_2023-07-14_at_10.31.48_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
  4. Navigate to /-/organizations/new

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