fix(curriculum): isUpcomingChange: true for new projects

This commit is contained in:
Oliver Eyton-Williams 2020-09-09 18:22:21 +02:00 committed by Mrugesh Mohapatra
parent 7bed07ee8a
commit 078b06e462
7 changed files with 14 additions and 7 deletions

View File

@ -1,5 +1,6 @@
{
"name": "Basic CSS Cafe Menu",
"isUpcomingChange": true,
"dashedName": "basic-css-cafe-menu",
"order": 10,
"time": "5 hours",
@ -356,4 +357,4 @@
],
"helpRoom": "Help",
"fileName": "01-responsive-web-design/basic-css-cafe-menu.json"
}
}

View File

@ -1,5 +1,6 @@
{
"name": "Basic HTML Cat Photo App",
"isUpcomingChange": true,
"dashedName": "basic-html-cat-photo-app",
"order": 9,
"time": "5 hours",
@ -280,4 +281,4 @@
],
"helpRoom": "Help",
"fileName": "01-responsive-web-design/basic-html-cat-photo-app.json"
}
}

View File

@ -1,5 +1,6 @@
{
"name": "Basic JavaScript RPG Game",
"isUpcomingChange": true,
"dashedName": "basic-javascript-rpg-game",
"order": 11,
"time": "2 hours",
@ -624,4 +625,4 @@
],
"helpRoom": "HelpJavaScript",
"fileName": "02-javascript-algorithms-and-data-structures/basic-javascript-rpg-game.json"
}
}

View File

@ -1,5 +1,6 @@
{
"name": "CSS Variables Skyline",
"isUpcomingChange": true,
"dashedName": "css-variables-skyline",
"order": 8,
"time": "5 hours",
@ -483,4 +484,4 @@
],
"helpRoom": "Help",
"fileName": "01-responsive-web-design/css-variables-skyline.json"
}
}

View File

@ -1,5 +1,6 @@
{
"name": "D3 Dashboard",
"isUpcomingChange": true,
"dashedName": "d3-dashboard",
"order": 4,
"time": "5 hours",
@ -599,4 +600,4 @@
],
"helpRoom": "Help",
"fileName": "04-data-visualization/d3-dashboard.json"
}
}

View File

@ -1,5 +1,6 @@
{
"name": "Functional Programming Spreadsheet",
"isUpcomingChange": true,
"dashedName": "functional-programming-spreadsheet",
"order": 13,
"time": "2 hours",
@ -576,4 +577,4 @@
],
"helpRoom": "HelpJavaScript",
"fileName": "02-javascript-algorithms-and-data-structures/functional-programming-spreadsheet.json"
}
}

View File

@ -1,5 +1,6 @@
{
"name": "Intermediate JavaScript Calorie Counter",
"isUpcomingChange": true,
"dashedName": "intermediate-javascript-calorie-counter",
"order": 12,
"time": "2 hours",
@ -315,4 +316,4 @@
],
"helpRoom": "Help",
"fileName": "02-javascript-algorithms-and-data-structures/intermediate-javascript-calorie-counter.json"
}
}