mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(curriculum): add college algebra cert as upcoming change (#43605)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
This commit is contained in:
@@ -86,6 +86,7 @@ if (envData.clientLocale == 'english' && !envData.showUpcomingChanges) {
|
||||
|
||||
const isUpcoming = [
|
||||
'2022/javascript-algorithms-and-data-structures',
|
||||
'college-algebra-with-python',
|
||||
'the-odin-project'
|
||||
];
|
||||
|
||||
|
||||
@@ -35,6 +35,7 @@ module.exports = {
|
||||
isDataAnalysisPyCertV7: true,
|
||||
isMachineLearningPyCertV7: true,
|
||||
isRelationalDatabaseCertV8: true,
|
||||
isCollegeAlgebraPyCertV8: true,
|
||||
completedChallenges: [
|
||||
{ id: 'bd7123c8c441eddfaeb5bdef', completedDate: 1475094716730, files: [] },
|
||||
{ id: '5895f70bf9fc0f352b528e64', completedDate: 1537207306322, files: [] },
|
||||
|
||||
@@ -60,6 +60,7 @@ const demoUser = {
|
||||
isDataAnalysisPyCertV7: false,
|
||||
isMachineLearningPyCertV7: false,
|
||||
isRelationalDatabaseCertV8: false,
|
||||
isCollegeAlgebraPyCertV8: false,
|
||||
completedChallenges: [],
|
||||
portfolio: [],
|
||||
yearsTopContributor: envVariables.includes('--top-contributor')
|
||||
@@ -121,6 +122,7 @@ const blankUser = {
|
||||
isDataAnalysisPyCertV7: false,
|
||||
isMachineLearningPyCertV7: false,
|
||||
isRelationalDatabaseCertV8: false,
|
||||
isCollegeAlgebraPyCertV8: false,
|
||||
completedChallenges: [],
|
||||
portfolio: [],
|
||||
yearsTopContributor: [],
|
||||
|
||||
Reference in New Issue
Block a user