Skip to content
Snippets Groups Projects
Commit 410893a9 authored by Mark Pundsack's avatar Mark Pundsack
Browse files

Merge branch 'complete-in-2020' into 'master'

Add Complete in 2020 to depth section in direction page

See merge request gitlab-com/www-gitlab-com!23049
parents 35f961c6 4e5c289d
No related branches found
No related tags found
No related merge requests found
---
title: Complete Product Categories
description: Product Categories Moving to Complete in FY20
suppress_header: true
layout: default
extra_css:
- home.css
---
.container
= partial "direction/complete-categories/sdlc"
.sdlc-container.position-relative
.sdlc-description
%a.title-link{ href: "/concurrent-devops" }
%h2 Complete Product Categories in FY20
.table-container
.sdlc-table
- Gitlab::Homepage::Stage.all!.select{|stage| stage.marketing}.each do |stage|
.sdlc-column
.stage-container
%a{href: "/stages-devops-lifecycle/#{stage.key}/"}
= partial "/includes/icons/sdlc-icons/#{stage.key}.svg"
%a{href: "/stages-devops-lifecycle/#{stage.key}/"}
%p #{stage.display_name}
.solutions-container
- category_keys_active = data.categories.keys.keep_if { |k| data.categories[k].stage == stage.key && data.categories[k].available && data.categories[k].available <= Date.new(2019,1,1)}
- category_keys_upcoming = data.categories.keys.keep_if { |k| data.categories[k].stage == stage.key && data.categories[k].complete && data.categories[k].complete >= Date.new(2019,1,1)}
.future-categories
- category_keys_upcoming.each do |key|
%p
- url = data.categories[key].alt_link ? data.categories[key].alt_link : "/product/#{key.tr('_', '-').downcase}/"
%a.future-category{ href: "#{url}", target: "_blank" } #{data.categories[key].name}
Loading
Loading
@@ -128,21 +128,7 @@ For FY20, and we'll build best-in-class, lovable features in our [four focus are
* Application Security Testing
* [Value Stream Management](https://gitlab.com/groups/gitlab-org/-/epics/668)
 
We're also diving deeper into:
- Cycle Analytics
- Project Management
- Kanban Boards
- Value Stream Management
- Code Review
- Web IDE
- SAST
- DAST
- Dependency Scanning
- Container Scanning
- License Management
- Continuous Delivery (CD)
- Pages
- Review Apps
Additionally, our FY20 goals include moving [these categories](/direction/complete-categories) to complete.
 
### Breadth
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment