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-08-14 06:10:34 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-14 06:10:34 +0300
commit5ef5d354ab5f4188c4e68913f2e92571279fe6b3 (patch)
treead077e5598ebfbdb7909d0756072e37e209a01b8
parentbfb101ebc8590ee7a9fa9524ee6579825cce7a4d (diff)
Add latest changes from gitlab-org/gitlab@master
-rw-r--r--doc/architecture/blueprints/cells/cells-feature-user-profile.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/architecture/blueprints/cells/cells-feature-user-profile.md b/doc/architecture/blueprints/cells/cells-feature-user-profile.md
index 855df497c1e..fc02548f371 100644
--- a/doc/architecture/blueprints/cells/cells-feature-user-profile.md
+++ b/doc/architecture/blueprints/cells/cells-feature-user-profile.md
@@ -31,6 +31,8 @@ User Profiles will be scoped to an Organization.
- Users who do not exist in the database at all display a 404 not found error when trying to access their User Profile.
- User who haven't contributed to an Organization display their User Profile with an empty state.
- When displaying a User Profile empty state, if the profile has a Home Organization set to another Organization, we display a call-to-action allowing navigation to the main Organization.
+- User Profile URLs will not reference the Organization and remain as: `/<username>`. We follow the same pattern as is used for `Your Work`, meaning that profiles are always seen in the context of an Organization.
+- Breadcrumbs on the User Profile will present as `[Organization Name] / [Username]`.
See [issue #411931](https://gitlab.com/gitlab-org/gitlab/-/issues/411931) for design proposals.