* 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>
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "JSON APIs and AJAX",
|
|
"isUpcomingChange": false,
|
|
"dashedName": "json-apis-and-ajax",
|
|
"order": 1,
|
|
"time": "2 hours",
|
|
"template": "",
|
|
"required": [
|
|
{
|
|
"link": "https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.css"
|
|
}
|
|
],
|
|
"superBlock": "data-visualization",
|
|
"challengeOrder": [
|
|
[
|
|
"587d7fad367417b2b2512be1",
|
|
"Handle Click Events with JavaScript using the onclick property"
|
|
],
|
|
[
|
|
"587d7fad367417b2b2512be2",
|
|
"Change Text with click Events"
|
|
],
|
|
[
|
|
"587d7fae367417b2b2512be3",
|
|
"Get JSON with the JavaScript XMLHttpRequest Method"
|
|
],
|
|
[
|
|
"5ccfad82bb2dc6c965a848e5",
|
|
"Get JSON with the JavaScript fetch method"
|
|
],
|
|
[
|
|
"587d7fae367417b2b2512be4",
|
|
"Access the JSON Data from an API"
|
|
],
|
|
[
|
|
"587d7fae367417b2b2512be5",
|
|
"Convert JSON Data to HTML"
|
|
],
|
|
[
|
|
"587d7fae367417b2b2512be6",
|
|
"Render Images from Data Sources"
|
|
],
|
|
[
|
|
"587d7fae367417b2b2512be7",
|
|
"Pre-filter JSON to Get the Data You Need"
|
|
],
|
|
[
|
|
"587d7faf367417b2b2512be8",
|
|
"Get Geolocation Data to Find A User's GPS Coordinates"
|
|
],
|
|
[
|
|
"587d7faf367417b2b2512be9",
|
|
"Post Data with the JavaScript XMLHttpRequest Method"
|
|
]
|
|
]}
|