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.
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 |
---|---|
![]() |
![]() |
How to set up and validate locally
- 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
- Create an Organization through the
+
sidebar button. - Visit your Organization using the Organization switcher drop down in the sidebar.
- Create groups (easiest is with the
+
sidebar button). - Visit the groups dashboard page by clicking on the
groups
sidebar link. - 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