Skip to content

Organization group dashboard

What does this MR do and why?

We scope the groups dashboard by the current Organization. This now joins the projects dashboard in being scoped by the current Organization.

your-work-group

References

Screenshots or screen recordings

Below are screenshots of the Groups visible in two different Organizations within the same GDK install.

Organization 1 Organization 2
Screenshot_2025-08-11_at_9.09.02_AM Screenshot_2025-08-11_at_9.08.51_AM

How to set up and validate locally

  1. In rails console enable the feature flag
Feature.enable :allow_organization_creation
Feature.enable :organization_switching
Feature.enable :ui_for_organizations
Feature.enable :organization_scoped_paths
  1. Create an Organization through the + sidebar button.
  2. Visit your Organization using the Organization switcher drop down in the sidebar.
  3. Create groups (easiest is with the + sidebar button).
  4. Visit the groups dashboard page by clicking on the groups sidebar link.
  5. You should see the same page as in the screenshots above.

MR acceptance checklist

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

Edited by Alex Pooley

Merge request reports

Loading