* refactor: create superOrder from superblock * chore: drop superOrders from meta * fix: return null for 'certifications' * fix: only set superOrder if it is needed * fix(tests): remove filter from order tests * test: use getSuperOrder, since superOrder has gone * test: ignore certificates * fix: getSuperOrder throw for 'certifications' * test: remove certificate special case It wasn't necessary, anyway (it had never been working because I put certificate not certification) Co-authored-by: Nicholas Carrigan <nhcarrigan@gmail.com>
32 lines
682 B
JSON
32 lines
682 B
JSON
{
|
|
"name": "Responsive Web Design Projects",
|
|
"isUpcomingChange": false,
|
|
"dashedName": "responsive-web-design-projects",
|
|
"order": 7,
|
|
"time": "150 hours",
|
|
"template": "",
|
|
"required": [],
|
|
"superBlock": "responsive-web-design",
|
|
"challengeOrder": [
|
|
[
|
|
"bd7158d8c442eddfaeb5bd18",
|
|
"Build a Tribute Page"
|
|
],
|
|
[
|
|
"587d78af367417b2b2512b03",
|
|
"Build a Survey Form"
|
|
],
|
|
[
|
|
"587d78af367417b2b2512b04",
|
|
"Build a Product Landing Page"
|
|
],
|
|
[
|
|
"587d78b0367417b2b2512b05",
|
|
"Build a Technical Documentation Page"
|
|
],
|
|
[
|
|
"bd7158d8c242eddfaeb5bd13",
|
|
"Build a Personal Portfolio Webpage"
|
|
]
|
|
]}
|