From ddc1de541f1b3a04cbea99d3f923fe273353d92c Mon Sep 17 00:00:00 2001 From: Stanislav Lashmanov <slashmanov@gitlab.com> Date: Thu, 23 May 2024 15:37:21 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: André LuÃs <aluis@gitlab.com> --- doc/architecture/blueprints/rapid_diffs/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/architecture/blueprints/rapid_diffs/index.md b/doc/architecture/blueprints/rapid_diffs/index.md index 320e05d9b263e..38da3df37aa91 100644 --- a/doc/architecture/blueprints/rapid_diffs/index.md +++ b/doc/architecture/blueprints/rapid_diffs/index.md @@ -22,6 +22,19 @@ the diffs. All the diffs features related to this document are [listed on a dedicated page](features.md). +## Work breakdown + +[Rapid Diffs work](https://gitlab.com/groups/gitlab-org/-/epics/13236) is split into 3 stages and can be tracked in the following epics: + +1. [Stage 0 — foundation](https://gitlab.com/groups/gitlab-org/-/epics/13764): + - Have foundational components in place. + - Stream diffs on MR, commit and compare revisions pages. +1. [Stage 1 — baseline features](https://gitlab.com/groups/gitlab-org/-/epics/13765): + - Most of the features are working (dicussions, navigation, review, etc.) +1. [Stage 2 — production ready](https://gitlab.com/groups/gitlab-org/-/epics/13767): + - Feature specs pass against Rapid Diffs + - Full accessibility compliance + ## Motivation ### Goals -- GitLab