Files
Nicholas Carrigan (he/him) 8372623f69 chore(curriculum): fix + test curriculum order (#44366)
* chore(tools): test curriculum order

* chore: update orders

* fix(tests): temporarily ignore cert super

The Relational Databases cert being 'upcomingChanges' is breaking
the tests.

* fix: graphql query here

* fix: use only one meta

* chore: remove unnecessary superOrders

* chore: zero-based indexing

* fix: update mock

* refactor: remove unused fixture

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-12-06 16:55:13 +00:00

33 lines
717 B
JSON

{
"name": "JavaScript Algorithms and Data Structures Projects",
"isUpcomingChange": false,
"dashedName": "javascript-algorithms-and-data-structures-projects",
"order": 9,
"time": "50 hours",
"template": "",
"required": [],
"superBlock": "javascript-algorithms-and-data-structures",
"superOrder": 1,
"challengeOrder": [
[
"aaa48de84e1ecc7c742e1124",
"Palindrome Checker"
],
[
"a7f4d8f2483413a6ce226cac",
"Roman Numeral Converter"
],
[
"56533eb9ac21ba0edf2244e2",
"Caesars Cipher"
],
[
"aff0395860f5d3034dc0bfc9",
"Telephone Number Validator"
],
[
"aa2e6f85cab2ab736c9a9b24",
"Cash Register"
]
]}