From 62bdc49c314cdf9ddc57c6a3cad4470784808cc2 Mon Sep 17 00:00:00 2001 From: Christina Lohr <clohr@gitlab.com> Date: Fri, 1 Dec 2023 15:17:14 +0000 Subject: [PATCH] Change name of essential workstream --- doc/architecture/blueprints/cells/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/architecture/blueprints/cells/index.md b/doc/architecture/blueprints/cells/index.md index d421370618907..d25780728006e 100644 --- a/doc/architecture/blueprints/cells/index.md +++ b/doc/architecture/blueprints/cells/index.md @@ -108,9 +108,9 @@ The first 2-3 quarters are required to define a general split of data, and build The purpose is to perform a targeted decomposition of `users` and `projects`, because `projects` will be stored locally in the Cell. -1. **User can create files in repository** +1. **User can create Project with a README file** - The purpose is to allow `users` to create files in a repository. + The purpose is to allow `users` to create README files in a project. 1. **User can change profile avatar that is shared in cluster.** @@ -284,7 +284,7 @@ It is expected that initial iterations will be rather slow, because they require - Data access layer: Data access layer. - Routing: User can use single domain to interact with many Cells. - Cell deployment: Extend GitLab Dedicated to support GCP. -- Essential workflows: User can create files in repository. +- Essential workflows: User can create Project with a README file. - Essential workflows: User can push to Git repository. - Essential workflows: User can run CI pipeline. - Essential workflows: Instance-wide settings are shared across cluster. -- GitLab