mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-13 06:04:13 -04:00
* 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
627 B
JSON
32 lines
627 B
JSON
{
|
|
"name": "Quality Assurance Projects",
|
|
"isUpcomingChange": false,
|
|
"dashedName": "quality-assurance-projects",
|
|
"order": 2,
|
|
"time": "150 hours",
|
|
"template": "",
|
|
"required": [],
|
|
"superBlock": "quality-assurance",
|
|
"challengeOrder": [
|
|
[
|
|
"587d8249367417b2b2512c41",
|
|
"Metric-Imperial Converter"
|
|
],
|
|
[
|
|
"587d8249367417b2b2512c42",
|
|
"Issue Tracker"
|
|
],
|
|
[
|
|
"587d824a367417b2b2512c43",
|
|
"Personal Library"
|
|
],
|
|
[
|
|
"5e601bf95ac9d0ecd8b94afd",
|
|
"Sudoku Solver"
|
|
],
|
|
[
|
|
"5e601c0d5ac9d0ecd8b94afe",
|
|
"American British Translator"
|
|
]
|
|
]}
|