From b02aafc9b61e6aab9916f99e5888ed46730da548 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Sat, 10 Feb 2018 03:20:59 -0600 Subject: [PATCH] fix(seed): Make algorithm projects appear after intermediate algorithms (#16655) * fix(seed): Make algorithm projects appear after intermediate * fix(seed): Update order values to remove ambiguity --- .../basic-algorithm-scripting.json | 2 +- .../basic-data-structures.json | 2 +- .../claim-your-javascript-algorithms-and-data-structures.json | 2 +- .../functional-programming.json | 2 +- .../intermediate-algorithm-scripting.json | 2 +- .../javascript-algorithms-and-data-structures-projects.json | 2 +- .../object-oriented-programming.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/challenges/02-javascript-algorithms-and-data-structures/basic-algorithm-scripting.json b/challenges/02-javascript-algorithms-and-data-structures/basic-algorithm-scripting.json index 7d261742e5..945704e7cf 100644 --- a/challenges/02-javascript-algorithms-and-data-structures/basic-algorithm-scripting.json +++ b/challenges/02-javascript-algorithms-and-data-structures/basic-algorithm-scripting.json @@ -1,6 +1,6 @@ { "name": "Basic Algorithm Scripting", - "order": 5, + "order": 6, "time": "50 hours", "helpRoom": "HelpJavaScript", "challenges": [ diff --git a/challenges/02-javascript-algorithms-and-data-structures/basic-data-structures.json b/challenges/02-javascript-algorithms-and-data-structures/basic-data-structures.json index d37283f906..c4e0a4d7d7 100644 --- a/challenges/02-javascript-algorithms-and-data-structures/basic-data-structures.json +++ b/challenges/02-javascript-algorithms-and-data-structures/basic-data-structures.json @@ -1,6 +1,6 @@ { "name": "Basic Data Structures", - "order": 4, + "order": 5, "time": "1 hour", "helpRoom": "Help", "challenges": [ diff --git a/challenges/02-javascript-algorithms-and-data-structures/claim-your-javascript-algorithms-and-data-structures.json b/challenges/02-javascript-algorithms-and-data-structures/claim-your-javascript-algorithms-and-data-structures.json index 0d9815a3d3..e6badf5340 100644 --- a/challenges/02-javascript-algorithms-and-data-structures/claim-your-javascript-algorithms-and-data-structures.json +++ b/challenges/02-javascript-algorithms-and-data-structures/claim-your-javascript-algorithms-and-data-structures.json @@ -1,6 +1,6 @@ { "name": "Claim Your JavaScript Algorithms and Data Structures Certificate", - "order": 13, + "order": 11, "time": "5 minutes", "challenges": [ { diff --git a/challenges/02-javascript-algorithms-and-data-structures/functional-programming.json b/challenges/02-javascript-algorithms-and-data-structures/functional-programming.json index 35466bb918..590e62b545 100644 --- a/challenges/02-javascript-algorithms-and-data-structures/functional-programming.json +++ b/challenges/02-javascript-algorithms-and-data-structures/functional-programming.json @@ -1,6 +1,6 @@ { "name": "Functional Programming", - "order": 7, + "order": 8, "time": "5 hours", "helpRoom": "Help", "challenges": [ diff --git a/challenges/02-javascript-algorithms-and-data-structures/intermediate-algorithm-scripting.json b/challenges/02-javascript-algorithms-and-data-structures/intermediate-algorithm-scripting.json index 5cb89fdaad..275f69bdcd 100644 --- a/challenges/02-javascript-algorithms-and-data-structures/intermediate-algorithm-scripting.json +++ b/challenges/02-javascript-algorithms-and-data-structures/intermediate-algorithm-scripting.json @@ -1,6 +1,6 @@ { "name": "Intermediate Algorithm Scripting", - "order": 8, + "order": 9, "time": "50 hours", "helpRoom": "HelpJavaScript", "challenges": [ diff --git a/challenges/02-javascript-algorithms-and-data-structures/javascript-algorithms-and-data-structures-projects.json b/challenges/02-javascript-algorithms-and-data-structures/javascript-algorithms-and-data-structures-projects.json index 0ebbf79a93..efa1583697 100644 --- a/challenges/02-javascript-algorithms-and-data-structures/javascript-algorithms-and-data-structures-projects.json +++ b/challenges/02-javascript-algorithms-and-data-structures/javascript-algorithms-and-data-structures-projects.json @@ -1,6 +1,6 @@ { "name": "JavaScript Algorithms and Data Structures Projects", - "order": 8, + "order": 10, "time": "50 hours", "helpRoom": "HelpJavaScript", "challenges": [ diff --git a/challenges/02-javascript-algorithms-and-data-structures/object-oriented-programming.json b/challenges/02-javascript-algorithms-and-data-structures/object-oriented-programming.json index ef9a16e36b..5781943308 100644 --- a/challenges/02-javascript-algorithms-and-data-structures/object-oriented-programming.json +++ b/challenges/02-javascript-algorithms-and-data-structures/object-oriented-programming.json @@ -1,6 +1,6 @@ { "name": "Object Oriented Programming", - "order": 6, + "order": 7, "time": "5 hours", "helpRoom": "Help", "challenges": [