fix(curriculum): isUpcomingChange: true for new projects
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
7bed07ee8a
commit
078b06e462
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "Basic CSS Cafe Menu",
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "basic-css-cafe-menu",
|
||||
"order": 10,
|
||||
"time": "5 hours",
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "Basic HTML Cat Photo App",
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "basic-html-cat-photo-app",
|
||||
"order": 9,
|
||||
"time": "5 hours",
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "Basic JavaScript RPG Game",
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "basic-javascript-rpg-game",
|
||||
"order": 11,
|
||||
"time": "2 hours",
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "CSS Variables Skyline",
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "css-variables-skyline",
|
||||
"order": 8,
|
||||
"time": "5 hours",
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "D3 Dashboard",
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "d3-dashboard",
|
||||
"order": 4,
|
||||
"time": "5 hours",
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "Functional Programming Spreadsheet",
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "functional-programming-spreadsheet",
|
||||
"order": 13,
|
||||
"time": "2 hours",
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "Intermediate JavaScript Calorie Counter",
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "intermediate-javascript-calorie-counter",
|
||||
"order": 12,
|
||||
"time": "2 hours",
|
||||
|
Reference in New Issue
Block a user