feat(learn): split InforSec and QA into individual certs (#38347)

Co-authored-by: Mrugesh Mohapatra <me@raisedadead.com>
Co-authored-by: Kris Koishigawa <scissorsneedfoodtoo@gmail.com>
This commit is contained in:
Beau Carnes
2020-04-23 09:08:50 -04:00
committed by Mrugesh Mohapatra
parent c75d212831
commit 256ed00fb9
25 changed files with 251 additions and 160 deletions

View File

@ -79,10 +79,28 @@ const legacyDataVisProjects = {
superBlock: 'legacy-data-visualization'
};
const legacyInfosecQaProjects = {
challenges: [
// metric-imperial-converter
'587d8249367417b2b2512c41',
// issue-tracker
'587d8249367417b2b2512c42',
// personal-library
'587d824a367417b2b2512c43',
// stock-price-checker
'587d824a367417b2b2512c44',
// anonymous-message-board
'587d824a367417b2b2512c45'
],
title: 'Legacy Information Security and Quality Assurance Projects',
superBlock: 'legacy-information-security-and-quality-assurance'
};
const legacyProjects = [
legacyFrontEndProjects,
legacyBackEndProjects,
legacyDataVisProjects
legacyDataVisProjects,
legacyInfosecQaProjects
];
export default legacyProjects;