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:
committed by
Mrugesh Mohapatra
parent
c75d212831
commit
256ed00fb9
@ -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;
|
||||
|
Reference in New Issue
Block a user