Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-10-09 06:10:21 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-10-09 06:10:21 +0300
commit11c6346b54ac6418e4ead496bcc632cf88065a74 (patch)
treefbbe99854cb2b4fa81561e1de11b628b9f6c350b /doc/architecture
parent6b27ba3f6b9d876f3460019333aa93de5587b65a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/architecture')
-rw-r--r--doc/architecture/blueprints/organization/index.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/architecture/blueprints/organization/index.md b/doc/architecture/blueprints/organization/index.md
index 0955d53313d..41359e06c85 100644
--- a/doc/architecture/blueprints/organization/index.md
+++ b/doc/architecture/blueprints/organization/index.md
@@ -113,6 +113,8 @@ The Organization MVC will contain the following functionality:
- Organization settings page with the added ability to remove an Organization. Deletion of the default Organization is prevented.
- Groups. This includes the ability to create, edit, and delete Groups, as well as a Groups overview that can be accessed by the Organization Owner and Users.
- Projects. This includes the ability to create, edit, and delete Projects, as well as a Projects overview that can be accessed by the Organization Owner and Users.
+- Personal Namespaces. Users get [a personal Namespace in each Organization](../cells/impacted_features/personal-namespaces.md) they interact with.
+- User Profile. Each [User Profile will be scoped to the Organization](../cells/impacted_features/user-profile.md).
### Organization Access