Add groups view to organization
All threads resolved!
All threads resolved!
Compare changes
+ 1
− 1
Related to #409029 (closed)
Designs: https://gitlab.com/gitlab-org/gitlab/uploads/a0fc66cf6945ca50008563935c550762/Organization___Groups_and_projects___Groups.png
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/user/organization/
This MR continues to build the Groups and projects
page by adding the groups list.
bin/rails console
Feature.enable(:ui_for_organizations)
FactoryBot.create(:organization, name: 'GitLab', path: 'gitlab')
/-/organizations/gitlab/groups_and_projects
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.