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
This commit is contained in:
Quincy Larson
2018-02-10 03:20:59 -06:00
committed by Stuart Taylor
parent 102a233e69
commit b02aafc9b6
7 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "Basic Algorithm Scripting", "name": "Basic Algorithm Scripting",
"order": 5, "order": 6,
"time": "50 hours", "time": "50 hours",
"helpRoom": "HelpJavaScript", "helpRoom": "HelpJavaScript",
"challenges": [ "challenges": [

View File

@ -1,6 +1,6 @@
{ {
"name": "Basic Data Structures", "name": "Basic Data Structures",
"order": 4, "order": 5,
"time": "1 hour", "time": "1 hour",
"helpRoom": "Help", "helpRoom": "Help",
"challenges": [ "challenges": [

View File

@ -1,6 +1,6 @@
{ {
"name": "Claim Your JavaScript Algorithms and Data Structures Certificate", "name": "Claim Your JavaScript Algorithms and Data Structures Certificate",
"order": 13, "order": 11,
"time": "5 minutes", "time": "5 minutes",
"challenges": [ "challenges": [
{ {

View File

@ -1,6 +1,6 @@
{ {
"name": "Functional Programming", "name": "Functional Programming",
"order": 7, "order": 8,
"time": "5 hours", "time": "5 hours",
"helpRoom": "Help", "helpRoom": "Help",
"challenges": [ "challenges": [

View File

@ -1,6 +1,6 @@
{ {
"name": "Intermediate Algorithm Scripting", "name": "Intermediate Algorithm Scripting",
"order": 8, "order": 9,
"time": "50 hours", "time": "50 hours",
"helpRoom": "HelpJavaScript", "helpRoom": "HelpJavaScript",
"challenges": [ "challenges": [

View File

@ -1,6 +1,6 @@
{ {
"name": "JavaScript Algorithms and Data Structures Projects", "name": "JavaScript Algorithms and Data Structures Projects",
"order": 8, "order": 10,
"time": "50 hours", "time": "50 hours",
"helpRoom": "HelpJavaScript", "helpRoom": "HelpJavaScript",
"challenges": [ "challenges": [

View File

@ -1,6 +1,6 @@
{ {
"name": "Object Oriented Programming", "name": "Object Oriented Programming",
"order": 6, "order": 7,
"time": "5 hours", "time": "5 hours",
"helpRoom": "Help", "helpRoom": "Help",
"challenges": [ "challenges": [