diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss index 408ca249be2025a89f86cb7540d97db74a198431..20846502e85300cae103b47d1656f7401de46e5c 100644 --- a/app/assets/stylesheets/framework/common.scss +++ b/app/assets/stylesheets/framework/common.scss @@ -413,6 +413,7 @@ img.emoji { .prepend-left-20 { margin-left: 20px; } .prepend-left-32 { margin-left: 32px; } .prepend-left-64 { margin-left: 64px; } +.append-right-2 { margin-right: 2px; } .append-right-4 { margin-right: 4px; } .append-right-5 { margin-right: 5px; } .append-right-8 { margin-right: 8px; } @@ -424,6 +425,7 @@ img.emoji { .append-right-48 { margin-right: 48px; } .prepend-right-32 { margin-right: 32px; } .append-bottom-0 { margin-bottom: 0; } +.append-bottom-2 { margin-bottom: 2px; } .append-bottom-4 { margin-bottom: $gl-padding-4; } .append-bottom-5 { margin-bottom: 5px; } .append-bottom-8 { margin-bottom: $grid-size; } diff --git a/doc/user/group/epics/img/epic_view_roadmap_v12.3.png b/doc/user/group/epics/img/epic_view_roadmap_v12.3.png deleted file mode 100644 index a17c56c618bc865e40dbc71de209df96bbe4d308..0000000000000000000000000000000000000000 Binary files a/doc/user/group/epics/img/epic_view_roadmap_v12.3.png and /dev/null differ diff --git a/doc/user/group/epics/img/epic_view_roadmap_v12_9.png b/doc/user/group/epics/img/epic_view_roadmap_v12_9.png new file mode 100644 index 0000000000000000000000000000000000000000..b85f1806123f14799071fa52c900118603ae9d85 Binary files /dev/null and b/doc/user/group/epics/img/epic_view_roadmap_v12_9.png differ diff --git a/doc/user/group/epics/index.md b/doc/user/group/epics/index.md index 421a43ba818310e941adefdc390aa0ae3cf3271a..eae989b220b3e93a7a7db8b1635cbd6a376f7e8b 100644 --- a/doc/user/group/epics/index.md +++ b/doc/user/group/epics/index.md @@ -182,7 +182,7 @@ If your epic contains one or more [child epics](#multi-level-child-epics-ultimat have a [start or due date](#start-date-and-due-date), a [roadmap](../roadmap/index.md) view of the child epics is listed under the parent epic. -![Child epics roadmap](img/epic_view_roadmap_v12.3.png) +![Child epics roadmap](img/epic_view_roadmap_v12_9.png) ## Reordering issues and child epics diff --git a/doc/user/group/roadmap/img/roadmap_view.png b/doc/user/group/roadmap/img/roadmap_view.png deleted file mode 100644 index 2be3849ba1b0157a8e2f9a4722a1d058496e0102..0000000000000000000000000000000000000000 Binary files a/doc/user/group/roadmap/img/roadmap_view.png and /dev/null differ diff --git a/doc/user/group/roadmap/img/roadmap_view_v12_9.png b/doc/user/group/roadmap/img/roadmap_view_v12_9.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa8cbb833247bed7da0e314cb65b22c063e37ca Binary files /dev/null and b/doc/user/group/roadmap/img/roadmap_view_v12_9.png differ diff --git a/doc/user/group/roadmap/index.md b/doc/user/group/roadmap/index.md index a72cd990706652be9253ade71820029b14ffa842..6eca9e84ce927b755969b3ea10f820160067904a 100644 --- a/doc/user/group/roadmap/index.md +++ b/doc/user/group/roadmap/index.md @@ -10,7 +10,12 @@ An Epic within a group containing **Start date** and/or **Due date** can be visualized in a form of a timeline (e.g. a Gantt chart). The Epics Roadmap page shows such a visualization for all the epics which are under a group and/or its subgroups. -![roadmap view](img/roadmap_view.png) +> [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/5164) in GitLab 12.9. + +On the epic bars, you can see their title, progress, and completed weight percentage. +When you hover over an epic bar, a popover appears with its description, start and due dates, and weight completed. + +![roadmap view](img/roadmap_view_v12_9.png) A dropdown allows you to show only open or closed epics. By default, all epics are shown. @@ -68,11 +73,7 @@ the timeline header represent the days of the week. ## Timeline bar for an epic -The timeline bar indicates the approximate position of an epic based on its start -and due date. If an epic doesn't have a due date, the timeline bar fades -away towards the future. Similarly, if an epic doesn't have a start date, the -timeline bar becomes more visible as it approaches the epic's due date on the -timeline. +The timeline bar indicates the approximate position of an epic based on its start and due date.